|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Print to screen. More...
#include <stdio.h>#include <string.h>#include <math.h>#include <simulation_object.h>#include <timeintegration.h>Go to the source code of this file.
Functions | |
| int | TimePrintStep (void *ts) |
Print to screen.
Definition in file TimePrintStep.c.
| int TimePrintStep | ( | void * | ts | ) |
Print information to screen (also calls any physics-specific printing function, if defined).
| ts | Object of type TimeIntegration |
Definition at line 16 of file TimePrintStep.c.