LoopStructural icon indicating copy to clipboard operation
LoopStructural copied to clipboard

[BUG] if a data point is outside of the model support no warning is shown

Open lachlangrose opened this issue 4 years ago • 2 comments
trafficstars

Adding data that falls outside of the interpolation support can result in unexpected geometries (the data isn't used for interpolation). This should either warn or automatically resize the interpolation support.

lachlangrose avatar Mar 23 '21 00:03 lachlangrose

Also should give a warning when trying to evaluate a value from a mesh when it is outside of the geometry.

lachlangrose avatar Mar 25 '21 04:03 lachlangrose

This is also problematic when interpolating a model with faults. If the buffer argument is too small sometimes the resulting model will have areas that cannot be evaluated.

  • [ ] Add check to see whether all data points to be interpolated are inside the model interpolation support
  • [ ] Resize the model interpolation mesh so that it is includes all points that can be unfaulted from the fault. Do this by unfaulting a coarse grid checking the min/max and resizing.

lachlangrose avatar Aug 21 '21 22:08 lachlangrose