Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
updategrid.h
Go to the documentation of this file.
1
/** @file updategrid.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/meanflow/updategrid.F90
5
6
extern
void
updategrid_
(
7
integer
*
nlev
,
8
realtype
*
dt
,
9
realtype
*
zeta
10
);
11
static
inline
void
meanflow_updategrid
(
12
integer
*
nlev
,
13
realtype
*
dt
,
14
realtype
*
zeta
) {
15
updategrid_
(
nlev
,
dt
,
zeta
);
16
}
x
int x
Definition
common.h:76
integer
int integer
Definition
cvmix.h:105
dt
double dt
Definition
predictor-corrector.h:18
realtype
double realtype
Definition
common.h:47
zeta
scalar zeta[]
Definition
hele-shaw.h:39
updategrid_
void updategrid_(integer *nlev, realtype *dt, realtype *zeta)
meanflow_updategrid
static void meanflow_updategrid(integer *nlev, realtype *dt, realtype *zeta)
Definition
updategrid.h:11
gotm
meanflow
updategrid.h
Generated by
1.9.8