-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refinement level h #19
Comments
There is the Line 721 in 420bc7f
The parameter is also exposed to the python wrapper: Line 30 in 420bc7f
so you can do something like interp = mba2(..., tol=1e-12) Re differences with the SINTEF version, I am not familiar with the implementation, so can not comment on the possible reason. |
Thank you for your fast reply. This is what I was looking for. |
I have just tested the The test point (5,5) has a minor discrepancy, but the data points are interpolated within the required tolerance (1e-8 by default). |
Note that python interface assumes that all input arrays have C-layout, hence the |
Hi @ddemidov,
I would love to know if there is a possibility to set the refinement parameter h in this code (regarding the python implementation)?
I get slightly different results comparing the MBA package in R (provided from SINTEF) and yours.
The text was updated successfully, but these errors were encountered: