WarpX
Functions | Variables
plot_parallel Namespace Reference

Functions

def get_species (a_file_list)
 
def plot_snapshot (filename)
 
def get_evolution_quantity (filename, quantity_name)
 
def plot_evolved_quantity (zwin_arr, maxF_arr)
 
def get_particle_evolution_quantity (filename, species)
 
def plot_particle_evolved_quantity (zbar, xstd)
 
def reduce_evolved_quantity (z, q)
 

Variables

 parser = argparse.ArgumentParser()
 
 default
 
 help
 
 choices
 
 type
 
 float
 
 action
 
 dest
 
 nargs
 
 str
 
 args = parser.parse_args()
 
 path = args.path
 
 image_dir = args.image_dir
 
 plotlib = args.plotlib
 
 vmax = args.vmax
 
 plot_evolution = args.plot_evolution
 
 plot_particle_evolution = args.plot_particle_evolution
 
list pscolor = ['r','g','b','k','m','c','y','w']
 
int pssize = 1.
 
dictionary yt_slicedir = {2:2, 3:1}
 
 file_list = glob.glob(os.path.join(path, 'plt?????'))
 Analysis ###. More...
 
 nfiles = len(file_list)
 
def pslist = get_species(file_list);
 
int rank = 0
 
int size = 1
 
 comm_world = MPI.COMM_WORLD
 
 zwin = np.full(nfiles, np.finfo(float).min)
 
 quantity = np.full(nfiles, np.finfo(float).min)
 
 zbar = np.full(nfiles, np.finfo(float).min)
 
 xstd = np.full(nfiles, np.finfo(float).min)
 

Function Documentation

◆ get_evolution_quantity()

def plot_parallel.get_evolution_quantity (   filename,
  quantity_name 
)

◆ get_particle_evolution_quantity()

def plot_parallel.get_particle_evolution_quantity (   filename,
  species 
)

◆ get_species()

def plot_parallel.get_species (   a_file_list)

◆ plot_evolved_quantity()

def plot_parallel.plot_evolved_quantity (   zwin_arr,
  maxF_arr 
)

◆ plot_particle_evolved_quantity()

def plot_parallel.plot_particle_evolved_quantity (   zbar,
  xstd 
)

◆ plot_snapshot()

def plot_parallel.plot_snapshot (   filename)

◆ reduce_evolved_quantity()

def plot_parallel.reduce_evolved_quantity (   z,
  q 
)

Variable Documentation

◆ action

plot_parallel.action

◆ args

plot_parallel.args = parser.parse_args()

◆ choices

plot_parallel.choices

◆ comm_world

plot_parallel.comm_world = MPI.COMM_WORLD

◆ default

plot_parallel.default

◆ dest

plot_parallel.dest

◆ file_list

plot_parallel.file_list = glob.glob(os.path.join(path, 'plt?????'))

Analysis ###.

◆ float

plot_parallel.float

◆ help

plot_parallel.help

◆ image_dir

plot_parallel.image_dir = args.image_dir

◆ nargs

plot_parallel.nargs

◆ nfiles

plot_parallel.nfiles = len(file_list)

◆ parser

plot_parallel.parser = argparse.ArgumentParser()

◆ path

string plot_parallel.path = args.path

◆ plot_evolution

plot_parallel.plot_evolution = args.plot_evolution

◆ plot_particle_evolution

plot_parallel.plot_particle_evolution = args.plot_particle_evolution

◆ plotlib

plot_parallel.plotlib = args.plotlib

◆ pscolor

list plot_parallel.pscolor = ['r','g','b','k','m','c','y','w']

◆ pslist

def plot_parallel.pslist = get_species(file_list);

◆ pssize

int plot_parallel.pssize = 1.

◆ quantity

plot_parallel.quantity = np.full(nfiles, np.finfo(float).min)

◆ rank

plot_parallel.rank = 0

◆ size

plot_parallel.size = 1

◆ str

plot_parallel.str

◆ type

plot_parallel.type

◆ vmax

plot_parallel.vmax = args.vmax

◆ xstd

plot_parallel.xstd = np.full(nfiles, np.finfo(float).min)

◆ yt_slicedir

dictionary plot_parallel.yt_slicedir = {2:2, 3:1}

◆ zbar

plot_parallel.zbar = np.full(nfiles, np.finfo(float).min)

◆ zwin

plot_parallel.zwin = np.full(nfiles, np.finfo(float).min)