modg_2d_invMassMatrix_Q Subroutine

private subroutine modg_2d_invMassMatrix_Q(mesh, equation, kerneldata, scheme, nElems)

Applies the inverse of the mass matrix for a 2D scheme in Q_space.

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type) :: mesh

The mesh you are working with.

type(atl_Equations_type) :: equation

The equation you solve.

type(atl_kerneldata_type) :: kerneldata

The data of the kernel.

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

Parameters of the modal dg scheme

integer, intent(in) :: nElems

Called by

proc~~modg_2d_invmassmatrix_q~~CalledByGraph proc~modg_2d_invmassmatrix_q modg_2d_invMassMatrix_Q proc~atl_modg_2d_invmassmatrix atl_modg_2d_invMassMatrix proc~atl_modg_2d_invmassmatrix->proc~modg_2d_invmassmatrix_q proc~postprocess_rhs_cubes postprocess_rhs_cubes proc~postprocess_rhs_cubes->proc~atl_modg_2d_invmassmatrix interface~atl_postprocess_rhs atl_postprocess_rhs interface~atl_postprocess_rhs->proc~postprocess_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_postprocess_rhs proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_postprocess_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_postprocess_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_postprocess_rhs proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_postprocess_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_postprocess_rhs

Contents