You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add KernelInterpolation.jl extension
* add tests
* define kernel separately to be able to overwrite with trixi_include
* pass all kwargs in CubicBSpline
* format
* Apply suggestions from code review
Co-authored-by: Andrew Winters <[email protected]>
* shuffle input data in tests
* actually run the tests
* add KernelInterpolation to test project
* add Random to test project
* fix test
* loosen tolerance
* loosen tolerance more
* add NEWS and README entries
* use evaluate_two_dimensional_interpolant
* fix link
* fix another link
* x- not y-direction
* try to include extension docstrings into references
* format
* need to use Base.get_extension
* load extensions
* try listing functions of extensions explicitly
* fix docstring of RBFInterpolation1D
* add name to AUTHORS
---------
Co-authored-by: Andrew Winters <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,11 @@ TrixiBottomTopography.jl does this by B-spline interpolation of the underlying d
33
33
34
34
## Functionalities
35
35
36
-
This package contains the following three main functionalities:
36
+
This package contains the following main functionalities:
37
37
- Converting geographical data given in form of `.xyz` files, e.g., from the [DGM data set](https://www.opengeodata.nrw.de/produkte/geobasis/hm/) provided by [Geobasis NRW](https://www.bezreg-koeln.nrw.de/geobasis-nrw) to make it readable for TrixiBottomTopography.jl
38
38
- Setting up a B-spline interpolation structure in one and two dimensions which contains all the relevant information to define a B-spline interpolation function with additional specifications
39
39
- Using the B-spline structure to set up a B-spline interpolation function
40
+
- Setting up a radial basis function interpolation based on scattered data leveraging [KernelInterpolation.jl](https://github.com/JoshuaLampert/KernelInterpolation.jl)
40
41
41
42
A detailed description of the functionalities can be found in the [documentation](https://trixi-framework.github.io/TrixiBottomTopography.jl/stable/) to this package.
42
43
@@ -125,4 +126,4 @@ The full list of contributors can be found in [AUTHORS.md](AUTHORS.md).
125
126
126
127
## License and contributing
127
128
TrixiBottomTopography.jl is published under the MIT license (see [LICENSE.md](LICENSE.md)).
128
-
We are pleased to accept contributions from everyone, preferably in the form of a PR.
129
+
We are pleased to accept contributions from everyone, preferably in the form of a PR.
0 commit comments