LoopStructural.interpolators#
Interpolators and interpolation supports
Classes
|
Enum for the different interpolator types |
|
|
|
Base class for a discrete interpolator e.g. piecewise linear or finite difference which is any interpolator that solves the system using least squares approximation. |
|
Finite difference interpolation on a regular cartesian grid |
alias of |
|
|
A piecewise linear interpolator that can also use fold constraints defined in Laurent et al., 2016 |
|
Piecewise Linear Interpolator Approximates scalar field by finding coefficients to a piecewise linear equation on a tetrahedral mesh. |
|
Piecewise Linear Interpolator Approximates scalar field by finding coefficients to a piecewise linear equation on a tetrahedral mesh. |
|
|
|
|
|
An unstructured mesh defined by nodes, elements and neighbours An axis aligned bounding box (AABB) is used to speed up finding which tetra a point is in. |
|
This class is the base |
|
This class is the base |
|
|
|
An unstructured mesh defined by nodes, elements and neighbours An axis aligned bounding box (AABB) is used to speed up finding which tetra a point is in. |