modg_1d_bnd_extrapolate Function

private function modg_1d_bnd_extrapolate(faceOp) result(modalFace)

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

Arguments

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

Modal representation on the face of the neighboring element.

Return Value real(kind=rk), (1)

The extrapolated modal representation.


Called by

proc~~modg_1d_bnd_extrapolate~~CalledByGraph proc~modg_1d_bnd_extrapolate modg_1d_bnd_extrapolate proc~modg_1d_nodal_bnd modg_1d_nodal_bnd proc~modg_1d_nodal_bnd->proc~modg_1d_bnd_extrapolate proc~modg_1d_modal_bnd modg_1d_modal_bnd proc~modg_1d_modal_bnd->proc~modg_1d_bnd_extrapolate proc~atl_modg_1d_bnd atl_modg_1d_bnd proc~atl_modg_1d_bnd->proc~modg_1d_nodal_bnd proc~atl_modg_1d_bnd->proc~modg_1d_modal_bnd proc~atl_modg_1d_set_bnd atl_modg_1d_set_bnd proc~atl_modg_1d_set_bnd->proc~atl_modg_1d_bnd proc~atl_set_covolume_bnd atl_set_covolume_bnd proc~atl_set_covolume_bnd->proc~atl_modg_1d_bnd proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_1d_set_bnd proc~atl_interpolate_elemstate atl_interpolate_elemstate proc~atl_interpolate_elemstate->proc~atl_set_covolume_bnd

Contents