atl_modg_2d_project_source Subroutine

public subroutine atl_modg_2d_project_source(sourcedata, nScalars, mesh, scheme, kerneldata, currentLevel)

Projection of the source terms (in modal representation) to the test functions.

Arguments

Type IntentOptional Attributes Name
type(atl_source_type), intent(in) :: sourcedata

The modal representation of the source

integer, intent(in) :: nScalars

The number scalar variables in the equation system.

type(atl_cube_elem_type), intent(in) :: mesh

The cubical elements.

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

The parameters of the MODG scheme

type(atl_kerneldata_type), intent(inout) :: kerneldata

The data of the kernel. This one is updated by the projection.

integer, intent(in) :: currentLevel

The current level


Calls

proc~~atl_modg_2d_project_source~~CallsGraph proc~atl_modg_2d_project_source atl_modg_2d_project_source proc~modg_2d_project_source_q modg_2d_project_source_Q proc~atl_modg_2d_project_source->proc~modg_2d_project_source_q proc~modg_2d_project_source_p modg_2d_project_source_P proc~atl_modg_2d_project_source->proc~modg_2d_project_source_p proc~ply_scalproddualleg ply_scalProdDualLeg proc~modg_2d_project_source_q->proc~ply_scalproddualleg proc~modg_2d_project_source_p->proc~ply_scalproddualleg

Called by

proc~~atl_modg_2d_project_source~~CalledByGraph proc~atl_modg_2d_project_source atl_modg_2d_project_source proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_project_source 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