W = np.empty(shape = (5, num_nodes, 2)) #makes empty 3d array (random number not zeros), if printed this is 5 arrays of 101 rows and 2 columns FW = np.empty(shape = (3, num_nodes, 2)) #makes empty 3d ...
finitevolume-shocktube is an open-source Python solver for the 1D compressible Euler equations using the finite volume method with a Roe approximate Riemann solver. It is developed and maintained ...