WarpX
Functions | Variables
video_yt Namespace Reference

Functions

def plot_species (species, ad, radii, transparency, abs_xmax)
 
def img_onestep (filename)
 

Variables

string field = 'Ez'
 
 my_max = int(5.e9)
 
bool do_particles = True
 
string species0 = 'beam'
 
string species1 = 'electrons'
 
bool do_patch = False
 
tuple resolution = (512, 512)
 
 camera_position = np.array([15., 20., -5.])*yt.units.micrometer
 
 file_list = glob.glob('./diags/plotfiles/plt?????')
 
float clight = 299792458.0
 

Function Documentation

◆ img_onestep()

def video_yt.img_onestep (   filename)

◆ plot_species()

def video_yt.plot_species (   species,
  ad,
  radii,
  transparency,
  abs_xmax 
)

Variable Documentation

◆ camera_position

video_yt.camera_position = np.array([15., 20., -5.])*yt.units.micrometer

◆ clight

float video_yt.clight = 299792458.0

◆ do_particles

bool video_yt.do_particles = True

◆ do_patch

bool video_yt.do_patch = False

◆ field

string video_yt.field = 'Ez'

◆ file_list

video_yt.file_list = glob.glob('./diags/plotfiles/plt?????')

◆ my_max

video_yt.my_max = int(5.e9)

◆ resolution

tuple video_yt.resolution = (512, 512)

◆ species0

string video_yt.species0 = 'beam'

◆ species1

string video_yt.species1 = 'electrons'