Nektar++
|
#include <Conditions.h>
Public Member Functions | |
BoundaryConditionBase (BoundaryConditionType type, const std::string &userDefined=std::string("NoUserDefined")) | |
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) |
Protected Attributes | |
BoundaryConditionType | m_boundaryConditionType |
std::string | m_userDefined |
bool | m_isTimeDependent |
Definition at line 62 of file Conditions.h.
|
inline |
Definition at line 64 of file Conditions.h.
|
inlinevirtual |
Definition at line 74 of file Conditions.h.
|
inline |
Definition at line 77 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 92 of file Conditions.h.
References m_userDefined.
|
inline |
Definition at line 102 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 82 of file Conditions.h.
References m_boundaryConditionType.
|
inline |
Definition at line 97 of file Conditions.h.
References m_isTimeDependent.
|
inline |
Definition at line 87 of file Conditions.h.
References m_userDefined.
|
protected |
Definition at line 108 of file Conditions.h.
Referenced by GetBoundaryConditionType(), and SetBoundaryConditionType().
|
protected |
Definition at line 110 of file Conditions.h.
Referenced by IsTimeDependent(), and SetIsTimeDependent().
|
protected |
Definition at line 109 of file Conditions.h.
Referenced by GetUserDefined(), and SetUserDefined().