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 73 of file Conditions.h.
|
inline |
Definition at line 76 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 106 of file Conditions.h.
References m_comm.
|
inline |
Definition at line 91 of file Conditions.h.
References m_userDefined.
|
inline |
Definition at line 101 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 81 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 96 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 86 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 115 of file Conditions.h.
Referenced by GetComm().
|
protected |
Definition at line 114 of file Conditions.h.
Referenced by IsTimeDependent(), and SetIsTimeDependent().
|
protected |
Definition at line 113 of file Conditions.h.
Referenced by GetUserDefined(), and SetUserDefined().