If you want to install from source, clone this repository, navigate to the new directory, and run python setup.py. To use this package for interpolation, the user simply needs to provide domain ...
# This example demostrates the construction of a family of fractional # Laplacians parametrized by the fractional order using operator # interpolation. This can reduce the cost compared to assembling ...
Interpolation is the procedure of predicting unknown values (not measured, etc.) from known (i.e. measured). Usually known measured points are called neighbours. The distances to the neighbours are ...