dune-istl  2.7.0
Static Public Member Functions | Public Attributes | List of all members
Dune::Amg::ConstructionTraits< T > Class Template Reference

Traits class for generically constructing non default constructable types. More...

#include <dune/istl/novlpschwarz.hh>

Static Public Member Functions

static std::shared_ptr< T > construct (Arguments &args)
 Construct an object with the specified arguments. More...
 

Public Attributes

const typedef void * Arguments
 A type holding all the arguments needed to call the constructor. More...
 

Detailed Description

template<typename T>
class Dune::Amg::ConstructionTraits< T >

Traits class for generically constructing non default constructable types.

Needed because BCRSMatrix and Vector do a deep copy which is too expensive.


The documentation for this class was generated from the following files: