|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Specifies a build-time excluder object that can prepare itself for selected target/source chunks. More...
#include <Excluder.hpp>
Excluders are stored in the builder and prepared during neighbor-list construction. setup(...) gives an excluder a chance to cache selector- and mesh-dependent state before backend callbacks apply it to candidate pairs. operator() must be callable on at least NeighborSearchCandidate<size_t> (checked here as a representative non-periodic candidate type; excluders that also handle periodic candidates do so via their own template overloads).