51 subroutine euler_rhs(rho_field, m_x, m_y, m_z, E, p, u, v, w, Ax, &
52 coef, gs, h, effective_visc, rk_scheme, dt)
59 type(
field_t),
intent(inout) :: rho_field, m_x, m_y, m_z, E
60 type(
field_t),
intent(in) :: p, u, v, w, h, effective_visc
61 class(
ax_t),
intent(inout) :: Ax
62 type(
coef_t),
intent(inout) :: coef
63 type(
gs_t),
intent(inout) :: gs
65 real(kind=
rp),
intent(in) :: dt
Coefficients defined on a given (mesh, ) tuple. Arrays use indices (i,j,k,e): element e,...