|
dune-istl
2.11
|
Traits class for generically constructing non default constructable types. More...
#include <dune/istl/novlpschwarz.hh>
Public Types | |
| typedef const void * | Arguments |
| A type holding all the arguments needed to call the constructor. More... | |
Static Public Member Functions | |
| static std::shared_ptr< T > | construct (Arguments &) |
| Construct an object with the specified arguments. More... | |
Traits class for generically constructing non default constructable types.
Needed because BCRSMatrix and Vector do a deep copy which is too expensive.
1.8.14