C API Documentation
Public Member Functions | List of all members
rr::NLEQ2SolverRegistrar Class Reference
Inheritance diagram for rr::NLEQ2SolverRegistrar:
rr::SteadyStateSolverRegistrar

Public Member Functions

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

Additional Inherited Members

- Protected Types inherited from rr::SteadyStateSolverRegistrar
typedef SteadyStateSolver *(* SteadyStateSolverCtor) (ExecutableModel *model)
 

Member Function Documentation

◆ construct()

virtual SteadyStateSolver* rr::NLEQ2SolverRegistrar::construct ( ExecutableModel model) const
inlinevirtual

Constructs a new integrator of a given type.

Author
JKM

Implements rr::SteadyStateSolverRegistrar.

◆ getDescription()

virtual std::string rr::NLEQ2SolverRegistrar::getDescription ( ) const
inlinevirtual

Gets the description associated with this integrator type.

Author
JKM

Implements rr::SteadyStateSolverRegistrar.

◆ getHint()

virtual std::string rr::NLEQ2SolverRegistrar::getHint ( ) const
inlinevirtual

Gets the hint associated with this integrator type.

Author
JKM

Implements rr::SteadyStateSolverRegistrar.

◆ getName()

virtual std::string rr::NLEQ2SolverRegistrar::getName ( ) const
inlinevirtual

Gets the name associated with this integrator type.

Author
JKM

Implements rr::SteadyStateSolverRegistrar.


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