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

Candidate types passed to excluders during neighbor-list construction.

Classes

class  mundy::search::NeighborSearchCandidate< SizeType >
 Non-periodic target/source candidate produced during neighbor-list construction. More...
class  mundy::search::PeriodicNeighborSearchCandidate< ImageShiftType, SizeType >
 Periodic owner-pair candidate produced during neighbor-list construction. More...

Namespaces

namespace  mundy
namespace  mundy::search

Variables

template<typename Candidate>
constexpr bool mundy::search::is_periodic_candidate_v = false
 Trait: true when Candidate is a periodic candidate that carries image shifts.
template<typename ImageShiftType, typename SizeType>
constexpr bool mundy::search::is_periodic_candidate_v< PeriodicNeighborSearchCandidate< ImageShiftType, SizeType > > = true