atl_modg_maxwell_numFlux Subroutine

public subroutine atl_modg_maxwell_numFlux(equation, facedata, scheme, poly_proj, material)

Calculate the numerical flux for Maxwell equation and MODG scheme

Arguments

Type IntentOptional Attributes Name
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_scheme_type), intent(inout) :: scheme

Parameters of the modal dg scheme

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

Data for projection method

type(atl_material_type), intent(inout) :: material

Material description for the faces on the current level


Calls

proc~~atl_modg_maxwell_numflux~~CallsGraph proc~atl_modg_maxwell_numflux atl_modg_maxwell_numFlux interface~atl_maxwell_flux atl_maxwell_flux proc~atl_modg_maxwell_numflux->interface~atl_maxwell_flux proc~tem_abort tem_abort proc~atl_modg_maxwell_numflux->proc~tem_abort proc~maxwell_flux_cube maxwell_flux_cube interface~atl_maxwell_flux->proc~maxwell_flux_cube proc~maxwell_flux_cube_vec maxwell_flux_cube_vec interface~atl_maxwell_flux->proc~maxwell_flux_cube_vec proc~maxwell_flux_nonconst_cube_vec maxwell_flux_nonconst_cube_vec interface~atl_maxwell_flux->proc~maxwell_flux_nonconst_cube_vec proc~maxwell_flux_nonconst_cube_vec->proc~maxwell_flux_cube interface~ply_poly_project_m2n ply_poly_project_m2n proc~maxwell_flux_nonconst_cube_vec->interface~ply_poly_project_m2n proc~ply_convert2oversample ply_convert2oversample proc~maxwell_flux_nonconst_cube_vec->proc~ply_convert2oversample interface~ply_poly_project_n2m ply_poly_project_n2m proc~maxwell_flux_nonconst_cube_vec->interface~ply_poly_project_n2m proc~ply_convertfromoversample ply_convertFromOversample proc~maxwell_flux_nonconst_cube_vec->proc~ply_convertfromoversample proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d

Called by

proc~~atl_modg_maxwell_numflux~~CalledByGraph proc~atl_modg_maxwell_numflux atl_modg_maxwell_numFlux proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_maxwell_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg 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