postprocess_rhs_cubes Subroutine

private subroutine postprocess_rhs_cubes(mesh, kerneldata, statedata, scheme, timestep, equation)

Uses

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(inout) :: mesh

List of mesh parts. For each level we have one.

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

List of kerneldatas. For each level we have one

type(atl_statedata_type), intent(inout) :: statedata

List of states you want to calc the rhs for. For each level we have one.

type(atl_scheme_type), intent(inout) :: scheme

List of schemes, for each level.

type(atl_timestep_type), intent(inout) :: timestep

List of levelwise timestepping algorihtms

type(atl_Equations_type), intent(in) :: equation

The equation you are operating with.


Calls

proc~~postprocess_rhs_cubes~~CallsGraph proc~postprocess_rhs_cubes postprocess_rhs_cubes proc~tem_starttimer tem_startTimer proc~postprocess_rhs_cubes->proc~tem_starttimer proc~tem_stoptimer tem_stopTimer proc~postprocess_rhs_cubes->proc~tem_stoptimer proc~atl_modg_invmassmatrix atl_modg_invMassMatrix proc~postprocess_rhs_cubes->proc~atl_modg_invmassmatrix proc~tem_abort tem_abort proc~postprocess_rhs_cubes->proc~tem_abort proc~atl_modg_1d_invmassmatrix atl_modg_1d_invMassMatrix proc~postprocess_rhs_cubes->proc~atl_modg_1d_invmassmatrix proc~atl_modg_2d_invmassmatrix atl_modg_2d_invMassMatrix proc~postprocess_rhs_cubes->proc~atl_modg_2d_invmassmatrix proc~modg_invmassmatrix_p modg_invMassMatrix_P proc~atl_modg_invmassmatrix->proc~modg_invmassmatrix_p proc~modg_invmassmatrix_q modg_invMassMatrix_Q proc~atl_modg_invmassmatrix->proc~modg_invmassmatrix_q proc~modg_1d_invmassmatrix_q modg_1d_invMassMatrix_Q proc~atl_modg_1d_invmassmatrix->proc~modg_1d_invmassmatrix_q proc~modg_2d_invmassmatrix_p modg_2d_invMassMatrix_P proc~atl_modg_2d_invmassmatrix->proc~modg_2d_invmassmatrix_p proc~modg_2d_invmassmatrix_q modg_2d_invMassMatrix_Q proc~atl_modg_2d_invmassmatrix->proc~modg_2d_invmassmatrix_q

Called by

proc~~postprocess_rhs_cubes~~CalledByGraph proc~postprocess_rhs_cubes postprocess_rhs_cubes 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~rk2_substep->proc~rk2_substep proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_postprocess_rhs proc~rk4_substep->proc~rk4_substep proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_postprocess_rhs proc~rktaylor_substep->proc~rktaylor_substep proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_postprocess_rhs proc~mesh_timestep_euler->proc~mesh_timestep_euler 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 proc~imexrk_substep->proc~imexrk_substep proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 proc~mesh_timestep_ssprk2->proc~rk2_substep proc~mesh_timestep_predcor_cerk4 mesh_timestep_predcor_cerk4 proc~mesh_timestep_predcor_cerk4->proc~global_corrector_substep proc~mesh_timestep_imexrk mesh_timestep_imexrk proc~mesh_timestep_imexrk->proc~imexrk_substep proc~mesh_timestep_rktaylor mesh_timestep_rktaylor proc~mesh_timestep_rktaylor->proc~rktaylor_substep

Contents