Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
adv_center.h
Go to the documentation of this file.
1/** @file adv_center.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/util/adv_center.F90
5
6extern void adv_center_ (
7 integer * n,
8 realtype * dt,
9 realtype * h,
10 realtype * ho,
11 realtype * ww,
12 integer * bcup,
13 integer * bcdw,
14 realtype * yup,
15 realtype * ydw,
17 integer * mode,
18 realtype * y
19);
20static inline void util_adv_center (
21 integer * n,
22 realtype * dt,
23 realtype * h,
24 realtype * ho,
25 realtype * ww,
26 integer * bcup,
27 integer * bcdw,
28 realtype * yup,
29 realtype * ydw,
31 integer * mode,
32 realtype * y) {
33 adv_center_ (n, dt, h, ho, ww, bcup, bcdw, yup, ydw, method, mode, y);
34}
static void util_adv_center(integer *n, realtype *dt, realtype *h, realtype *ho, realtype *ww, integer *bcup, integer *bcdw, realtype *yup, realtype *ydw, integer *method, integer *mode, realtype *y)
Definition adv_center.h:20
void adv_center_(integer *n, realtype *dt, realtype *h, realtype *ho, realtype *ww, integer *bcup, integer *bcdw, realtype *yup, realtype *ydw, integer *method, integer *mode, realtype *y)
scalar h[]
Definition atmosphere.h:6
int y
Definition common.h:76
int x
Definition common.h:76
else return n
Definition curvature.h:101
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47