Go to the source code of this file.
|
| oofem |
| the oofem namespace is to define a context or scope in which all oofem names are defined.
|
|
|
enum | oofem::DrawMode {
oofem::unknown,
oofem::rawGeometry,
oofem::deformedGeometry,
oofem::eigenVectorGeometry,
oofem::nodeAnnotation,
oofem::appliedPrimaryBc,
oofem::internalStateBegin,
oofem::mxForce,
oofem::myForce,
oofem::mzForce,
oofem::myzForce,
oofem::mzxForce,
oofem::mxyForce,
oofem::sxForce,
oofem::syForce,
oofem::szForce,
oofem::syzForce,
oofem::szxForce,
oofem::sxyForce,
oofem::yieldState,
oofem::crackedState,
oofem::stressErrorState,
oofem::requiredAdaptiveMeshSizeState,
oofem::damageLevel,
oofem::errorIndicatorLevel,
oofem::relativeMeshSizeDensity,
oofem::temperatureField,
oofem::massConcentration1Field,
oofem::velocityField,
oofem::pressureField,
oofem::vofField,
oofem::densityField,
oofem::hydrationDegreeState,
oofem::humidityState,
oofem::internalStateEnd
} |
|