atl_modg_2d_acoustic_numFlux Subroutine

public subroutine atl_modg_2d_acoustic_numFlux(mesh, equation, facedata, scheme)

Calculate the numerical flux for acoustic equation and MODG scheme

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(in) :: mesh

The mesh you are working with.

type(atl_Equations_type), intent(in) :: equation

The equation you solve.

type(atl_facedata_type), intent(inout) :: facedata

The face representation of the state.

type(atl_modg_2d_scheme_type), intent(in) :: scheme

Parameters of the modal dg scheme


Calls

proc~~atl_modg_2d_acoustic_numflux~~CallsGraph proc~atl_modg_2d_acoustic_numflux atl_modg_2d_acoustic_numFlux interface~atl_acoustic_2d_numflux atl_acoustic_2d_numflux proc~atl_modg_2d_acoustic_numflux->interface~atl_acoustic_2d_numflux proc~atl_acoustic_2d_numflux_cube_vec atl_acoustic_2d_numflux_cube_vec interface~atl_acoustic_2d_numflux->proc~atl_acoustic_2d_numflux_cube_vec proc~atl_acoustic_2d_numflux_onedir atl_acoustic_2d_numFlux_oneDir proc~atl_acoustic_2d_numflux_cube_vec->proc~atl_acoustic_2d_numflux_onedir

Called by

proc~~atl_modg_2d_acoustic_numflux~~CalledByGraph proc~atl_modg_2d_acoustic_numflux atl_modg_2d_acoustic_numFlux proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_acoustic_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_compute_rhs proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_compute_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_compute_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_compute_rhs proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_compute_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_compute_rhs

Contents