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