forked from JianyuanXiao/SymPIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplit_shell.h
More file actions
24 lines (23 loc) · 1.23 KB
/
split_shell.h
File metadata and controls
24 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "pubdefs.h"
double wclk_now ();
;
int split_1st_all_passes (Particle_in_Cell_MPI * pthis ,double dt0 ,int use_vlo )
;
int pass_GeqB (Particle_in_Cell_MPI * pthis ,double deltat )
;
int FDTD_2_4th_ALL_passes (Particle_in_Cell_MPI * pthis ,double dt0 )
;
int FDTD_2_2th_ALL_passes (Particle_in_Cell_MPI * pthis ,double dt0 )
;
int ITG_split_2nd_all_passes_enecons (Particle_in_Cell_MPI * pthis ,Field3D_MPI * pext_rho_dist ,double dt0 ,double moqe ,double ne0 ,int use_vlo ,int use_gc )
;
int ITG_split_2nd_all_passes (Particle_in_Cell_MPI * pthis ,Field3D_MPI * pext_rho_dist ,double dt0 ,double moqe ,double ne0 ,int use_vlo ,int use_gc )
;
int split_multi_step_passes_test (Particle_in_Cell_MPI * pthis ,double dt0 ,int N_electron ,int N_maxwell ,double * pmass ,double * pchg )
;
int split_2nd_all_passes_multi_step (Particle_in_Cell_MPI * pthis ,double dt0 ,int use_vlo ,int use_ext_G_E ,int N_maxwell ,int N_electron ,double * pmass ,double * pchg )
;
int split_2nd_all_passes (Particle_in_Cell_MPI * pthis ,double dt0 ,int use_vlo ,int use_ext_G_E )
;
int split_small_timestep (Particle_in_Cell_MPI * pthis ,double dt0 ,double * pmass ,double * pcharge ,int N_l ,int N_M ,int push_J )
;