Go to the source code of this file.
Function Documentation
void dump_immediate |
( |
struct Field |
fldi, |
|
|
const double |
t |
|
) |
| |
Immediatly output a dump file, regardless of the output parameters.
- Parameters:
-
t | Current time of the simulation. |
Free the variables used by the output routines
Initialize the output variables. Should be called only in the begining .
void output |
( |
struct Field |
fldi, |
|
|
const double |
t |
|
) |
| |
Check if an output (timevar, snapshot or dump) is required at t. If yes, call the relevant routines.
- Parameters:
-
t | Current time in the simulation |
void output_immediate |
( |
struct Field |
fldi, |
|
|
const double |
t |
|
) |
| |
Immediatly output a timevar, snapshot and dump, regardless of the output parameters.
- Parameters:
-
t | Current time of the simulation. |
void output_status |
( |
FILE * |
iostream | ) |
|
Show the current status of the output routine.
- Parameters:
-
iostream | Handler of the file in which the status is written. |
double read_output_timer |
( |
| ) |
|