AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
SolverTraits< Mat, VecX, VecY > Struct Template Reference

Public Types

using M = typename Mat::BaseMatrix
 
using X = typename VecX::BaseVector
 
using Y = typename VecY::BaseVector
 
using Comm = typename Mat::Comm
 
using ScalProd = Dune::ScalarProduct< X >
 
using LinOp = Dune::AssembledLinearOperator< M, X, Y >
 
using Solver = Dune::InverseOperator< X, Y >
 
using Prec = Dune::Preconditioner< X, Y >
 
using ScalProdCreator = ISTLScalarProductCreator< X >
 
using ParPrecCreator = ISTLParallelPreconditionerCreator< X, Y >
 
using LinOpCreator = ISTLLinearOperatorCreator< M, X, Y >
 

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