compute_euler_flux_2d Subroutine

public pure subroutine compute_euler_flux_2d(q, fx, gy, gam)

Compute both directional flux vectors F (x) and G (y) for state Q.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: q(:)
real(kind=wp), intent(out) :: fx(:)
real(kind=wp), intent(out) :: gy(:)
real(kind=wp), intent(in) :: gam