C API Documentation
Public Member Functions | Protected Types | List of all members
rr::SteadyStateSolverRegistrar Class Referenceabstract

Handles constructing a solver and contains meta information about it. More...

#include <SteadyStateSolver.h>

Inheritance diagram for rr::SteadyStateSolverRegistrar:
rr::NLEQ1SolverRegistrar rr::NLEQ2SolverRegistrar

Public Member Functions

virtual std::string getName () const =0
 Gets the name associated with this integrator type. More...
 
virtual std::string getDescription () const =0
 Gets the description associated with this integrator type. More...
 
virtual std::string getHint () const =0
 Gets the hint associated with this integrator type. More...
 
virtual SteadyStateSolverconstruct (ExecutableModel *model) const =0
 Constructs a new integrator of a given type. More...
 

Protected Types

typedef SteadyStateSolver *(* SteadyStateSolverCtor) (ExecutableModel *model)
 

Detailed Description

Handles constructing a solver and contains meta information about it.

Author
JKM, WBC

Member Function Documentation

◆ construct()

virtual SteadyStateSolver* rr::SteadyStateSolverRegistrar::construct ( ExecutableModel model) const
pure virtual

Constructs a new integrator of a given type.

Author
JKM, WBC

Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.

◆ getDescription()

virtual std::string rr::SteadyStateSolverRegistrar::getDescription ( ) const
pure virtual

Gets the description associated with this integrator type.

Author
JKM, WBC

Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.

◆ getHint()

virtual std::string rr::SteadyStateSolverRegistrar::getHint ( ) const
pure virtual

Gets the hint associated with this integrator type.

Author
JKM, WBC

Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.

◆ getName()

virtual std::string rr::SteadyStateSolverRegistrar::getName ( ) const
pure virtual

Gets the name associated with this integrator type.

Author
JKM, WBC

Implemented in rr::NLEQ2SolverRegistrar, and rr::NLEQ1SolverRegistrar.


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