|
WARPXM v1.10.0
|
Variables | |
| str | torder = 'SSPRK3' |
| str | sorder = 'thirdOrder' |
| int | skin_depth_norm = 1/3 |
| int | omega_p_norm = 5 |
| warpy | mesh |
| warpy | field |
| tuple | energy_factor = (omega_p_norm*skin_depth_norm) |
| tuple | E0 = energy_factor |
| 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 | applicators |
| list | apps |
| warpy | writer |
| warpy | spatial_solver = warpy.spatial_solvers.dg(name="dg", spatial_order=sorder, applications=apps) |
| warpy | temporal_solver |
| int | dt = 1e-4 |
| warpy | dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| 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_node = B_f.read_data()[1].flatten() |
| shading | |
| cmap | |
| list examples.dg.maxwell.light_prop.applicators |
| list examples.dg.maxwell.light_prop.apps |
| int examples.dg.maxwell.light_prop.B0 = 1 |
| list examples.dg.maxwell.light_prop.B_f = [f for f in dset.fields[0] if f.name=='B'][0] |
| warpy examples.dg.maxwell.light_prop.By_ic |
| examples.dg.maxwell.light_prop.By_node = B_f.read_data()[1].flatten() |
| warpy examples.dg.maxwell.light_prop.Bz_ic |
| examples.dg.maxwell.light_prop.cmap |
| warpy examples.dg.maxwell.light_prop.configs = warpy.load_configs('light_prop_config.py') |
| examples.dg.maxwell.light_prop.connectivity |
| examples.dg.maxwell.light_prop.coords |
| examples.dg.maxwell.light_prop.detect_nonscalar |
| warpy examples.dg.maxwell.light_prop.dset |
| int examples.dg.maxwell.light_prop.dt = 1e-4 |
| warpy examples.dg.maxwell.light_prop.dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| int examples.dg.maxwell.light_prop.E0 = energy_factor |
| examples.dg.maxwell.light_prop.else : |
| tuple examples.dg.maxwell.light_prop.energy_factor = (omega_p_norm*skin_depth_norm) |
| warpy examples.dg.maxwell.light_prop.Ey_ic |
| warpy examples.dg.maxwell.light_prop.Ez_ic |
| warpy examples.dg.maxwell.light_prop.field |
| examples.dg.maxwell.light_prop.gen_xdmf |
| warpy examples.dg.maxwell.light_prop.mesh |
| warpy examples.dg.maxwell.light_prop.null_func = warpy.functions.set_to(name='null', value=0) |
| int examples.dg.maxwell.light_prop.omega_p_norm = 5 |
| examples.dg.maxwell.light_prop.pmesh = Triangulation(coords[:,0],coords[:,1],connectivity) |
| list examples.dg.maxwell.light_prop.sd = [sd for sd in dset.subdomains if sd.name=='domain'][0] |
| examples.dg.maxwell.light_prop.shading |
| warpy examples.dg.maxwell.light_prop.sim |
| int examples.dg.maxwell.light_prop.skin_depth_norm = 1/3 |
| str examples.dg.maxwell.light_prop.sorder = 'thirdOrder' |
| warpy examples.dg.maxwell.light_prop.spatial_solver = warpy.spatial_solvers.dg(name="dg", spatial_order=sorder, applications=apps) |
| warpy examples.dg.maxwell.light_prop.temporal_solver |
| str examples.dg.maxwell.light_prop.torder = 'SSPRK3' |
| examples.dg.maxwell.light_prop.True |
| examples.dg.maxwell.light_prop.try : |
| warpy examples.dg.maxwell.light_prop.writer |