2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3898 | 3898 | | |
3899 | 3899 | | |
3900 | 3900 | | |
| 3901 | + | |
| 3902 | + | |
| 3903 | + | |
3901 | 3904 | | |
3902 | 3905 | | |
3903 | 3906 | | |
3904 | 3907 | | |
3905 | 3908 | | |
3906 | 3909 | | |
3907 | 3910 | | |
3908 | | - | |
| 3911 | + | |
| 3912 | + | |
| 3913 | + | |
| 3914 | + | |
| 3915 | + | |
3909 | 3916 | | |
3910 | 3917 | | |
3911 | | - | |
| 3918 | + | |
3912 | 3919 | | |
3913 | 3920 | | |
3914 | 3921 | | |
| |||
- .clang-format+64-50
- .github/workflows/build-and-test.yml+91
- .gitignore+5-3
- .gitmodules+6
- .travis.yml-48
- CMakeLists.txt+25-25
- README.md+42-58
- cmake/compiler-flags.cmake+1-1
- cmake/initialize-submodules.cmake+27
- docs/figs/curve.svg+231
- docs/figs/fig_2D_cubic.png
- docs/figs/fig_2D_cubic_weights.png
- docs/figs/fig_2D_linear.png
- docs/figs/fig_cubic.png
- docs/figs/fig_curve.png
- docs/figs/fig_linear.png
- docs/figs/fig_slope_est.png
- docs/figs/fig_slopes.png
- docs/figs/figs_all.pptx
- docs/methodology.md+294
- include/btwxt/CMakeLists.txt+10
- include/btwxt/btwxt.h+12
- include/btwxt/grid-axis.h+129
- include/btwxt/grid-point-data.h+34
- include/btwxt/logging.h+39
- include/btwxt/regular-grid-interpolator.h+143
- src/CMakeLists.txt+26-21
- src/btwxt.cpp-86
- src/btwxt.h-110
- src/error.cpp-41
- src/error.h-27
- src/grid-axis.cpp+135
- src/griddeddata.cpp-310
- src/griddeddata.h-130
- src/gridpoint.cpp-312
- src/gridpoint.h-105
- src/regular-grid-interpolator-implementation.cpp+547
- src/regular-grid-interpolator-implementation.h+260
- src/regular-grid-interpolator.cpp+251
- test/CMakeLists.txt+12-15
- test/btwxt-tests.cpp+504
- test/btwxt_test.cpp-226
- test/fixtures.hpp-186
- test/fixtures/implementation-fixtures.h+137
- test/fixtures/public-fixtures.h+115
- test/grid-axis-tests.cpp+77
- test/griddeddata_test.cpp-138
- test/gridpoint_test.cpp-84
- test/hypercube_test.cpp-114
- test/implementation-tests.cpp+380
- test/large_test.cpp-200
- test/main_test.cpp-43
- test/math_test.cpp-114
- test/test-main.cpp+11
- vendor/CMakeLists.txt+21-16
- vendor/courierr+1
- vendor/fmt+1
- vendor/googletest+1-1
0 commit comments