1 #ifndef SIMPT_DEFAULT_TIME_EVOLVER_HOUSEKEEP_H_INCLUDED
2 #define SIMPT_DEFAULT_TIME_EVOLVER_HOUSEKEEP_H_INCLUDED
27 namespace TimeEvolver {
44 std::tuple<SimTimingTraits::CumulativeTimings, bool>
45 operator()(
double time_slice = 0.0, SimPhase phase = SimPhase::NONE);
54 #endif // end-of-include-guard
Core data with mesh, parameters, random engine and time data.
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.
Housekeep time step algorithm.