Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
uequation.h
Go to the documentation of this file.
1/** @file uequation.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/uequation.F90
5
6extern void uequation_ (
8 realtype * dt,
10 realtype * tx,
11 realtype * num,
12 realtype * gamu,
14);
15static inline void meanflow_uequation (
16 integer * nlev,
17 realtype * dt,
19 realtype * tx,
20 realtype * num,
21 realtype * gamu,
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_uequation(integer *nlev, realtype *dt, realtype *cnpar, realtype *tx, realtype *num, realtype *gamu, integer *method)
Definition uequation.h:15
void uequation_(integer *nlev, realtype *dt, realtype *cnpar, realtype *tx, realtype *num, realtype *gamu, integer *method)