MxUI / MUI

Multiscale Universal Interface: A Concurrent Framework for Coupling Heterogeneous Solvers
http://mxui.github.io/
Apache License 2.0
54 stars 40 forks source link

improve generality of RBF spatial filter #86

Closed SLongshaw closed 1 year ago

SLongshaw commented 2 years ago

The RBF spatial filter currently assumes the use of a fixed point cloud based on the initial locations used to build the H matrix, it is possible to update this as you go but not rebuild it directly.

To make the filter more generally applicable we will need to:

1) Make rebuilding the matrix faster. 2) Explore how to change the matrix point location lookup from location based to index based. 3) Create a trigger function for when to rebuild the matrix.