atl_modg_1d_LoclinEuler_physFlux Subroutine

public subroutine atl_modg_1d_LoclinEuler_physFlux(equation, res, state, poly_proj)

Calculate the physical flux for the MODG scheme and Linearized euler equation.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

The equation system we are working with

real(kind=rk), intent(inout) :: res(:,:)

The result in the modal form

real(kind=rk), intent(in), optional :: state(:,:)

The state in the modal form

type(ply_poly_project_type), intent(inout) :: poly_proj

The projection datatype for the projection information


Called by

proc~~atl_modg_1d_loclineuler_physflux~~CalledByGraph proc~atl_modg_1d_loclineuler_physflux atl_modg_1d_LoclinEuler_physFlux proc~modg_1d_compute_project_physflux modg_1d_compute_project_physFlux proc~modg_1d_compute_project_physflux->proc~atl_modg_1d_loclineuler_physflux proc~compute_rhs_cubes_modg_1d compute_rhs_cubes_modg_1d proc~compute_rhs_cubes_modg_1d->proc~modg_1d_compute_project_physflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_1d interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents