3 #ifndef DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH 4 #define DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH 88 template<
class R =
double>
134 void preStep (RealType time, RealType dt,
int stages)
207 #endif // DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH R getTime() const
get current time
Definition: idefault.hh:113
R RealType
Definition: idefault.hh:92
Default class for additional methods in instationary local operators.
Definition: idefault.hh:89
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
void preStage(RealType time, int r)
to be called once before each stage
Definition: idefault.hh:164
void postStep()
to be called once at the end of each time step
Definition: idefault.hh:145
void preStep(RealType time, RealType dt, int stages)
to be called once before each time step
Definition: idefault.hh:134
void setTime(R t_)
set time for subsequent evaluation
Definition: idefault.hh:104
void postStage()
to be called once at the end of each stage
Definition: idefault.hh:179
RealType suggestTimestep(RealType dt) const
to be called after stage 1
Definition: idefault.hh:194
int getStage() const
get current stage
Definition: idefault.hh:173