OGS
LinAlgEnums.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#include <string>
16
17namespace MathLib
18{
19
29
31std::string convertVecNormTypeToString(VecNormType normType);
32
34VecNormType convertStringToVecNormType(const std::string& str);
35
46
47} // end namespace MathLib
DirichletBCApplicationMode
Definition LinAlgEnums.h:42
@ COMPLETE_MATRIX_UPDATE
Both A and b fully updated.
Definition LinAlgEnums.h:43
@ FAST_INCOMPLETE_MATRIX_UPDATE
A partially updated, b fully updated.
Definition LinAlgEnums.h:44
std::string convertVecNormTypeToString(VecNormType normType)
convert VecNormType to string
VecNormType convertStringToVecNormType(const std::string &str)
convert string to VecNormType