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
6extern void updategrid_ (
8 realtype * dt,
10);
11static inline void meanflow_updategrid (
12 integer * nlev,
13 realtype * dt,
14 realtype * zeta) {
16}
int x
Definition common.h:76
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47
scalar zeta[]
Definition hele-shaw.h:39
void updategrid_(integer *nlev, realtype *dt, realtype *zeta)
static void meanflow_updategrid(integer *nlev, realtype *dt, realtype *zeta)
Definition updategrid.h:11