AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
DirectRunner< M, X, Y, Solver > Class Template Reference

#include <DirectRunner.hpp>

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

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


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