@@ -4,33 +4,33 @@ extern int report_bound_loop(void);
4
4
extern void set_numbnd (int boundvartype , int * numbnd , int * numnpr );
5
5
6
6
// below are for particular purposes
7
- extern int bound_allprim (int boundstage , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
8
- extern int bound_evolveprim (int boundstage , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
9
- extern int bound_prim (int boundstage , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
10
- extern int bound_pstag (int boundstage , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
11
- extern int bound_beforeevolveprim (int boundstage , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
7
+ extern int bound_allprim (int boundstage , int finalstep , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
8
+ extern int bound_evolveprim (int boundstage , int finalstep , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
9
+ extern int bound_prim (int boundstage , int finalstep , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
10
+ extern int bound_pstag (int boundstage , int finalstep , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
11
+ extern int bound_beforeevolveprim (int boundstage , int finalstep , SFTYPE boundtime , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
12
12
13
13
// below can choose boundvartype
14
- extern int bound_anyallprim (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
15
- extern int bound_anyprim (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
16
- extern int bound_anypstag (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
17
- extern int bound_uavg (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
14
+ extern int bound_anyallprim (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
15
+ extern int bound_anyprim (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
16
+ extern int bound_anypstag (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
17
+ extern int bound_uavg (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* ucons )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
18
18
19
19
// only pflag doesn't have boundvartype
20
- extern int bound_pflag (int boundstage , SFTYPE boundtime , PFTYPE (* primbase )[NSTORE2 ][NSTORE3 ][NUMPFLAGS ], int finalstep , int doboundmpi );
20
+ extern int bound_pflag (int boundstage , int finalstep , SFTYPE boundtime , PFTYPE (* primbase )[NSTORE2 ][NSTORE3 ][NUMPFLAGS ], int doboundmpi );
21
21
22
22
23
- extern int bound_flux (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* F1 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F2 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F3 )[NSTORE2 ][NSTORE3 ][NPR ], int finalstep , int doboundmpi );
23
+ extern int bound_flux (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* F1 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F2 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F3 )[NSTORE2 ][NSTORE3 ][NPR ], int doboundmpi );
24
24
25
- extern int bound_vpot (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* vpot )[NSTORE1 + SHIFTSTORE1 ][NSTORE2 + SHIFTSTORE2 ][NSTORE3 + SHIFTSTORE3 ], int finalstep , int doboundmpi );
25
+ extern int bound_vpot (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* vpot )[NSTORE1 + SHIFTSTORE1 ][NSTORE2 + SHIFTSTORE2 ][NSTORE3 + SHIFTSTORE3 ], int doboundmpi );
26
26
27
27
// user bounds:
28
- extern int bound_prim_user_dir (int boundstage , SFTYPE boundtime , int whichdir , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ]);
29
- extern int bound_pstag_user_dir (int boundstage , SFTYPE boundtime , int whichdir , int boundvartype , FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ]);
30
- extern int bound_prim_user_after_mpi_dir (int boundstage , SFTYPE boundtime , int whichdir , int boundvartype , int ispstag , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ]);
31
- extern int bound_flux_user (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* F1 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F2 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F3 )[NSTORE2 ][NSTORE3 ][NPR ]);
32
- extern int bound_pflag_user (int boundstage , SFTYPE boundtime , int boundvartype , PFTYPE (* prim )[NSTORE2 ][NSTORE3 ][NUMPFLAGS ]);
33
- extern int bound_vpot_user (int boundstage , SFTYPE boundtime , int boundvartype , FTYPE (* vpot )[NSTORE1 + SHIFTSTORE1 ][NSTORE2 + SHIFTSTORE2 ][NSTORE3 + SHIFTSTORE3 ]);
28
+ extern int bound_prim_user_dir (int boundstage , int finalstep , SFTYPE boundtime , int whichdir , int boundvartype , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ]);
29
+ extern int bound_pstag_user_dir (int boundstage , int finalstep , SFTYPE boundtime , int whichdir , int boundvartype , FTYPE (* pstag )[NSTORE2 ][NSTORE3 ][NPR ]);
30
+ extern int bound_prim_user_after_mpi_dir (int boundstage , int finalstep , SFTYPE boundtime , int whichdir , int boundvartype , int ispstag , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ]);
31
+ extern int bound_flux_user (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* F1 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F2 )[NSTORE2 ][NSTORE3 ][NPR ], FTYPE (* F3 )[NSTORE2 ][NSTORE3 ][NPR ]);
32
+ extern int bound_pflag_user (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , PFTYPE (* prim )[NSTORE2 ][NSTORE3 ][NUMPFLAGS ]);
33
+ extern int bound_vpot_user (int boundstage , int finalstep , SFTYPE boundtime , int boundvartype , FTYPE (* vpot )[NSTORE1 + SHIFTSTORE1 ][NSTORE2 + SHIFTSTORE2 ][NSTORE3 + SHIFTSTORE3 ]);
34
34
35
35
extern int debugspecial3dspc (int which , int whichdir , int ispstag , FTYPE (* prim )[NSTORE2 ][NSTORE3 ][NPR ]);
36
36
0 commit comments