1 #ifndef DEFAULT_TIME_EVOLVER_VPTISSUE_H_INCLUDED
2 #define DEFAULT_TIME_EVOLVER_VPTISSUE_H_INCLUDED
27 namespace TimeEvolver {
31 using boost::property_tree::ptree;
47 std::tuple<SimTimingTraits::CumulativeTimings, bool>
48 operator()(
double time_slice, SimPhase phase = SimPhase::NONE);
57 #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.
Simulator: mesh & parameters, model & algorithms.
Namespace for components of the Default model group.
Namespace for the core simulator.
Declaration of Timekeeper.
Composite time step: ReactionAndTransport, then Grow and then Housekeep.