Dune::Copasi
|
#include <dune/copasi/solver/istl/factory/direct.hh>
#include <dune/copasi/solver/istl/factory/iterative.hh>
#include <dune/copasi/solver/istl/factory/preconditioner.hh>
#include <dune/istl/scalarproducts.hh>
#include <dune/istl/solver.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::Copasi |
namespace | Dune::Copasi::ISTL |
Macros | |
#define | DUNE_COPASI_DEFAULT_LINEAR_INVERSE_OPERATOR DUNE_COPASI_DEFAULT_ITERATIVE_SOLVER |
Functions | |
template<Concept::LinearOperator Op, class Alloc = std::allocator<Op>> | |
std::shared_ptr< InverseOperator< typename Op::domain_type, typename Op::range_type > > | Dune::Copasi::ISTL::makeInverseOperator (const std::shared_ptr< Op > &op, const ParameterTree &config, const Alloc &alloc=Alloc()) |
#define DUNE_COPASI_DEFAULT_LINEAR_INVERSE_OPERATOR DUNE_COPASI_DEFAULT_ITERATIVE_SOLVER |