| 
    WARPXM v1.10.0
    
   | 
 
Variables | |
| int | maxslide = 100 | 
| h5py | f = h5py.File("meshes/restartMesh_0.h5") | 
| np | coordinates = np.asarray(f["coordinates"]) | 
| np | connectivity = np.asarray(f["connectivity"]) | 
| np | elems = connectivity.shape[0] | 
| np | xmid = np.zeros((elems,3)) | 
| np | umid = np.zeros((elems)) | 
| np | u = np.asarray(f["variables/fluid/rho/domain"]) | 
| np examples.dg.advection.advection_first_order_plotter.connectivity = np.asarray(f["connectivity"]) | 
| np examples.dg.advection.advection_first_order_plotter.coordinates = np.asarray(f["coordinates"]) | 
| np examples.dg.advection.advection_first_order_plotter.elems = connectivity.shape[0] | 
| h5py examples.dg.advection.advection_first_order_plotter.f = h5py.File("meshes/restartMesh_0.h5") | 
| int examples.dg.advection.advection_first_order_plotter.maxslide = 100 | 
| np examples.dg.advection.advection_first_order_plotter.u = np.asarray(f["variables/fluid/rho/domain"]) | 
| np examples.dg.advection.advection_first_order_plotter.umid = np.zeros((elems)) | 
| np examples.dg.advection.advection_first_order_plotter.xmid = np.zeros((elems,3)) |