Memosa-FVM
0.2
|
#include <FractureBC.h>
Public Member Functions | |
FractureModelOptions () | |
LinearSolver & | getLinearSolver () |
![]() | |
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 | |
double | relativeTolerance |
double | absoluteTolerance |
bool | useCentralDifference |
LinearSolver * | linearSolver |
bool | transient |
int | timeDiscretizationOrder |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 35 of file FractureBC.h.
|
inline |
Definition at line 37 of file FractureBC.h.
References FractureModelOptions< T >::absoluteTolerance, FloatVarDict< T >::defineVar(), FractureModelOptions< T >::linearSolver, FractureModelOptions< T >::relativeTolerance, FractureModelOptions< T >::timeDiscretizationOrder, and FractureModelOptions< T >::useCentralDifference.
|
inline |
Definition at line 55 of file FractureBC.h.
References FractureModelOptions< T >::linearSolver, LinearSolver::nMaxIterations, LinearSolver::relativeTolerance, and LinearSolver::verbosity.
double FractureModelOptions< T >::absoluteTolerance |
Definition at line 49 of file FractureBC.h.
Referenced by FractureModelOptions< T >::FractureModelOptions().
LinearSolver* FractureModelOptions< T >::linearSolver |
Definition at line 51 of file FractureBC.h.
Referenced by FractureModelOptions< T >::FractureModelOptions(), and FractureModelOptions< T >::getLinearSolver().
double FractureModelOptions< T >::relativeTolerance |
Definition at line 48 of file FractureBC.h.
Referenced by FractureModelOptions< T >::FractureModelOptions().
int FractureModelOptions< T >::timeDiscretizationOrder |
Definition at line 53 of file FractureBC.h.
Referenced by FractureModelOptions< T >::FractureModelOptions().
bool FractureModelOptions< T >::transient |
Definition at line 52 of file FractureBC.h.
bool FractureModelOptions< T >::useCentralDifference |
Definition at line 50 of file FractureBC.h.
Referenced by FractureModelOptions< T >::FractureModelOptions().