#include <PdeSimulationTime.hpp>
Static Public Member Functions | |
static void | SetTime (double time) |
static double | GetTime () |
Static Private Attributes | |
static double | mTime |
This isn't technically a singleton, as it's implemented with static data and methods.
Definition at line 38 of file PdeSimulationTime.hpp.
void PdeSimulationTime::SetTime | ( | double | time | ) | [static] |
Set the current time
time | the current time |
Definition at line 32 of file PdeSimulationTime.cpp.
References mTime.
Referenced by AbstractDynamicAssemblerMixin< ELEMENT_DIM, SPACE_DIM, PROBLEM_DIM >::Solve().
double PdeSimulationTime::GetTime | ( | ) | [static] |
Get the current time
Definition at line 37 of file PdeSimulationTime.cpp.
References mTime.
Referenced by StimulusBoundaryCondition< SPACE_DIM >::GetValue().
double PdeSimulationTime::mTime [static, private] |
The current time
Definition at line 51 of file PdeSimulationTime.hpp.