atl_laxFriedRans_2D Subroutine

public subroutine atl_laxFriedRans_2D(euler, state_left, state_right, material_left, material_right, nPoints, flux)

Arguments

Type IntentOptional Attributes Name
class(atl_euler_type), intent(in) :: euler
real(kind=rk), intent(in) :: state_left(:,:)

The state on the face from its left limit (in conservative variables).

real(kind=rk), intent(in) :: state_right(:,:)

The state on the face from its right limit (in conservative variables).

real(kind=rk), intent(in) :: material_left(:,:)

The left value of the characteristic function (stemming from penalization)

real(kind=rk), intent(in) :: material_right(:,:)

The right value of the characteristic function (stemming from penalization)

integer, intent(in) :: nPoints

Number of points to evaluate the flux at.

real(kind=rk), intent(out) :: flux(:,:)

Resulting flux for the left element (in conservative variables).


Calls

proc~~atl_laxfriedrans_2d~~CallsGraph proc~atl_laxfriedrans_2d atl_laxFriedRans_2D proc~atl_physfluxrans_2d atl_physFluxRans_2d proc~atl_laxfriedrans_2d->proc~atl_physfluxrans_2d

Contents