Go to the documentation of this file.
3 #ifndef DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH
4 #define DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH
88 template<
class R =
double>
207 #endif // DUNE_PDELAB_LOCALOPERATOR_IDEFAULT_HH
R getTime() const
get current time
Definition: idefault.hh:113
Default class for additional methods in instationary local operators.
Definition: idefault.hh:89
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
RealType suggestTimestep(RealType dt) const
to be called after stage 1
Definition: idefault.hh:194
void preStage(RealType time, int r)
to be called once before each stage
Definition: idefault.hh:164
R RealType
Definition: idefault.hh:92
void postStage()
to be called once at the end of each stage
Definition: idefault.hh:179
int getStage() const
get current stage
Definition: idefault.hh:173
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