AMDiS 2.11-git
The Adaptive Multi-Dimensional Simulation Toolbox
 
Loading...
Searching...
No Matches
DirectRunner< M, X, Y, Solver > Class Template Reference

for the (external) direct solvers More...

#include <DirectRunner.hpp>

Inherits InverseOperator, and LinearSolverInterface< M, X, Y >.

Classes

struct  Creator
 

Public Member Functions

 DirectRunner (std::string const &prefix)
 Constructor.
 
void init (M const &A) override
 initialize the matrix and maybe compute factorization
 
void finish () override
 Implements LinearSolverInterface::finish()
 
void apply (X &x, Y const &b, Dune::InverseOperatorResult &stat) override
 Implements LinearSolverInterface::apply()
 

Detailed Description

template<class M, class X, class Y, template< class > class Solver>
class AMDiS::DirectRunner< M, X, Y, Solver >

for the (external) direct solvers

Member Function Documentation

◆ apply()

template<class M , class X , class Y , template< class > class Solver>
void apply ( X &  x,
Y const &  b,
Dune::InverseOperatorResult &  stat 
)
inlineoverridevirtual

◆ finish()

template<class M , class X , class Y , template< class > class Solver>
void finish ( )
inlineoverridevirtual

◆ init()

template<class M , class X , class Y , template< class > class Solver>
void init ( M const &  A)
inlineoverridevirtual

initialize the matrix and maybe compute factorization

Implements LinearSolverInterface< M, X, Y >.


The documentation for this class was generated from the following file: