OGS
EigenTools.h
Go to the documentation of this file.
1
10
11#pragma once
12
13#include <vector>
14
15#include "BaseLib/Error.h"
16#include "EigenMatrix.h" // for EigenMatrix::IndexType
18
19namespace MathLib
20{
21class EigenVector;
22
35 EigenMatrix& A, EigenVector& b, EigenVector& /*x*/,
36 const std::vector<EigenMatrix::IndexType>& vec_knownX_id,
37 const std::vector<double>& vec_knownX_x,
39
40} // namespace MathLib
Global vector based on Eigen vector.
Definition EigenVector.h:26
DirichletBCApplicationMode
Definition LinAlgEnums.h:42
void applyKnownSolution(EigenMatrix &A, EigenVector &b, EigenVector &, const std::vector< EigenMatrix::IndexType > &vec_knownX_id, const std::vector< double > &vec_knownX_x, DirichletBCApplicationMode const mode)