VPTissue Reference Manual
|
Composite time step: ReactionAndTransport, then Grow and then Housekeep. More...
#include <VPTissue.h>
Public Member Functions | |
VPTissue (const CoreData &cd) | |
Initializing constructor. | |
void | Initialize (const CoreData &cd) |
Initialize or re-initialize. | |
std::tuple< SimTimingTraits::CumulativeTimings, bool > | operator() (double time_slice, SimPhase phase=SimPhase::NONE) |
Take a time step. | |
Additional Inherited Members | |
Public Types inherited from SimPT_Sim::ClockMan::ClockTraits< C, D > | |
using | Clock = C |
Type for clock. | |
using | CumulativeTimings = SimPT_Sim::ClockMan::CumulativeRecords< D > |
Records with cumulative timing info. | |
using | Duration = D |
Type for time duration units. | |
using | IndividualTimings = SimPT_Sim::ClockMan::IndividualRecords< D > |
Records with individual timing info. | |
using | Stopclock = SimPT_Sim::ClockMan::Stopwatch< C > |
Stopwatch to measure time durations. | |
Composite time step: ReactionAndTransport, then Grow and then Housekeep.
Definition at line 37 of file VPTissue.h.