24 #ifndef _GEMA_PLUGIN_XFEM_OPTIONS_H_ 25 #define _GEMA_PLUGIN_XFEM_OPTIONS_H_ 66 enum SaturationRelativePermeabilityModel
82 WeightFunction _weight;
83 SaturationRelativePermeabilityModel _SaRelPer;
86 bool _noPreProcessing;
87 bool _noPostProcessing;
100 void setWeight (
int index) { _weight = (WeightFunction)index; }
101 void setSaRelPer(
int index) { _SaRelPer = (SaturationRelativePermeabilityModel)index; }
const char ** criteriaOptions()
set propagation criteria
Definition: xfemOptions.cpp:70
XfemOptions()
Constructor.
Definition: xfemOptions.cpp:32
const char ** evalZoneOptions()
set evaluation Zone
Definition: xfemOptions.cpp:81
void loadFromTable(LuaTable &optionsTable)
Parses the set of XFem user parameters. On errors, this function calls luaL_error and does not return...
Definition: xfemOptions.cpp:50
Definition: xfemOptions.h:29
EvaluationZone
evaluation zone of the criteria
Definition: xfemOptions.h:43
PropagationCriteria
type of crack propagation
Definition: xfemOptions.h:33
const char ** SaRelPerOptions()
set Saturation and Relative Permeability Model
Definition: xfemOptions.cpp:106
const char ** weightOptions()
set weight function
Definition: xfemOptions.cpp:94