WARPXM v1.10.0
Loading...
Searching...
No Matches
light_prop.py File Reference

Namespaces

namespace  examples
 
namespace  examples.fvm
 
namespace  examples.fvm.light_prop
 

Variables

int examples.fvm.light_prop.torder = 3
 
int examples.fvm.light_prop.sorder = 2
 
int examples.fvm.light_prop.omega_c_norm = 3
 
int examples.fvm.light_prop.omega_p_norm = 5
 
int examples.fvm.light_prop.c_0_norm = 4
 
warpy examples.fvm.light_prop.mesh
 
warpy examples.fvm.light_prop.field
 
int examples.fvm.light_prop.E0 = omega_c_norm*c_0_norm/omega_p_norm**2
 
int examples.fvm.light_prop.B0 = 1
 
 examples.fvm.light_prop.else :
 
warpy examples.fvm.light_prop.Ey_ic
 
warpy examples.fvm.light_prop.Bz_ic
 
warpy examples.fvm.light_prop.Ez_ic
 
warpy examples.fvm.light_prop.By_ic
 
warpy examples.fvm.light_prop.null_func = warpy.functions.set_to(name='null', value=0)
 
list examples.fvm.light_prop.ic_applicators
 
list examples.fvm.light_prop.ss1
 
list examples.fvm.light_prop.ss_sets = [ss1]
 
warpy examples.fvm.light_prop.writer
 
warpy examples.fvm.light_prop.sim
 
 examples.fvm.light_prop.gen_xdmf
 
 examples.fvm.light_prop.True
 
 examples.fvm.light_prop.detect_nonscalar
 
 examples.fvm.light_prop.try :
 
warpy examples.fvm.light_prop.configs = warpy.load_configs('light_prop_config.py')
 
warpy examples.fvm.light_prop.dset
 
list examples.fvm.light_prop.sd = [sd for sd in dset.subdomains if sd.name=='domain'][0]
 
list examples.fvm.light_prop.B_f = [f for f in dset.fields[0] if f.name=='B'][0]
 
 examples.fvm.light_prop.coords
 
 examples.fvm.light_prop.connectivity
 
Triangulation examples.fvm.light_prop.pmesh = Triangulation(coords[:,0],coords[:,1],connectivity)
 
list examples.fvm.light_prop.By_cell = B_f.read_data()[1].flatten()
 
 examples.fvm.light_prop.shading
 
 examples.fvm.light_prop.cmap