Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
progress.h File Reference

Go to the source code of this file.

Functions

static void last_events ()
 
void event__progress (void)
 Event: _progress (i += 5)
 

Variables

static int _ilast = -1
 
static double _tlast = -1
 
static timer _progresst
 
static int _progressn = 0
 

Function Documentation

◆ event__progress()

void event__progress ( void  )

Event: _progress (i += 5)

Definition at line 46 of file progress.h.

References _ilast, _progressn, _progresst, _tlast, fflush(), fp, i, min, t, timer_elapsed(), timer_start(), and x.

Here is the call graph for this function:

◆ last_events()

static void last_events ( )
static

Definition at line 8 of file progress.h.

References _ilast, _tlast, enable_fpe(), events, HUGE, inext, iter, t, tnext, and x.

Here is the call graph for this function:

Variable Documentation

◆ _ilast

int _ilast = -1
static

Definition at line 3 of file progress.h.

Referenced by event__progress(), and last_events().

◆ _progressn

int _progressn = 0
static

Definition at line 6 of file progress.h.

Referenced by event__progress().

◆ _progresst

timer _progresst
static

Definition at line 5 of file progress.h.

Referenced by event__progress().

◆ _tlast

double _tlast = -1
static

Definition at line 4 of file progress.h.

Referenced by event__progress(), and last_events().