Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
vequation.h
Go to the documentation of this file.
1/** @file vequation.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/vequation.F90
5
6extern void vequation_ (
8 realtype * dt,
10 realtype * ty,
11 realtype * num,
12 realtype * gamv,
14);
15static inline void meanflow_vequation (
16 integer * nlev,
17 realtype * dt,
19 realtype * ty,
20 realtype * num,
21 realtype * gamv,
22 integer * method) {
24}
int x
Definition common.h:76
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47
static void meanflow_vequation(integer *nlev, realtype *dt, realtype *cnpar, realtype *ty, realtype *num, realtype *gamv, integer *method)
Definition vequation.h:15
void vequation_(integer *nlev, realtype *dt, realtype *cnpar, realtype *ty, realtype *num, realtype *gamv, integer *method)