Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
diff_center.h
Go to the documentation of this file.
1/** @file diff_center.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/util/diff_center.F90
5
6extern void diff_center_ (
7 integer * n,
8 realtype * dt,
11 realtype * h,
12 integer * bcup,
13 integer * bcdw,
14 realtype * yup,
15 realtype * ydw,
16 realtype * nuy,
19 realtype * taur,
20 realtype * yobs,
21 realtype * y
22);
23static inline void util_diff_center (
24 integer * n,
25 realtype * dt,
28 realtype * h,
29 integer * bcup,
30 integer * bcdw,
31 realtype * yup,
32 realtype * ydw,
33 realtype * nuy,
36 realtype * taur,
37 realtype * yobs,
38 realtype * y) {
40}
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
static void util_diff_center(integer *n, realtype *dt, realtype *cnpar, integer *posconc, realtype *h, integer *bcup, integer *bcdw, realtype *yup, realtype *ydw, realtype *nuy, realtype *lsour, realtype *qsour, realtype *taur, realtype *yobs, realtype *y)
Definition diff_center.h:23
void diff_center_(integer *n, realtype *dt, realtype *cnpar, integer *posconc, realtype *h, integer *bcup, integer *bcdw, realtype *yup, realtype *ydw, realtype *nuy, realtype *lsour, realtype *qsour, realtype *taur, realtype *yobs, realtype *y)
double dt
double realtype
Definition common.h:47