AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
Preconditioner< Mat, Vec, PreconImpl >::Creator Struct Reference

A creator to be used instead of the constructor. More...

#include <Preconditioner.hpp>

Inherits CreatorInterfaceName< Super >.

Public Member Functions

std::unique_ptr< SupercreateWithString (std::string) override
 Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor.
 
- Public Member Functions inherited from CreatorInterfaceName< Super >
std::unique_ptr< Super > create () final
 Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass.
 

Detailed Description

template<class Mat, class Vec, template< class > class PreconImpl>
struct AMDiS::Preconditioner< Mat, Vec, PreconImpl >::Creator

A creator to be used instead of the constructor.


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