|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Compute the diffusion number. More...
Go to the source code of this file.
Functions | |
| double | LinearADRComputeDiffNumber (void *s, void *m, double dt, double t) |
Compute the diffusion number.
Definition in file LinearADRComputeDiffNumber.c.
| double LinearADRComputeDiffNumber | ( | void * | s, |
| void * | m, | ||
| double | dt, | ||
| double | t | ||
| ) |
Computes the maximum diffusion number over the domain. Note that the diffusion number is computed over the local domain on this processor only.
| s | Solver object of type HyPar |
| m | MPI object of type MPIVariables |
| dt | Time step size for which to compute the CFL |
| t | Time |
Definition at line 14 of file LinearADRComputeDiffNumber.c.