modg_invMassMatrix_Q Subroutine

private subroutine modg_invMassMatrix_Q(mesh, kerneldata, scheme, nElems)

Applies the inverse of the mass matrix for a 3D scheme.

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type) :: mesh

The mesh you are working with.

type(atl_kerneldata_type) :: kerneldata

The data of the kernel.

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

Parameters of the modal dg scheme

integer, intent(in) :: nElems

Called by

proc~~modg_invmassmatrix_q~~CalledByGraph proc~modg_invmassmatrix_q modg_invMassMatrix_Q proc~atl_modg_invmassmatrix atl_modg_invMassMatrix proc~atl_modg_invmassmatrix->proc~modg_invmassmatrix_q proc~postprocess_rhs_cubes postprocess_rhs_cubes proc~postprocess_rhs_cubes->proc~atl_modg_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