fenics-adapter
fenics-adapter copied to clipboard
Replace outdated `Rbf` with `RBFInterpolator`
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.
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 https://github.com/precice/fenicsx-adapter/issues/29.
I will mark this issue as a wontfix and keep it open for future reference.
@NiklasVin is this issue related to https://github.com/precice/fenics-adapter/issues/194 ? If yes: let's keep both issues as a wontfix but this gives us a hint for a possible solution.