|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
NeighborListInputType concept and NeighborListBuildTraits primary template. More...
Classes | |
| struct | mundy::search::NeighborListBuildTraits< ListType > |
| Traits that couple a concrete neighbor-list type to its build logic and type-specific parameters. More... | |
| struct | mundy::search::NeighborListBuildTraits< ListType >::args_type |
| Default empty args; specializations override this with build-specific parameters. More... | |
Namespaces | |
| namespace | mundy |
| namespace | mundy::search |
Concepts | |
| concept | mundy::search::NeighborListInputType |
| The fixed "identity" of a neighbor-list input, encoding which group of entities are searched and how to read their geometry. | |
| concept | mundy::search::AABBSearchInputType |
| A NeighborListInputType whose component yields an AABB — the broad-phase volume expected by the AABB-based neighbor lists (STK and ArborX). | |
| concept | mundy::search::AABBSearchInputTypeFor |
| An AABBSearchInputType whose component yields an AABB in Scalar precision. | |
| concept | mundy::search::PeriodicAABBSearchInputType |
| An AABBSearchInputType that also carries a periodicity metric (PeriodicSearchInput). | |
Include this header when specializing NeighborListBuildTraits for a new concrete list type.