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
The class Rbf that is used in expression_core.py is according to the documentation outdated and no longer maintained.
At some point it could make sense to replace the Rbf with RBFInterpolator.
The text was updated successfully, but these errors were encountered:
As long as using the deprecated Rbf function does not cause trouble I would keep it as it is and prioritize the development of the FEniCSx adapter and especially the related issue precice/fenicsx-adapter#29.
I will mark this issue as a wontfix and keep it open for future reference.
The class
Rbf
that is used inexpression_core.py
is according to the documentation outdated and no longer maintained.At some point it could make sense to replace the
Rbf
withRBFInterpolator
.The text was updated successfully, but these errors were encountered: