Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::search::PeriodicAABBSearchInputType Concept Reference

An AABBSearchInputType that also carries a periodicity metric (PeriodicSearchInput).

#include <NeighborListBuildTraits.hpp>

Concept definition

template<typename T>
concept PeriodicAABBSearchInputType = AABBSearchInputType<T> && requires(const T& input) {
input.periodic_metric();
typename T::metric_type;
}
A NeighborListInputType whose component yields an AABB — the broad-phase volume expected by the AABB-...
Definition NeighborListBuildTraits.hpp:59
An AABBSearchInputType that also carries a periodicity metric (PeriodicSearchInput).
Definition NeighborListBuildTraits.hpp:72