MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / Compare

Class Compare

Src/Base/AMReX_DistributionMapping.cpp:1096–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094 struct SFCToken
1095 {
1096 class Compare
1097 {
1098 public:
1099 AMREX_FORCE_INLINE
1100 bool operator () (const SFCToken& lhs,
1101 const SFCToken& rhs) const;
1102 };
1103 int m_box;
1104 Array<uint32_t,AMREX_SPACEDIM> m_morton;
1105 };

Callers 3

SFCProcessorMapDoItMethod · 0.85
RRSFCDoItMethod · 0.85
makeSFCMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected