Metadata-Version: 2.4
Name: loop-interpolation
Version: 0.0.1
Summary: Interpolation utilities for LoopStructural
Author-email: Lachlan Grose <lachlan.grose@monash.edu>
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loop-common
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pydantic
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

# loop-interpolation

Interpolation utilities for LoopStructural, including piecewise linear (P1) and
piecewise quadratic (P2) discrete interpolators, finite difference
interpolators, and the fold interpolator used across the LoopStructural
workspace packages.
