Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
wequation.h
Go to the documentation of this file.
1
/** @file wequation.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/meanflow/wequation.F90
5
6
extern
void
wequation_
(
7
integer
*
nlev
,
8
realtype
*
dt
9
);
10
static
inline
void
meanflow_wequation
(
11
integer
*
nlev
,
12
realtype
*
dt
) {
13
wequation_
(
nlev
,
dt
);
14
}
x
int x
Definition
common.h:76
integer
int integer
Definition
cvmix.h:105
dt
double dt
Definition
predictor-corrector.h:18
realtype
double realtype
Definition
common.h:47
wequation_
void wequation_(integer *nlev, realtype *dt)
meanflow_wequation
static void meanflow_wequation(integer *nlev, realtype *dt)
Definition
wequation.h:10
gotm
meanflow
wequation.h
Generated by
1.9.8