Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
Excluder.hpp File Reference

ExcluderType concept, excluder implementations, and excluder chaining.

Classes

class  mundy::search::NoExcluder
 Empty excluder used as the starting point for neighbor-list builders. More...
class  mundy::search::ExcluderChain< PriorExcluder, Excluder >
 Type-level chain of Kokkos-callable excluders. More...
struct  mundy::search::ExcludeSelfInteraction
 Exclude degenerate (self) interactions. More...
class  mundy::search::ExcludeConnectedEntities
 Exclude candidate pairs that share a connected entity at a given rank. More...
class  mundy::search::ExcludeSymmetricDuplicates
 Builder-prepared excluder that suppresses one orientation of symmetric target/source pairs. More...
class  mundy::search::ExcludeNonIntersectingOBBs< Scalar, MemSpace >
 Narrow-phase excluder that keeps only candidates whose OBBs intersect. More...

Namespaces

namespace  mundy
namespace  mundy::search

Concepts

concept  mundy::search::ExcluderType
 Specifies a build-time excluder object that can prepare itself for selected target/source chunks.