WARPXM v1.10.0
Loading...
Searching...
No Matches
advection_first_order_plotter.py File Reference

Namespaces

namespace  examples
 
namespace  examples.dg
 
namespace  examples.dg.advection
 
namespace  examples.dg.advection.advection_first_order_plotter
 

Variables

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