6#include <prismspf/config.h>
173 return "Orthotropic";
175 return "Anisotropic";
190 return "ThreeDimension";
192 return "PlaneStrain";
194 return "PlaneStress";
234 return "AbsoluteResidual";
236 return "RMSEPerField";
240 return "IntegratedPerField";
242 return "IntegratedTotal";
274 return "vtk_unstructured_grid";
276 return "flat_binary";
282PRISMS_PF_END_NAMESPACE
Definition conditional_ostreams.cc:20
SolveType
Type of PDE that is being solved.
Definition type_enums.h:17
@ Linear
Definition type_enums.h:33
@ Newton
Definition type_enums.h:43
@ Constant
Definition type_enums.h:21
@ Explicit
Definition type_enums.h:26
ElasticityModel
Symmetry of elastic tensor.
Definition type_enums.h:62
@ Transverse
Definition type_enums.h:64
@ Anisotropic
Definition type_enums.h:66
@ Orthotropic
Definition type_enums.h:65
@ Isotropic
Definition type_enums.h:63
SolverToleranceType
Solver tolerance type.
Definition type_enums.h:112
@ RMSEPerField
The mean local error averaged over each field is lower than the tolerance.
Definition type_enums.h:124
@ IntegratedTotal
The sum of the integrated errors of each field is lower than the tolerance.
Definition type_enums.h:136
@ AbsoluteResidual
Legacy.
Definition type_enums.h:116
@ RMSETotal
The sum of the average local errors of each field is lower than the tolerance.
Definition type_enums.h:132
@ IntegratedPerField
The integrated error averaged over each field is lower than the tolerance.
Definition type_enums.h:128
StressState
State of stress.
Definition type_enums.h:73
@ ThreeDimension
Definition type_enums.h:77
@ PlaneStress
Definition type_enums.h:87
@ PlaneStrain
Definition type_enums.h:82
std::string to_string(ElasticityModel type)
Enum to string for ElasticityModel.
Definition type_enums.h:164
DataFormatType
Data formats for input initial conditions. LastEntry is used for loop bounds.
Definition type_enums.h:154
@ VTKUnstructuredGrid
Definition type_enums.h:155
@ FlatBinary
Definition type_enums.h:156
@ LastEntry
Definition type_enums.h:157
PreconditionerType
Preconditioner type.
Definition type_enums.h:143
@ Chebyshev
Definition type_enums.h:145
@ None
Definition type_enums.h:144
@ GMG
Definition type_enums.h:146
DependencyType
Internal classification for types of variable dependencies.
Definition type_enums.h:94
@ Current
Definition type_enums.h:101
@ Trial
Definition type_enums.h:99
@ LHS
Definition type_enums.h:97
@ DST
Definition type_enums.h:95
@ OldFour
Definition type_enums.h:105
@ Solution
Definition type_enums.h:98
@ OldThree
Definition type_enums.h:104
@ SRC
Definition type_enums.h:96
@ Change
Definition type_enums.h:100
@ OldOne
Definition type_enums.h:102
@ OldTwo
Definition type_enums.h:103
TensorRank
Tensor rank of the field.
Definition type_enums.h:52
@ Undefined
Definition type_enums.h:53
@ Vector
Definition type_enums.h:55
@ Scalar
Definition type_enums.h:54