OGS
LinAlgEnums.h File Reference

Detailed Description

Author
Wenqing Wang

Definition in file LinAlgEnums.h.

#include <string>
Include dependency graph for LinAlgEnums.h:
This graph shows which files directly or indirectly include this file:

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