There are numerous references to interpolator types in the documentation, but there is no authoritative reference on the range of options available. I finally found one by reading through the code. Ideally, the docs would also be a little more centralized in how they discuss the use cases and input parameters for each interpolation scheme.
|
interpolator_string_map = { |
There are numerous references to interpolator types in the documentation, but there is no authoritative reference on the range of options available. I finally found one by reading through the code. Ideally, the docs would also be a little more centralized in how they discuss the use cases and input parameters for each interpolation scheme.
LoopStructural/LoopStructural/interpolators/__init__.py
Line 49 in 6a8d940