Open slovak194 opened 1 year ago
Hi Alex!
Thanks for the report! I'm a bit puzzled we haven't seen this earlier. I see that we have actually added a TODO about this issue: https://github.com/bgrimstad/splinter/blob/da6ac4fd0449fba2ff187aa07367c907236e8453/python/splinterpy/function.py#L55
I don't have the time to properly fix the issue now, but I've at the very least made it so that we no longer just return the wrong result with no mention about it being wrong: b0380aa756d0f87c3fa1d926b93c6f6c52d620e2
Thanks for the report! We'll hopefully be able to fix the bug properly soon!
Hi Anders,
Thanks for the report! We'll hopefully be able to fix the bug properly soon! Glad to hear that!
Best regards, Alex
Hi!
I've noticed, that only first column of the jacobian is returned when I use python bindings (dev branch, or installed from PyPy). I had to write my own simple bindings with pybind11 to overcome this issue. Here is the small test:
So the bspline.eval_jacobian returns only 2 numbers.
Best regards, Alex