| 
| str  | examples.dg.5-moment.shock_tube.torder = 'RK4' | 
|   | 
| str  | examples.dg.5-moment.shock_tube.sorder = 'secondOrder' | 
|   | 
| int  | examples.dg.5-moment.shock_tube.gamma = 5/3 | 
|   | 
| float  | examples.dg.5-moment.shock_tube.mass = 1.0 | 
|   | 
| float  | examples.dg.5-moment.shock_tube.charge = 1.0 | 
|   | 
| None  | examples.dg.5-moment.shock_tube.nu_p_tau = None | 
|   | 
| int  | examples.dg.5-moment.shock_tube.rho_L = 1 | 
|   | 
| int  | examples.dg.5-moment.shock_tube.P_L = 1/gamma | 
|   | 
| int  | examples.dg.5-moment.shock_tube.rho_R = 4 | 
|   | 
| int  | examples.dg.5-moment.shock_tube.P_R = 4/gamma | 
|   | 
| float  | examples.dg.5-moment.shock_tube.penalty_beta = 0.0 | 
|   | 
| float  | examples.dg.5-moment.shock_tube.penalty_eta = 0.0 | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.mesh = warpy.mesh.block(Bounds=[0, 10],NumCells=[16],NodeSets=['Left', 'Right'],NumLayers=1,basis_array_set=sorder) | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.fluid | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.fluid_gradient | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.shock_tube_function | 
|   | 
| list  | examples.dg.5-moment.shock_tube.applicators = [] | 
|   | 
| list  | examples.dg.5-moment.shock_tube.apps = [] | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid, fluid_gradient]) | 
|   | 
|   | examples.dg.5-moment.shock_tube.else : | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.spatial_solver = warpy.spatial_solvers.dg(name="dg", spatial_order=sorder, applications=apps,penalty_beta=penalty_beta,penalty_eta=penalty_eta) | 
|   | 
| list  | examples.dg.5-moment.shock_tube.variable_adjusters = [] | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) | 
|   | 
| int  | examples.dg.5-moment.shock_tube.dt = 1e-6 | 
|   | 
| int  | examples.dg.5-moment.shock_tube.nout = 100 | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) | 
|   | 
| warpy  | examples.dg.5-moment.shock_tube.sim | 
|   | 
|   | examples.dg.5-moment.shock_tube.gen_xdmf | 
|   | 
|   | examples.dg.5-moment.shock_tube.True | 
|   | 
|   | examples.dg.5-moment.shock_tube.detect_nonscalar | 
|   |