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