CheckPair Struct Reference
SPADES API
|
spades::particles::CheckPair Struct Reference
Functor for pairing particles. More...
#include <ParticleOps.H>
Public Member Functions | |
template<class P > | |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE bool | operator() (const P &, const P &) const |
Compare particles for pairing. | |
Detailed Description
Functor for pairing particles.
Member Function Documentation
◆ operator()()
template<class P >
|
inline |
Compare particles for pairing.
- Returns
- boolean of p1 and p2 are pairs
213 {
214 return false;
215 }
The documentation for this struct was generated from the following file:
- /home/runner/work/spades/spades/Source/ParticleOps.H
Generated by