FrictionQPotFEM 0.23.3
|
CRTP base class for a solver class. More...
#include <include/GooseFEM/Matrix.h>
Public Types | |
using | derived_type = D |
Underlying type. More... | |
Public Member Functions | |
template<class M > | |
array_type::tensor< double, 2 > | Solve (M &A, const array_type::tensor< double, 2 > &b) |
Solve \( x = A^{-1} b \). More... | |
template<class M > | |
array_type::tensor< double, 1 > | Solve (M &A, const array_type::tensor< double, 1 > &b) |
Solve \( x = A^{-1} b \). More... | |
CRTP base class for a solver class.
using GooseFEM::MatrixSolverSingleBase< D >::derived_type = D |
|
inline |
Solve \( x = A^{-1} b \).
A | GooseFEM (sparse) matrix, see e.g. GooseFEM::Matrix(). |
b | dofval [ndof]. |
|
inline |
Solve \( x = A^{-1} b \).
A | GooseFEM (sparse) matrix, see e.g. GooseFEM::Matrix(). |
b | nodevec [nelem, ndim]. |