|
waLBerla 7.3
|
#include <RemainingTimeLogger.h>
Public Member Functions | |
| RemainingTimeLogger (const uint_t nrTimesteps, const real_t logIntervalInSec=10, const int minOutputWidth=8, const uint_t startTimestep=0) | |
| void | operator() () |
Private Attributes | |
| WcTimer | timer_ |
| real_t | timeSinceLastLog_ { 0.0 } |
| real_t | logIntervalInSec_ |
| uint_t | timestep_ |
| uint_t | nrTimesteps_ |
| int | minOutputWidth_ |
| bool | firstRun_ { true } |
|
inline |
|
inline |
|
private |
|
private |