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