WarpX
Functions | Variables
read_lab_particles Namespace Reference

Functions

def get_particle_field (field)
 

Variables

int it = 1
 
string fn = "./lab_frame_data/" + 'snapshot' + str(it).zfill(5) + "/particle1/"
 
def x = get_particle_field('x')
 
def z = get_particle_field('z')
 
def ux = get_particle_field('ux')
 
def uz = get_particle_field('uz')
 

Function Documentation

◆ get_particle_field()

def read_lab_particles.get_particle_field (   field)

Variable Documentation

◆ fn

string read_lab_particles.fn = "./lab_frame_data/" + 'snapshot' + str(it).zfill(5) + "/particle1/"

◆ it

int read_lab_particles.it = 1

◆ ux

def read_lab_particles.ux = get_particle_field('ux')

◆ uz

def read_lab_particles.uz = get_particle_field('uz')

◆ x

def read_lab_particles.x = get_particle_field('x')

◆ z

def read_lab_particles.z = get_particle_field('z')