GetIDW_value Subroutine

public subroutine GetIDW_value(Point, x, Q, value)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: Point(:)
type(point_type), intent(in) :: x(:)
real(kind=RP), intent(in) :: Q(:,:)
real(kind=RP), intent(out) :: value(NCONS)