atl_modg_modalVolToModalFace Subroutine

public subroutine atl_modg_modalVolToModalFace(nElems_fluid, length, volState, faceRep, nScalars, nDerivatives, modg)

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
integer, intent(in) :: nElems_fluid

number of fluid elements

real(kind=rk), intent(in) :: length

length of cubic element

real(kind=rk), intent(in) :: volState(:,:,:)

Volumetric, modal states for each element.

type(atl_faceRep_type), intent(inout) :: faceRep(:)

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

integer, intent(in) :: nScalars

number of variables

integer, intent(in) :: nDerivatives

number of derivatives

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

The parameters of your modg scheme.


Calls

proc~~atl_modg_modalvoltomodalface~~CallsGraph proc~atl_modg_modalvoltomodalface atl_modg_modalVolToModalFace proc~modg_voltoface_q_x modg_volToFace_Q_x proc~atl_modg_modalvoltomodalface->proc~modg_voltoface_q_x proc~ply_change_poly_space ply_change_poly_space proc~atl_modg_modalvoltomodalface->proc~ply_change_poly_space proc~atl_modg_voltoface_grad_q atl_modg_volToFace_grad_Q proc~atl_modg_modalvoltomodalface->proc~atl_modg_voltoface_grad_q proc~modg_voltoface_q_y modg_volToFace_Q_y proc~atl_modg_modalvoltomodalface->proc~modg_voltoface_q_y proc~atl_modg_voltoface_p atl_modg_volToFace_P proc~atl_modg_modalvoltomodalface->proc~atl_modg_voltoface_p proc~modg_voltoface_q_z modg_volToFace_Q_z proc~atl_modg_modalvoltomodalface->proc~modg_voltoface_q_z proc~tem_abort tem_abort proc~atl_modg_modalvoltomodalface->proc~tem_abort proc~atl_modg_voltoface_grad_q->proc~tem_abort proc~ply_calcdiff_leg ply_calcDiff_leg proc~atl_modg_voltoface_grad_q->proc~ply_calcdiff_leg proc~ply_facevalleftbndans ply_faceValLeftBndAns proc~atl_modg_voltoface_grad_q->proc~ply_facevalleftbndans proc~atl_modg_voltoface_p->proc~tem_abort proc~atl_modg_voltoface_p->proc~ply_facevalleftbndans proc~ply_calcdiff_leg_x_vec ply_calcDiff_leg_x_vec proc~ply_calcdiff_leg->proc~ply_calcdiff_leg_x_vec proc~ply_calcdiff_leg_y_vec ply_calcDiff_leg_y_vec proc~ply_calcdiff_leg->proc~ply_calcdiff_leg_y_vec proc~ply_calcdiff_leg_z_vec ply_calcDiff_leg_z_vec proc~ply_calcdiff_leg->proc~ply_calcdiff_leg_z_vec

Called by

proc~~atl_modg_modalvoltomodalface~~CalledByGraph proc~atl_modg_modalvoltomodalface atl_modg_modalVolToModalFace proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_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