dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method > Struct Template Reference

#include <dune/fem/solver/krylovinverseoperators.hh>

Public Types

typedef DiscreteFunction DiscreteFunctionType
 
typedef Operator< DiscreteFunction, DiscreteFunction > OperatorType
 
typedef OperatorType PreconditionerType
 
typedef OperatorType AssembledOperatorType
 
typedef DiscreteFunction SolverDiscreteFunctionType
 
typedef KrylovInverseOperator< DiscreteFunction, method > InverseOperatorType
 
typedef SolverParameter SolverParameterType
 

Member Typedef Documentation

◆ AssembledOperatorType

template<class DiscreteFunction , int method>
typedef OperatorType Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::AssembledOperatorType

◆ DiscreteFunctionType

template<class DiscreteFunction , int method>
typedef DiscreteFunction Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::DiscreteFunctionType

◆ InverseOperatorType

template<class DiscreteFunction , int method>
typedef KrylovInverseOperator< DiscreteFunction, method > Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::InverseOperatorType

◆ OperatorType

template<class DiscreteFunction , int method>
typedef Operator< DiscreteFunction, DiscreteFunction > Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::OperatorType

◆ PreconditionerType

template<class DiscreteFunction , int method>
typedef OperatorType Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::PreconditionerType

◆ SolverDiscreteFunctionType

template<class DiscreteFunction , int method>
typedef DiscreteFunction Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::SolverDiscreteFunctionType

◆ SolverParameterType

template<class DiscreteFunction , int method>
typedef SolverParameter Dune::Fem::KrylovInverseOperatorTraits< DiscreteFunction, method >::SolverParameterType

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