atl_modg_1d_advection_physFlux Subroutine

public subroutine atl_modg_1d_advection_physFlux(equation, state, res)

Calculate the physical flux for the MODG scheme and advection equation.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type) :: equation

The equation you solve.

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

Called by

proc~~atl_modg_1d_advection_physflux~~CalledByGraph proc~atl_modg_1d_advection_physflux atl_modg_1d_advection_physFlux proc~modg_1d_compute_project_physflux modg_1d_compute_project_physFlux proc~modg_1d_compute_project_physflux->proc~atl_modg_1d_advection_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