AMDiS 2.10
The Adaptive Multi-Dimensional Simulation Toolbox
KrylovRunner< M, X, Y, ITLSolver >::Creator Struct Referencefinal

Inherits CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.

Public Member Functions

std::unique_ptr< LinearSolverInterface< M, X, Y > > createWithString (std::string prefix) final
 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. More...
 
- Public Member Functions inherited from CreatorInterfaceName< LinearSolverInterface< M, X, Y > >
std::unique_ptr< LinearSolverInterface< M, X, Y > > create () final
 Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass. More...
 
virtual std::unique_ptr< LinearSolverInterface< M, X, Y > > createWithString (std::string)=0
 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. More...
 
virtual std::unique_ptr< LinearSolverInterface< M, X, Y > > create ()=0
 Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass. More...
 

Member Function Documentation

◆ createWithString()

std::unique_ptr< LinearSolverInterface< M, X, Y > > createWithString ( std::string  )
inlinefinalvirtual

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.

Implements CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.


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