AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
SolverPrecon< Mat, Vec >::Creator Struct Reference

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

#include <SolverPrecon.hpp>

Inherits CreatorInterfaceName< Super >.

Public Member Functions

std::unique_ptr< SupercreateWithString (std::string prefix) 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>
struct AMDiS::SolverPrecon< Mat, Vec >::Creator

A creator to be used instead of the constructor.


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