ComputeWallDistance Subroutine

public subroutine ComputeWallDistance(xP, Nf, xf, spAf, xSeed, d, xi_Wall, RC)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: xP(NDIM)
integer, intent(in) :: Nf(2)
real(kind=RP), intent(in) :: xf(NDIM,0:Nf(1),0:Nf(2))
class(NodalStorage_t), intent(in) :: spAf(2)
real(kind=RP), intent(in) :: xSeed(2)
real(kind=RP), intent(out) :: d
real(kind=RP), intent(out) :: xi_Wall(2)
integer, intent(out) :: RC