Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
const_NNS.h
Go to the documentation of this file.
1/** @file const_NNS.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/observations/const_NNS.F90
5
6extern void const_nns_ (
8 realtype * z,
11 realtype * nn,
14 realtype * s
15);
16static inline void observations_const_nns (
17 integer * nlev,
18 realtype * z,
21 realtype * nn,
24 realtype * s) {
26}
int x
Definition common.h:76
int z
Definition common.h:76
static void observations_const_nns(integer *nlev, realtype *z, realtype *s_top, realtype *t_const, realtype *nn, realtype *gravity, realtype *rho_0, realtype *s)
Definition const_NNS.h:16
void const_nns_(integer *nlev, realtype *z, realtype *s_top, realtype *t_const, realtype *nn, realtype *gravity, realtype *rho_0, realtype *s)
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
scalar s
Definition embed-tree.h:56
double realtype
Definition common.h:47