AMDiS 2.11-git
The Adaptive Multi-Dimensional Simulation Toolbox
 
Loading...
Searching...
No Matches
UmfpackRunner< M, X, Y >::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.
 
- 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.
 

Member Function Documentation

◆ createWithString()

template<class M , class X , class Y >
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: