HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
phys.tools.funcdeclare.h
Go to the documentation of this file.
1 
6 extern void mhd_calc(FTYPE *pr, int dir, struct of_geom *geom, struct of_state *q, FTYPE *mhd, FTYPE *mhdabs);
7 extern void mhd_calc_0(FTYPE *pr, int dir, struct of_geom *geom, struct of_state *q, FTYPE *mhd, FTYPE *mhdabs);
8 
9 extern void mhd_calc_em(FTYPE *pr, int dir, struct of_geom *geom, struct of_state *q, FTYPE *mhd, FTYPE *mhdabs);
10 extern void mhd_calc_ma(FTYPE *pr, int dir, struct of_geom *geom, struct of_state *q, FTYPE *mhd, FTYPE *mhdabs, FTYPE *mhddiagpress, FTYPE *mhddiagpressabs);
11 
12 extern int area_map(int call_code, int type, int size, int i, int j, int k, FTYPE (*prim)[NSTORE2][NSTORE3][NPR]);
13 extern void bcon_calc(FTYPE *pr, FTYPE *ucon, FTYPE *ucov,
14  FTYPE *bcon);
15 extern void lower_vec(FTYPE *a, struct of_geom *geom, FTYPE *b);
16 extern void lowerf(FTYPE *a, struct of_geom *geom, FTYPE *b);
17 extern void raise_vec(FTYPE *v1, struct of_geom *geom, FTYPE *v2);
18 
19 
20 
21 extern int limit_3vel_ffde(FTYPE *Bcon, struct of_geom *geom, FTYPE *vcon, FTYPE *pr);
22 
23 
24 extern int dualfullfaraday_calc(FTYPE *pr, int dir, struct of_state *q, FTYPE *dualf);
25 
26 extern int dualfaradayspatial_calc(FTYPE *pr, int dir, struct of_state *q, FTYPE *dualf, FTYPE *dualfabs);
27 
28