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