54 subroutine compressible_rhs(rho_field, m_x, m_y, m_z, E, p, u, v, w, Ax, &
55 Ax_stress, coef, gs, h, artificial_visc, mu, kappa, bcs_vel, time, &
65 type(
field_t),
intent(inout) :: rho_field, m_x, m_y, m_z, E
66 type(
field_t),
intent(in) :: p, u, v, w, h, artificial_visc, mu, kappa
67 class(
ax_t),
intent(inout) :: Ax, Ax_stress
68 type(
coef_t),
intent(inout) :: coef
69 type(
gs_t),
intent(inout) :: gs
73 real(kind=
rp),
intent(in) :: dt
Coefficients defined on a given (mesh, ) tuple. Arrays use indices (i,j,k,e): element e,...