Nektar++
|
#include <TimeIntegrationScheme.h>
Classes | |
struct | opLess |
Public Member Functions | |
TimeIntegrationSchemeKey (const TimeIntegrationMethod &method) | |
virtual | ~TimeIntegrationSchemeKey () |
TimeIntegrationSchemeKey (const TimeIntegrationSchemeKey &key) | |
TimeIntegrationSchemeKey & | operator= (const TimeIntegrationSchemeKey &key) |
TimeIntegrationMethod | GetIntegrationMethod () const |
bool | operator== (const TimeIntegrationSchemeKey &key) |
bool | operator== (const TimeIntegrationSchemeKey *y) |
bool | operator!= (const TimeIntegrationSchemeKey &y) |
bool | operator!= (const TimeIntegrationSchemeKey *y) |
Protected Attributes | |
TimeIntegrationMethod | m_method |
integration method More... | |
Private Member Functions | |
TimeIntegrationSchemeKey () | |
Friends | |
bool | operator== (const TimeIntegrationSchemeKey &lhs, const TimeIntegrationSchemeKey &rhs) |
bool | operator< (const TimeIntegrationSchemeKey &lhs, const TimeIntegrationSchemeKey &rhs) |
bool | opLess::operator() (const TimeIntegrationSchemeKey &lhs, const TimeIntegrationSchemeKey &rhs) const |
Definition at line 267 of file TimeIntegrationScheme.h.
|
inline |
Definition at line 276 of file TimeIntegrationScheme.h.
|
inlinevirtual |
Definition at line 281 of file TimeIntegrationScheme.h.
|
inline |
Definition at line 285 of file TimeIntegrationScheme.h.
|
inlineprivate |
Definition at line 331 of file TimeIntegrationScheme.h.
References ErrorUtil::efatal, and NEKERROR.
|
inline |
Definition at line 297 of file TimeIntegrationScheme.h.
References m_method.
Referenced by Nektar::LibUtilities::TimeIntegrationScheme::GetIntegrationMethod(), Nektar::LibUtilities::operator<<(), and Nektar::LibUtilities::TimeIntegrationScheme::TimeIntegrationScheme().
|
inline |
Definition at line 312 of file TimeIntegrationScheme.h.
|
inline |
Definition at line 317 of file TimeIntegrationScheme.h.
|
inline |
Definition at line 290 of file TimeIntegrationScheme.h.
References m_method.
|
inline |
Definition at line 302 of file TimeIntegrationScheme.h.
References m_method.
|
inline |
Definition at line 307 of file TimeIntegrationScheme.h.
|
friend |
Definition at line 58 of file TimeIntegrationScheme.cpp.
|
friend |
Definition at line 53 of file TimeIntegrationScheme.cpp.
|
friend |
|
protected |
integration method
Definition at line 327 of file TimeIntegrationScheme.h.
Referenced by GetIntegrationMethod(), Nektar::LibUtilities::TimeIntegrationSchemeKey::opLess::operator()(), Nektar::LibUtilities::operator<(), operator=(), Nektar::LibUtilities::operator==(), and operator==().