dune-istl  2.4.1-rc2
Classes | Namespaces

Helper classes for the construction of classes without empty constructor. More...

#include <dune/common/unused.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/solvercategory.hh>
#include "pinfo.hh"

Go to the source code of this file.

Classes

class  Dune::Amg::ConstructionTraits< T >
 Traits class for generically constructing non default constructable types. More...
 
class  Dune::Amg::ConstructionTraits< BlockVector< T, A > >
 
struct  Dune::Amg::OverlappingSchwarzOperatorArgs< M, C >
 
struct  Dune::Amg::NonoverlappingOperatorArgs< M, C >
 
struct  Dune::Amg::OwnerOverlapCopyCommunicationArgs
 
struct  Dune::Amg::SequentialCommunicationArgs
 
class  Dune::OverlappingSchwarzOperator< M, X, Y, C >
 An overlapping schwarz operator. More...
 
class  Dune::NonoverlappingSchwarzOperator< M, X, Y, C >
 A nonoverlapping operator with communication object. More...
 
class  Dune::Amg::ConstructionTraits< OverlappingSchwarzOperator< M, X, Y, C > >
 
class  Dune::Amg::ConstructionTraits< NonoverlappingSchwarzOperator< M, X, Y, C > >
 
struct  Dune::Amg::MatrixAdapterArgs< M, X, Y >
 
class  Dune::Amg::ConstructionTraits< MatrixAdapter< M, X, Y > >
 
class  Dune::Amg::ConstructionTraits< SequentialInformation >
 
class  Dune::Amg::ConstructionTraits< OwnerOverlapCopyCommunication< T1, T2 > >
 

Namespaces

 Dune
 
 Dune::Amg
 

Detailed Description

Helper classes for the construction of classes without empty constructor.

Author
Markus Blatt