atl_modg_2d_volToFace_Q Subroutine

public subroutine atl_modg_2d_volToFace_Q(volState, maxPolyDegree, faceDir, nScalars, nElems, faceState)

Project modal representation of an element to one of its faces for Q space.

Project modal representation of an element onto one of its faces. Therefore, this function returns the modal representation of the solution on the face. This function can project onto an arbitrary face direction.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: volState(:,:,:)

The modal representation in the volume. First dimension is the number of voluemtrix numbers of degrees of freedom and second dimension is the number of scalar variables in the equation system.

integer, intent(in) :: maxPolyDegree

The maximal polynomial degree per spatial direction.

integer, intent(in) :: faceDir

The face to project the modal representation to. Use one of the first six directions of \link tem_param_module \endlink, e.g. \link tem_param_module::q__e \endlink

integer, intent(in) :: nScalars

The number of scalar variables in your equation system.

integer, intent(in) :: nElems

The number of elements

real(kind=rk), intent(inout) :: faceState(:,:,:,:)

The modal representation on the face


Calls

proc~~atl_modg_2d_voltoface_q~~CallsGraph proc~atl_modg_2d_voltoface_q atl_modg_2d_volToFace_Q proc~ply_facevalleftbndans ply_faceValLeftBndAns proc~atl_modg_2d_voltoface_q->proc~ply_facevalleftbndans proc~tem_abort tem_abort proc~atl_modg_2d_voltoface_q->proc~tem_abort

Called by

proc~~atl_modg_2d_voltoface_q~~CalledByGraph proc~atl_modg_2d_voltoface_q atl_modg_2d_volToFace_Q proc~atl_modg_2d_modalvoltomodalface atl_modg_2d_modalVolToModalFace proc~atl_modg_2d_modalvoltomodalface->proc~atl_modg_2d_voltoface_q 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~rk4_substep rk4_substep proc~rk4_substep->interface~atl_preprocess_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_preprocess_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_preprocess_rhs 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

Contents