Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_NeighborList.H File Reference
#include <AMReX_Config.H>
#include <AMReX_Particles.H>
#include <AMReX_GpuContainers.H>
#include <AMReX_DenseBins.H>

Go to the source code of this file.

Classes

struct  amrex::Neighbors< ParticleType >
 
struct  amrex::Neighbors< ParticleType >::iterator
 
struct  amrex::Neighbors< ParticleType >::const_iterator
 
struct  amrex::NeighborData< ParticleType >
 
class  amrex::NeighborList< ParticleType >
 

Namespaces

namespace  amrex
 

Functions

template<typename A , typename B >
requires (std::same_as<std::remove_cv_t<A>, std::remove_cv_t<B>>)
bool amrex::isSame (A const *pa, B const *pb)
 
template<typename A , typename B >
requires (!std::same_as<std::remove_cv_t<A>, std::remove_cv_t<B>>)
bool amrex::isSame (A const *, B const *)