Enhancement to pointInterpolator
#612
aprilnovak
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would the following be accepted as a pull request?
We are using the
pointInterpolator
, and want to protect ourselves from cases where a user could accidentally call the interpolator out-of-bounds of the mesh. We do not want to rely on console output, which is the only place that Nek reports if any points were outside the mesh. I'd like to propose capturing thecounts
variable as an output so that we can use it in Cardinal.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions