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
Currently the FMM recursion is implemented explicitly, this is uncessary as after the upward pass the M2L and P2P are all independent of one another. The P2P should be hid entirely within the M2L, or at least have the option to be.
This configurability is important when we start using co-processors for either operation, as we will be able to hide the latency of the smaller cost operation.
(Copied from bempp/bempp-rs#177.)
The text was updated successfully, but these errors were encountered: