| WARPXM v1.10.0
    | 
| Variables | |
| str | torder = 'SSPRK3' | 
| str | sorder = 'thirdOrder' | 
| float | cfl = 0.1 | 
| float | gamma = 1.4 | 
| float | limiter_alpha_coefficient = 5.0 | 
| bool | use_limiter = True | 
| warpy | mesh | 
| warpy | fluid | 
| warpy | shock_tube_function | 
| warpy | shock_tube_function_va | 
| list | applicators = [] | 
| list | solver_apps = [] | 
| list | boundary_condition_apps = [] | 
| list | limiter_apps = [] | 
| warpy | writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) | 
| warpy | spatial_solver | 
| list | variable_adjusters = [] | 
| warpy | time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) | 
| int | dt = 1e-6 | 
| int | nout = 100 | 
| warpy | dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) | 
| warpy | sim | 
| datetime | now = datetime.datetime.now() | 
| gen_xdmf | |
| True | |
| detect_nonscalar | |
| list examples.dg.5-moment.rp1.applicators = [] | 
| list examples.dg.5-moment.rp1.boundary_condition_apps = [] | 
| float examples.dg.5-moment.rp1.cfl = 0.1 | 
| examples.dg.5-moment.rp1.detect_nonscalar | 
| int examples.dg.5-moment.rp1.dt = 1e-6 | 
| warpy examples.dg.5-moment.rp1.dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) | 
| warpy examples.dg.5-moment.rp1.fluid | 
| float examples.dg.5-moment.rp1.gamma = 1.4 | 
| examples.dg.5-moment.rp1.gen_xdmf | 
| float examples.dg.5-moment.rp1.limiter_alpha_coefficient = 5.0 | 
| list examples.dg.5-moment.rp1.limiter_apps = [] | 
| warpy examples.dg.5-moment.rp1.mesh | 
| int examples.dg.5-moment.rp1.nout = 100 | 
| datetime examples.dg.5-moment.rp1.now = datetime.datetime.now() | 
| warpy examples.dg.5-moment.rp1.shock_tube_function | 
| warpy examples.dg.5-moment.rp1.shock_tube_function_va | 
| warpy examples.dg.5-moment.rp1.sim | 
| list examples.dg.5-moment.rp1.solver_apps = [] | 
| str examples.dg.5-moment.rp1.sorder = 'thirdOrder' | 
| warpy examples.dg.5-moment.rp1.spatial_solver | 
| warpy examples.dg.5-moment.rp1.time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) | 
| str examples.dg.5-moment.rp1.torder = 'SSPRK3' | 
| examples.dg.5-moment.rp1.True | 
| bool examples.dg.5-moment.rp1.use_limiter = True | 
| list examples.dg.5-moment.rp1.variable_adjusters = [] | 
| warpy examples.dg.5-moment.rp1.writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) |