12#ifndef DUMUX_TIMESTEPPING_TIME_LEVEL_HH 
   13#define DUMUX_TIMESTEPPING_TIME_LEVEL_HH 
   33    , timeStepFraction_(1.0)
 
 
   46    TimeLevel(Scalar curTime, Scalar prevTime, Scalar dtFraction)
 
   49    , timeStepFraction_(dtFraction)
 
 
   53    Scalar 
current()
 const { 
return curTime_; }
 
   62    Scalar timeStepFraction_;
 
 
Scalar previous() const
Return the time at the beginning of time integration.
Definition timelevel.hh:55
TimeLevel(Scalar curTime, Scalar prevTime, Scalar dtFraction)
Construct a time level with information on an ongoing time step.
Definition timelevel.hh:46
TimeLevel(Scalar curTime)
Construct a time level with a time.
Definition timelevel.hh:30
Scalar current() const
Return the current time.
Definition timelevel.hh:53
Scalar timeStepFraction() const
Return the fraction of the time step this level corresponds to.
Definition timelevel.hh:57
Definition experimental/assembly/cclocalassembler.hh:36