|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
#include <stdlib.h>#include <math.h>#include <basic.h>#include <arrayfunctions.h>#include <mathfunctions.h>#include <physicalmodels/numa3d.h>#include <hypar.h>Go to the source code of this file.
Functions | |
| double | Numa3DComputeCFL (void *s, void *m, double dt, double t) |
| double Numa3DComputeCFL | ( | void * | s, |
| void * | m, | ||
| double | dt, | ||
| double | t | ||
| ) |
Definition at line 9 of file Numa3DComputeCFL.c.