Block-Structured AMR Software Framework
amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask Struct Reference

#include <AMReX_NeighborParticles.H>

Public Member Functions

 NeighborTask (int a_grid_id, const Box &a_box, const IntVect &a_periodic_shift)
 
bool operator< (const NeighborTask &other) const
 

Public Attributes

int grid_id
 
Box box
 
IntVect periodic_shift
 

Constructor & Destructor Documentation

◆ NeighborTask()

template<int NStructReal, int NStructInt, int NArrayReal = 0, int NArrayInt = 0>
amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask::NeighborTask ( int  a_grid_id,
const Box a_box,
const IntVect a_periodic_shift 
)
inline

Member Function Documentation

◆ operator<()

template<int NStructReal, int NStructInt, int NArrayReal = 0, int NArrayInt = 0>
bool amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask::operator< ( const NeighborTask other) const
inline

Member Data Documentation

◆ box

template<int NStructReal, int NStructInt, int NArrayReal = 0, int NArrayInt = 0>
Box amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask::box

◆ grid_id

template<int NStructReal, int NStructInt, int NArrayReal = 0, int NArrayInt = 0>
int amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask::grid_id

◆ periodic_shift

template<int NStructReal, int NStructInt, int NArrayReal = 0, int NArrayInt = 0>
IntVect amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask::periodic_shift

The documentation for this struct was generated from the following file: