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