|
Nektar++
|
#include <Conditions.h>
Public Member Functions | |
| BoundaryConditionBase (BoundaryConditionType type, const std::string &userDefined=std::string("NoUserDefined"), LibUtilities::CommSharedPtr comm=LibUtilities::CommSharedPtr()) | |
| virtual | ~BoundaryConditionBase ()=default |
| BoundaryConditionType | GetBoundaryConditionType () const |
| void | SetBoundaryConditionType (BoundaryConditionType boundaryType) |
| void | SetUserDefined (std::string &type) |
| const std::string | GetUserDefined () const |
| void | SetIsTimeDependent (bool value) |
| bool | IsTimeDependent (void) |
| LibUtilities::CommSharedPtr | GetComm () |
Protected Attributes | |
| LibUtilities::CommSharedPtr | m_comm |
| std::string | m_userDefined |
| BoundaryConditionType | m_boundaryConditionType |
| bool | m_isTimeDependent |
Definition at line 61 of file Conditions.h.
|
inline |
Definition at line 63 of file Conditions.h.
|
virtualdefault |
|
inline |
Definition at line 74 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
|
inline |
Definition at line 89 of file Conditions.h.
References m_userDefined.
|
inline |
Definition at line 99 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 79 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 94 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 84 of file Conditions.h.
References m_userDefined.
|
protected |
Definition at line 112 of file Conditions.h.
Referenced by GetBoundaryConditionType(), and SetBoundaryConditionType().
|
protected |
Definition at line 110 of file Conditions.h.
Referenced by GetComm().
|
protected |
Definition at line 113 of file Conditions.h.
Referenced by IsTimeDependent(), and SetIsTimeDependent().
|
protected |
Definition at line 111 of file Conditions.h.
Referenced by GetUserDefined(), and SetUserDefined().