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