|
Memosa-FVM
0.2
|
#include <PhononBC.h>


Public Member Functions | |
| PhononModelOptions () | |
| LinearSolver & | getPhononLinearSolver () |
Public Member Functions inherited from FloatVarDict< T > | |
| 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 | |
| bool | printNormalizedResiduals |
| bool | transient |
| int | timeDiscretizationOrder |
| LinearSolver * | PhononLinearSolver |
| double | absTolerance |
| double | relTolerance |
| int | showResidual |
Additional Inherited Members | |
Public Types inherited from FloatVarDict< T > | |
| typedef map< string, FloatVal < T > > | T_Parent |
Protected Member Functions inherited from FloatVarDict< T > | |
| void | defineVar (const string varName, const T defaultValue) |
Definition at line 25 of file PhononBC.h.
|
inline |
Definition at line 27 of file PhononBC.h.
|
inline |
Definition at line 52 of file PhononBC.h.
| double PhononModelOptions< T >::absTolerance |
Definition at line 47 of file PhononBC.h.
Referenced by PhononModelOptions< X >::PhononModelOptions().
| LinearSolver* PhononModelOptions< T >::PhononLinearSolver |
Definition at line 46 of file PhononBC.h.
Referenced by PhononModelOptions< X >::getPhononLinearSolver(), and PhononModelOptions< X >::PhononModelOptions().
| bool PhononModelOptions< T >::printNormalizedResiduals |
Definition at line 43 of file PhononBC.h.
Referenced by PhononModelOptions< X >::PhononModelOptions().
| double PhononModelOptions< T >::relTolerance |
Definition at line 48 of file PhononBC.h.
Referenced by PhononModelOptions< X >::PhononModelOptions().
| int PhononModelOptions< T >::showResidual |
Definition at line 49 of file PhononBC.h.
Referenced by PhononModelOptions< X >::PhononModelOptions().
| int PhononModelOptions< T >::timeDiscretizationOrder |
Definition at line 45 of file PhononBC.h.
Referenced by PhononModelOptions< X >::PhononModelOptions().
| bool PhononModelOptions< T >::transient |
Definition at line 44 of file PhononBC.h.