6#include <prismspf/config.h>
151 return "Orthotropic";
153 return "Anisotropic";
193 return "AbsoluteResidual";
195 return "RMSEPerField";
199 return "IntegratedPerField";
201 return "IntegratedTotal";
233 return "vtk_unstructured_grid";
235 return "flat_binary";
241PRISMS_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:91
@ RMSEPerField
The mean local error averaged over each field is lower than the tolerance.
Definition type_enums.h:103
@ IntegratedTotal
The sum of the integrated errors of each field is lower than the tolerance.
Definition type_enums.h:115
@ AbsoluteResidual
Legacy.
Definition type_enums.h:95
@ RMSETotal
The sum of the average local errors of each field is lower than the tolerance.
Definition type_enums.h:111
@ IntegratedPerField
The integrated error averaged over each field is lower than the tolerance.
Definition type_enums.h:107
std::string to_string(ElasticityModel type)
Enum to string for ElasticityModel.
Definition type_enums.h:142
DataFormatType
Data formats for input initial conditions. LastEntry is used for loop bounds.
Definition type_enums.h:132
@ VTKUnstructuredGrid
Definition type_enums.h:133
@ FlatBinary
Definition type_enums.h:134
@ LastEntry
Definition type_enums.h:135
PreconditionerType
Preconditioner type.
Definition type_enums.h:122
@ None
Definition type_enums.h:123
@ GMG
Definition type_enums.h:124
DependencyType
Internal classification for types of variable dependencies.
Definition type_enums.h:73
@ Current
Definition type_enums.h:80
@ Trial
Definition type_enums.h:78
@ LHS
Definition type_enums.h:76
@ DST
Definition type_enums.h:74
@ OldFour
Definition type_enums.h:84
@ Solution
Definition type_enums.h:77
@ OldThree
Definition type_enums.h:83
@ SRC
Definition type_enums.h:75
@ Change
Definition type_enums.h:79
@ OldOne
Definition type_enums.h:81
@ OldTwo
Definition type_enums.h:82
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