OGS
LinAlgEnums.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <string>
7
8namespace MathLib
9{
10
20
22std::string convertVecNormTypeToString(VecNormType normType);
23
25VecNormType convertStringToVecNormType(const std::string& str);
26
37
38} // end namespace MathLib
DirichletBCApplicationMode
Definition LinAlgEnums.h:33
@ COMPLETE_MATRIX_UPDATE
Both A and b fully updated.
Definition LinAlgEnums.h:34
@ FAST_INCOMPLETE_MATRIX_UPDATE
A partially updated, b fully updated.
Definition LinAlgEnums.h:35
std::string convertVecNormTypeToString(VecNormType normType)
convert VecNormType to string
VecNormType convertStringToVecNormType(const std::string &str)
convert string to VecNormType