1 #ifndef SIMPT_DEFAULT_TIME_EVOLVER_RDAT_H_INCLUDED
2 #define SIMPT_DEFAULT_TIME_EVOLVER_RDAT_H_INCLUDED
27 namespace TimeEvolver {
44 std::tuple<SimTimingTraits::CumulativeTimings, bool>
45 operator()(
double time_slice, SimPhase phase = SimPhase::NONE);
49 double m_abs_tolerance;
51 std::string m_ode_solver;
52 double m_rel_tolerance;
53 double m_small_time_increment;
54 bool m_stationarity_check;
60 #endif // end-of-include-guard
Core data with mesh, parameters, random engine and time data.
Time evolution of reaction, diffusion and active transport process.
Core data used during model execution.
Types related to timekeeping.
Namespace for components of the Default model group.
Namespace for the core simulator.
Declaration of Timekeeper.