atl_modg_2d_modalVolToModalFace Subroutine

public subroutine atl_modg_2d_modalVolToModalFace(mesh, statedata, facedata, equation, modg_2d)

Projects modal representation of each cell to its faces, i.e. this subroutine creates a modal representation on the faces.

Arguments

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

The elements we apply the projection for.

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

Volumetric, modal states for each element.

type(atl_facedata_type), intent(inout) :: facedata

Modal representation on the face (will be updated by this routine for all fluid elements in mesh).

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

The equation system under consideration

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

The parameters of your modg scheme.


Calls

proc~~atl_modg_2d_modalvoltomodalface~~CallsGraph proc~atl_modg_2d_modalvoltomodalface atl_modg_2d_modalVolToModalFace proc~ply_change_poly_space ply_change_poly_space proc~atl_modg_2d_modalvoltomodalface->proc~ply_change_poly_space proc~atl_modg_2d_voltoface_grad_q atl_modg_2d_volToFace_grad_Q proc~atl_modg_2d_modalvoltomodalface->proc~atl_modg_2d_voltoface_grad_q proc~atl_modg_2d_voltoface_q atl_modg_2d_volToFace_Q proc~atl_modg_2d_modalvoltomodalface->proc~atl_modg_2d_voltoface_q proc~tem_abort tem_abort proc~atl_modg_2d_modalvoltomodalface->proc~tem_abort proc~atl_modg_2d_voltoface_p atl_modg_2d_volToFace_P proc~atl_modg_2d_modalvoltomodalface->proc~atl_modg_2d_voltoface_p proc~atl_modg_2d_voltoface_grad_q->proc~tem_abort proc~ply_calcdiff_leg_2d ply_calcDiff_leg_2d proc~atl_modg_2d_voltoface_grad_q->proc~ply_calcdiff_leg_2d proc~ply_facevalleftbndans ply_faceValLeftBndAns proc~atl_modg_2d_voltoface_grad_q->proc~ply_facevalleftbndans proc~atl_modg_2d_voltoface_q->proc~tem_abort proc~atl_modg_2d_voltoface_q->proc~ply_facevalleftbndans proc~atl_modg_2d_voltoface_p->proc~tem_abort proc~atl_modg_2d_voltoface_p->proc~ply_facevalleftbndans proc~ply_calcdiff_leg_2d_normal ply_calcDiff_leg_2d_normal proc~ply_calcdiff_leg_2d->proc~ply_calcdiff_leg_2d_normal

Called by

proc~~atl_modg_2d_modalvoltomodalface~~CalledByGraph proc~atl_modg_2d_modalvoltomodalface atl_modg_2d_modalVolToModalFace proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_2d_modalvoltomodalface interface~atl_preprocess_rhs atl_preprocess_rhs interface~atl_preprocess_rhs->proc~preprocess_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_preprocess_rhs proc~rk2_substep->proc~rk2_substep proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_preprocess_rhs proc~rk4_substep->proc~rk4_substep proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_preprocess_rhs proc~rktaylor_substep->proc~rktaylor_substep proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_preprocess_rhs proc~mesh_timestep_euler->proc~mesh_timestep_euler proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_preprocess_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_preprocess_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