6#include <prismspf/config.h>
129 return "Orthotropic";
131 return "Anisotropic";
171 return "AbsoluteResidual";
173 return "RMSEPerField";
177 return "IntegratedPerField";
179 return "IntegratedTotal";
211 return "vtk_unstructured_grid";
213 return "flat_binary";
@ Value
Use value of the variable as a criterion for refinement.
Definition grid_refiner_criterion.h:31
Definition conditional_ostreams.cc:20
SolveType
Type of PDE that is being solved.
Definition type_enums.h:17
@ Linear
Definition type_enums.h:20
@ Newton
Definition type_enums.h:21
@ Constant
Definition type_enums.h:18
@ Explicit
Definition type_enums.h:19
ElasticityModel
Symmetry of elastic tensor.
Definition type_enums.h:40
@ Transverse
Definition type_enums.h:42
@ Anisotropic
Definition type_enums.h:44
@ Orthotropic
Definition type_enums.h:43
@ Isotropic
Definition type_enums.h:41
SolverToleranceType
Solver tolerance type.
Definition type_enums.h:69
@ RMSEPerField
The mean local error averaged over each field is lower than the tolerance.
Definition type_enums.h:81
@ IntegratedTotal
The sum of the integrated errors of each field is lower than the tolerance.
Definition type_enums.h:93
@ AbsoluteResidual
Legacy.
Definition type_enums.h:73
@ RMSETotal
The sum of the average local errors of each field is lower than the tolerance.
Definition type_enums.h:89
@ IntegratedPerField
The integrated error averaged over each field is lower than the tolerance.
Definition type_enums.h:85
std::string to_string(ElasticityModel type)
Enum to string for ElasticityModel.
Definition type_enums.h:120
DataFormatType
Data formats for input initial conditions. LastEntry is used for loop bounds.
Definition type_enums.h:110
@ VTKUnstructuredGrid
Definition type_enums.h:111
@ FlatBinary
Definition type_enums.h:112
@ LastEntry
Definition type_enums.h:113
PreconditionerType
Preconditioner type.
Definition type_enums.h:100
@ None
Definition type_enums.h:101
@ GMG
Definition type_enums.h:102
DependencyType
Internal classification for types of variable dependencies.
Definition type_enums.h:51
@ Current
Definition type_enums.h:58
@ Trial
Definition type_enums.h:56
@ LHS
Definition type_enums.h:54
@ DST
Definition type_enums.h:52
@ OldFour
Definition type_enums.h:62
@ Solution
Definition type_enums.h:55
@ OldThree
Definition type_enums.h:61
@ SRC
Definition type_enums.h:53
@ Change
Definition type_enums.h:57
@ OldOne
Definition type_enums.h:59
@ OldTwo
Definition type_enums.h:60
TensorRank
Tensor rank of the field.
Definition type_enums.h:30
@ Undefined
Definition type_enums.h:31
@ Vector
Definition type_enums.h:33
@ Scalar
Definition type_enums.h:32