Bjarne Grimstad

Results 27 comments of Bjarne Grimstad

Please do. You are the first tester outside of the development team so we would appreciate any feedback.

Hi @sjulier, The development on interpolation with scattered data has not been prioritized since I wrote the comment above. As of now, there is a Python example in the [bspline-interface](splinter/python/examples/bspline_scattered_data.py)...

Hi, @yj-Roy. Good catch! I have not investigated this problem, but it seems reasonable to implement the __del__ method for all the Python classes (not only DataTable) to prevent memory...

Hi Mischa, Happy that you find the library useful. I can think of two obvious ways to make your evaluations faster: 1. Evaluate in parallel (easy) 2. Implement a smart...

Some unit tests have been added in ddd9fd568d316edad43bc5faef14137802af095d and 96280cfe01508aa3ca3b4d537716358a0803fc2e.

It should definitely be possible to make the code work with Eigen 3.3.7 or a later version. Since I have not read the release notes of the newer Eigen versions,...

Hi Lucian, Glad that you may have a use case for SPLINTER. I did a quick test and on my computer a cubic (degree 3) B-spline interpolates a 200x200 table...

Thank you for posting your test results. When inspecting your output, I noticed that SPLINTER prints the following line "BSpline::Builder::computeBSplineCoefficients: Computing B-spline control points using sparse solver." I think this...

Another follow-up. I went back to check if had tested SPLINTER in debug mode myself, and indeed I had. I made an edit to my previous comment to mention this....

I am building with CMake using the configuration in CMakeLists.txt. My quick test was a modified version of the Python-example in `https://github.com/bgrimstad/splinter/blob/develop/python/examples/bspline_multivariate.py`. This test function is simpler than the six-hump...