atl_extend_covol_face Function

private function atl_extend_covol_face(faceState, iDir, maxPolyDeg, nScalars) result(volState)

Lift face data to volume data.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: faceState(:,:)
integer, intent(in) :: iDir

The spatial direction: 1 -> x direction. 2 -> y direction. 3 -> z direction.

integer, intent(in) :: maxPolyDeg
integer, intent(in) :: nScalars

Return Value real(kind=rk), ((maxPolyDeg+1)**3,nScalars)