Memosa-FVM
0.2
|
#include <PlateBC.h>
Public Member Functions | |
PlateBC () | |
![]() | |
bool | hasVar (const string varName) const |
T | operator[] (const string varName) const |
bool | isField (const string varName) const |
Field & | getField (const string varName) const |
FloatVal< T > | getVal (const string varName) const |
Public Attributes | |
string | bcType |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 13 of file PlateBC.h.
References FloatVarDict< T >::defineVar().
string PlateBC< T >::bcType |
Definition at line 22 of file PlateBC.h.
Referenced by PlateModel< T >::Impl::Impl(), and PlateModel< T >::Impl::linearizeDeformation().