Multidimensional B-Spline interpolation of data on a regular grid
The library provides subroutines for 1D–6D interpolation and extrapolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+). There are two ways to use the module, via a basic subroutine interface and an object-oriented interface. Both are thread-safe.
The library provides subroutines for 1D–6D interpolation and extrapolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+). There are two ways to use the module, via a basic subroutine interface and an object-oriented interface. Both are thread-safe.
To install fortran-bspline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fortran-bspline
To see what files were installed by fortran-bspline, run:
port contents fortran-bspline
To later upgrade fortran-bspline, run:
sudo port selfupdate && sudo port upgrade fortran-bspline
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.