WarpX
|
Functions | |
def | jitter_shift (ds, ad, cfl, iteration) |
def | get_species_ytpoints (ad, species, color_vec) |
def | img_onestep (filename) |
Variables | |
int | my_max = 5.e10 |
list | species_to_plot = ['plasma_e', 'beam', 'driver'] |
dictionary | species_colors |
bool | use_moving_window = True |
bool | plot_mr_patch = False |
string | rendering_type = 'layers' |
string | maxwell_solver = 'ckc' |
float | cfl = 0.99 |
file_list = glob.glob('plotfiles/plt?????') | |
tuple | bounds = ( -my_max, my_max ) |
int | z_shift = 0. |
tuple | w = (.01*my_max)**2 |
nfiles = len(file_list) | |
number_list = range(nfiles) | |
comm_world = MPI.COMM_WORLD | |
me = comm_world.Get_rank() | |
nrank = comm_world.Get_size() | |
my_list = file_list[ (me*nfiles)/nrank : ((me+1)*nfiles)/nrank ] | |
my_number_list = number_list[ (me*nfiles)/nrank : ((me+1)*nfiles)/nrank ] | |
def yt3d_mpi.get_species_ytpoints | ( | ad, | |
species, | |||
color_vec | |||
) |
def yt3d_mpi.img_onestep | ( | filename | ) |
def yt3d_mpi.jitter_shift | ( | ds, | |
ad, | |||
cfl, | |||
iteration | |||
) |
float yt3d_mpi.cfl = 0.99 |
yt3d_mpi.comm_world = MPI.COMM_WORLD |
yt3d_mpi.file_list = glob.glob('plotfiles/plt?????') |
string yt3d_mpi.maxwell_solver = 'ckc' |
yt3d_mpi.me = comm_world.Get_rank() |
int yt3d_mpi.my_max = 5.e10 |
yt3d_mpi.nfiles = len(file_list) |
yt3d_mpi.nrank = comm_world.Get_size() |
yt3d_mpi.number_list = range(nfiles) |
bool yt3d_mpi.plot_mr_patch = False |
string yt3d_mpi.rendering_type = 'layers' |
dictionary yt3d_mpi.species_colors |
list yt3d_mpi.species_to_plot = ['plasma_e', 'beam', 'driver'] |
bool yt3d_mpi.use_moving_window = True |
tuple yt3d_mpi.w = (.01*my_max)**2 |
int yt3d_mpi.z_shift = 0. |