5 #ifndef ROADRUNNER_FIXEDPOINTITERATION_H
6 #define ROADRUNNER_FIXEDPOINTITERATION_H
8 #include "KinsolSteadyStateSolver.h"
9 #include <kinsol/kinsol.h>
10 #include <nvector/nvector_serial.h>
11 #include <sundials/sundials_types.h>
30 std::string getName()
const override;
36 std::string getDescription()
const override;
42 std::string getHint()
const override;
44 double solve()
override;
48 void createKinsol()
override;
50 void freeKinsol()
override;
52 void updateKinsol()
override;
54 void resetSettings()
override;
Base class for all code generation systems; allows compiling and evaluating the model.
Definition: rrExecutableModel.h:118
Implementation of the fixed point iteration form of the kinsol steady state solver.
Definition: FixedPointIteration.h:18
base class to steady state solvers from the Sundials package.
Definition: KinsolSteadyStateSolver.h:44
KinsolSteadyStateSolver()=default
The default constructor for constructing without a model.