dune-pdelab
2.4.1
|
A class for solving linear problems with stationary matrices. More...
#include <dune/pdelab/linearsolver/stationarymatrix.hh>
Public Member Functions | |
StationaryMatrixLinearSolver (const GOS &gos_, SB &sb_, Coeff reduction_, Coeff mindefect_=1e-99) | |
void | apply (VectorU &x) |
A class for solving linear problems with stationary matrices.
In apply() it first check whether the marix has already been assembled. If it hasn't,it assembles the matrix and stores it for future applications. Then it computes the right hand side and solves the problem.
GOS | GridOperatorSpace to use. |
SB | Solver backend. |
Coeff | Type of the matrix/vector entries |
|
inline |
|
inline |