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

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

Public Types

typedef DiscreteFunction DiscreteFunctionType
 
typedef PetscDiscreteFunction< typename DiscreteFunction::DiscreteFunctionSpaceType > SolverDiscreteFunctionType
 
typedef Dune::Fem::Operator< DiscreteFunction, DiscreteFunction > OperatorType
 
typedef OperatorType PreconditionerType
 
typedef OperatorType AssembledOperatorType
 
typedef AMGXInverseOperator< DiscreteFunction > InverseOperatorType
 
typedef AMGXSolverParameter SolverParameterType
 

Member Typedef Documentation

◆ AssembledOperatorType

template<class DiscreteFunction >
typedef OperatorType Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::AssembledOperatorType

◆ DiscreteFunctionType

template<class DiscreteFunction >
typedef DiscreteFunction Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::DiscreteFunctionType

◆ InverseOperatorType

template<class DiscreteFunction >
typedef AMGXInverseOperator< DiscreteFunction > Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::InverseOperatorType

◆ OperatorType

template<class DiscreteFunction >
typedef Dune::Fem::Operator< DiscreteFunction, DiscreteFunction > Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::OperatorType

◆ PreconditionerType

template<class DiscreteFunction >
typedef OperatorType Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::PreconditionerType

◆ SolverDiscreteFunctionType

template<class DiscreteFunction >
typedef PetscDiscreteFunction< typename DiscreteFunction::DiscreteFunctionSpaceType > Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::SolverDiscreteFunctionType

◆ SolverParameterType

template<class DiscreteFunction >
typedef AMGXSolverParameter Dune::Fem::AMGXInverseOperatorTraits< DiscreteFunction >::SolverParameterType

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