modg_2d_bnd_extrapolate Function

private function modg_2d_bnd_extrapolate(nVals, faceOp) result(modalFace)

Function to extrapolate face values for a given boundary condition in physical or modal space.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nVals

The number of coefficients to extrapolate

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

Modal representation on the face of the neighboring element.

Return Value real(kind=rk), allocatable, (:)

The extrapolated modal representation.


Called by

proc~~modg_2d_bnd_extrapolate~~CalledByGraph proc~modg_2d_bnd_extrapolate modg_2d_bnd_extrapolate proc~modg_2d_nodal_bnd modg_2d_nodal_bnd proc~modg_2d_nodal_bnd->proc~modg_2d_bnd_extrapolate proc~modg_2d_modal_bnd modg_2d_modal_bnd proc~modg_2d_modal_bnd->proc~modg_2d_bnd_extrapolate proc~atl_modg_2d_bnd atl_modg_2d_bnd proc~atl_modg_2d_bnd->proc~modg_2d_nodal_bnd proc~atl_modg_2d_bnd->proc~modg_2d_modal_bnd proc~atl_modg_2d_set_bnd atl_modg_2d_set_bnd proc~atl_modg_2d_set_bnd->proc~atl_modg_2d_bnd proc~atl_set_covolume_bnd atl_set_covolume_bnd proc~atl_set_covolume_bnd->proc~atl_modg_2d_bnd proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_2d_set_bnd proc~atl_interpolate_elemstate atl_interpolate_elemstate proc~atl_interpolate_elemstate->proc~atl_set_covolume_bnd

Contents