WarpX
Namespaces | Functions | Variables
yt3d_mpi.py File Reference

Namespaces

 yt3d_mpi
 

Functions

def yt3d_mpi.jitter_shift (ds, ad, cfl, iteration)
 
def yt3d_mpi.get_species_ytpoints (ad, species, color_vec)
 
def yt3d_mpi.img_onestep (filename)
 

Variables

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