![]() |
OGS
|
|
Definition in file LinAlgEnums.h.
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | MathLib |
Enumerations | |
| enum class | MathLib::VecNormType { MathLib::NORM1 , MathLib::NORM2 , MathLib::INFINITY_N , MathLib::INVALID } |
| enum class | MathLib::DirichletBCApplicationMode { MathLib::COMPLETE_MATRIX_UPDATE , MathLib::FAST_INCOMPLETE_MATRIX_UPDATE } |
Functions | |
| std::string | MathLib::convertVecNormTypeToString (VecNormType normType) |
| convert VecNormType to string | |
| VecNormType | MathLib::convertStringToVecNormType (const std::string &str) |
| convert string to VecNormType | |