-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpolator API (2D fix, inequalities, surfe)
* docs: updating readme * fix: adding plot method to loop objects * fix: default solver to cg * fix: adding inequality pairs to interpolator api * fix: linting * adding fit and eval gradient * move default operators to the support for 2d/3d * remove property wraper from structured tertra vtk * add warning if ineq points are outside support * pass inequality to loop interpolator * add plot option for interpolator api * make weights all 1. and scale in operator creation * incorrect slicing fixed * check constraints shape using interpolator dimensions * remove non linear interpolator for now * set bb step vector/nelements for 2d * change neighbour indexing to order by global index. This makes the matrix diagonal. * updating fdi for 2d interpolation using support dimension to infer the dimension * is row scaling the interpolation matrix sensible? * updating interpolation api to use inequalities pairs/values * fix: adding surfe to interpolator api * fix: change argument for p1 interpolator * fix: pass constraint name to add to matrix * Inequalities are causing seg fault * pass entire vector for strike dip vector
- Loading branch information
1 parent
1a850c2
commit ea1de24
Showing
19 changed files
with
522 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.