PHASTA / vtkpytools

Internal tools for using VTK
https://fluid.colorado.edu/wiki/index.php/VTKpytools
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

feat: Implement pwlinRoots for roots of discrete data #61

Closed jrwrigh closed 3 years ago

jrwrigh commented 3 years ago

Create ~pieceLinRoots~pwlinRoots function to find the roots of discrete data points using linear interpolation.

Closes #60.