![]() |
PRISMS-PF Manual
|
#include <prismspf/config.h>#include <cstdint>#include <string>Go to the source code of this file.
Enumerations | |
| enum | SolveType : std::uint8_t { Constant , Explicit , Linear , Newton } |
| Type of PDE that is being solved. More... | |
| enum | TensorRank : unsigned int { Undefined = static_cast<unsigned int>(-1) , Scalar = 0 , Vector = 1 } |
| Tensor rank of the field. More... | |
| enum | ElasticityModel : std::uint8_t { Isotropic , Transverse , Orthotropic , Anisotropic } |
| Symmetry of elastic tensor. More... | |
| enum | DependencyType : int { DST = -2 , SRC = -1 , LHS = SRC , Solution = SRC , Trial = SRC , Change = SRC , Current = 0 , OldOne , OldTwo , OldThree , OldFour } |
| Internal classification for types of variable dependencies. More... | |
| enum | SolverToleranceType : std::uint8_t { AbsoluteResidual , RMSEPerField , IntegratedPerField , RMSETotal , IntegratedTotal } |
| Solver tolerance type. More... | |
| enum | PreconditionerType : std::uint8_t { None , GMG } |
| Preconditioner type. More... | |
| enum | DataFormatType : std::uint8_t { VTKUnstructuredGrid , FlatBinary , LastEntry } |
| Data formats for input initial conditions. LastEntry is used for loop bounds. More... | |
Functions | |
| std::string | to_string (ElasticityModel type) |
| Enum to string for ElasticityModel. | |
| std::string | to_string (DependencyType type) |
| Enum to string for DependencyType. | |
| std::string | to_string (SolverToleranceType type) |
| Enum to string for SolverToleranceType. | |
| std::string | to_string (PreconditionerType type) |
| Enum to string for PreconditionerType. | |
| std::string | to_string (DataFormatType type) |
| Enum to string for DataFormatType. | |
Solver tolerance type.
|
inline |
Enum to string for DataFormatType.
|
inline |
Enum to string for DependencyType.
|
inline |
Enum to string for ElasticityModel.
|
inline |
Enum to string for PreconditionerType.
|
inline |
Enum to string for SolverToleranceType.