atl_modg_1d_modalVolToModalFace Subroutine

public subroutine atl_modg_1d_modalVolToModalFace(mesh, statedata, facedata, nScalars, maxPolyDegree, basisType, equation)

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).

integer, intent(in) :: nScalars

The number of scalars varaibales in your equation system.

integer, intent(in) :: maxPolyDegree

The parameters of your modg scheme.

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

The equation you solve.


Calls

proc~~atl_modg_1d_modalvoltomodalface~~CallsGraph proc~atl_modg_1d_modalvoltomodalface atl_modg_1d_modalVolToModalFace proc~atl_modg_1d_voltoface_q atl_modg_1d_volToFace_Q proc~atl_modg_1d_modalvoltomodalface->proc~atl_modg_1d_voltoface_q proc~tem_abort tem_abort proc~atl_modg_1d_modalvoltomodalface->proc~tem_abort proc~atl_modg_1d_voltoface_grad_q atl_modg_1d_VolToFace_grad_Q proc~atl_modg_1d_modalvoltomodalface->proc~atl_modg_1d_voltoface_grad_q proc~atl_modg_1d_voltoface_q->proc~tem_abort proc~ply_facevalleftbndans ply_faceValLeftBndAns proc~atl_modg_1d_voltoface_q->proc~ply_facevalleftbndans proc~atl_modg_1d_voltoface_grad_q->proc~tem_abort proc~atl_modg_1d_voltoface_grad_q->proc~ply_facevalleftbndans proc~ply_calcdiff_leg_1d ply_calcDiff_leg_1d proc~atl_modg_1d_voltoface_grad_q->proc~ply_calcdiff_leg_1d

Called by

proc~~atl_modg_1d_modalvoltomodalface~~CalledByGraph proc~atl_modg_1d_modalvoltomodalface atl_modg_1d_modalVolToModalFace proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_1d_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