atl_modg_maxwell_2d_numFlux Subroutine

public subroutine atl_modg_maxwell_2d_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_2d_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_2d_numflux~~CallsGraph proc~atl_modg_maxwell_2d_numflux atl_modg_maxwell_2d_numFlux interface~atl_maxwell_flux_2d atl_maxwell_flux_2d proc~atl_modg_maxwell_2d_numflux->interface~atl_maxwell_flux_2d proc~tem_abort tem_abort proc~atl_modg_maxwell_2d_numflux->proc~tem_abort proc~maxwell_flux_cube_2d maxwell_flux_cube_2d interface~atl_maxwell_flux_2d->proc~maxwell_flux_cube_2d proc~maxwell_flux_cube_vec_2d maxwell_flux_cube_vec_2d interface~atl_maxwell_flux_2d->proc~maxwell_flux_cube_vec_2d proc~maxwell_flux_nonconst_cube_vec_2d maxwell_flux_nonconst_cube_vec_2d interface~atl_maxwell_flux_2d->proc~maxwell_flux_nonconst_cube_vec_2d proc~maxwell_flux_nonconst_cube_vec_2d->proc~maxwell_flux_cube_2d interface~ply_poly_project_m2n ply_poly_project_m2n proc~maxwell_flux_nonconst_cube_vec_2d->interface~ply_poly_project_m2n interface~ply_poly_project_n2m ply_poly_project_n2m proc~maxwell_flux_nonconst_cube_vec_2d->interface~ply_poly_project_n2m proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar

Called by

proc~~atl_modg_maxwell_2d_numflux~~CalledByGraph proc~atl_modg_maxwell_2d_numflux atl_modg_maxwell_2d_numFlux proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_maxwell_2d_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