|
Nektar++
|
#include <Conditions.h>
Public Member Functions | |
| BoundaryConditionBase (BoundaryConditionType type, const std::string &userDefined=std::string("NoUserDefined"), LibUtilities::CommSharedPtr comm=LibUtilities::CommSharedPtr()) | |
| virtual | ~BoundaryConditionBase () |
| 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 | |
| BoundaryConditionType | m_boundaryConditionType |
| std::string | m_userDefined |
| bool | m_isTimeDependent |
| LibUtilities::CommSharedPtr | m_comm |
Definition at line 60 of file Conditions.h.
|
inline |
Definition at line 62 of file Conditions.h.
|
inlinevirtual |
Definition at line 71 of file Conditions.h.
|
inline |
Definition at line 73 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
|
inline |
Definition at line 88 of file Conditions.h.
References m_userDefined.
|
inline |
Definition at line 98 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 78 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 93 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 83 of file Conditions.h.
References m_userDefined.
|
protected |
Definition at line 109 of file Conditions.h.
Referenced by GetBoundaryConditionType(), and SetBoundaryConditionType().
|
protected |
Definition at line 112 of file Conditions.h.
Referenced by GetComm().
|
protected |
Definition at line 111 of file Conditions.h.
Referenced by IsTimeDependent(), and SetIsTimeDependent().
|
protected |
Definition at line 110 of file Conditions.h.
Referenced by GetUserDefined(), and SetUserDefined().