OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl > Class Template Reference

Symmetric iterator for the neighborhood of the cell structures. More...

Detailed Description

template<unsigned int dim, typename Cell, typename vector_pos_type, int NNc_size, unsigned int impl>
class CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >

Symmetric iterator for the neighborhood of the cell structures.

In general you never create it directly but you get it from the CellList structures

It iterate across all the element of the selected cell and the near cells.

Note
if we query the neighborhood of p and q is the neighborhood of p when we will query the neighborhood of q p is not present. This is useful to implement formula like \( \sum_{q = neighborhood(p) and p <= q} \)
Template Parameters
dimdimensionality of the space where the cell live
Cellcell type on which the iterator is working
NNc_sizeneighborhood size
implimplementation specific options NO_CHECK do not do check on access, SAFE do check on access

Definition at line 165 of file CellNNIterator.hpp.

#include <CellNNIterator.hpp>

+ Inheritance diagram for CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >:

Public Member Functions

 __attribute__ ((always_inline)) inline CellNNIteratorSym(size_t cell
 Cell NN iterator.
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type impl (cell, NNc, cl)
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type p (p)
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type v (v)
 
 __attribute__ ((always_inline)) inline CellNNIteratorSym< dim
 take the next element
 
impl & operator++ ()
 
- Public Member Functions inherited from CellNNIterator< dim, Cell, NNc_size, impl >
 __attribute__ ((always_inline)) inline CellNNIterator(size_t cell
 Cell NN iterator.
 
const NNc_array< dim, NNc_size > Cell cell (cell)
 
const NNc_array< dim, NNc_size > Cell cell_id (NNc[NNc_id]+cell)
 
const NNc_array< dim, NNc_size > Cell cl (cl)
 
const NNc_array< dim, NNc_size > Cell NNc (NNc)
 
 __attribute__ ((always_inline)) inline bool isNext()
 Check if there is the next element.
 
 __attribute__ ((always_inline)) inline CellNNIterator &operator++()
 take the next element
 
 __attribute__ ((always_inline)) inline const typename Cell
 Get the value of the cell.
 

Data Fields

size_t const NNc_array< dim, NNc_size > & NNc
 
size_t const NNc_array< dim, NNc_size > Cell & cl
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type & v:CellNNIterator<dim
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type Cell
 
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type NNc_size
 
 Cell
 
 vector_pos_type
 
 NNc_size
 
- Data Fields inherited from CellNNIterator< dim, Cell, NNc_size, impl >
const NNc_array< dim, NNc_size > Cell & cl:NNc_id(0)
 

Private Member Functions

 __attribute__ ((always_inline)) inline void selectValid()
 

Private Attributes

size_t p
 index of the particle p
 
const vector_pos_type & v
 Position of the particle p.
 

Additional Inherited Members

- Protected Member Functions inherited from CellNNIterator< dim, Cell, NNc_size, impl >
 __attribute__ ((always_inline)) inline void selectValid()
 Select non-empty cell.
 
- Protected Attributes inherited from CellNNIterator< dim, Cell, NNc_size, impl >
const Cell::Mem_type_type::local_index_type * start_id
 actual element id
 
const Cell::Mem_type_type::local_index_type * stop_id
 stop id to read the end of the cell
 
size_t NNc_id
 Actual NNc_id;.
 
const long int cell
 Center cell, or cell for witch we are searching the NN-cell.
 
size_t cell_id
 actual cell id = NNc[NNc_id]+cell stored for performance reason
 
Cell & cl
 Cell list.
 
const NNc_array< dim, NNc_size > & NNc
 NN cell id.
 

Member Function Documentation

◆ __attribute__() [1/3]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::__attribute__ ( (always_inline)  )

Cell NN iterator.

Parameters
cellCell id
pindex of the particle from which we are searching the neighborhood particles
NNcCell neighborhood indexes (relative)
clCell structure

◆ __attribute__() [2/3]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::__attribute__ ( (always_inline)  )

take the next element

Returns
itself

◆ __attribute__() [3/3]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::__attribute__ ( (always_inline)  )
inlineprivate

Select the next valid element

Definition at line 176 of file CellNNIterator.hpp.

◆ operator++()

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
impl & CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::operator++ ( )
inline

Definition at line 227 of file CellNNIterator.hpp.

◆ v()

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array< dim, NNc_size > Cell const vector_pos_type CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::v ( )
inline

Definition at line 216 of file CellNNIterator.hpp.

Field Documentation

◆ Cell [1/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array<dim,NNc_size> Cell const vector_pos_type CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::Cell

Definition at line 216 of file CellNNIterator.hpp.

◆ Cell [2/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::Cell

Definition at line 227 of file CellNNIterator.hpp.

◆ cl

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array<dim,NNc_size> Cell& CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::cl

Definition at line 215 of file CellNNIterator.hpp.

◆ NNc

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array<dim,NNc_size>& CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::NNc

Definition at line 215 of file CellNNIterator.hpp.

◆ NNc_size [1/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array<dim,NNc_size> Cell const vector_pos_type CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::NNc_size

Definition at line 216 of file CellNNIterator.hpp.

◆ NNc_size [2/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::NNc_size

Definition at line 227 of file CellNNIterator.hpp.

◆ p

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::p
private

index of the particle p

Definition at line 168 of file CellNNIterator.hpp.

◆ v [1/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
const vector_pos_type& CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::v
private

Position of the particle p.

Definition at line 171 of file CellNNIterator.hpp.

◆ v [2/2]

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
size_t const NNc_array<dim,NNc_size> Cell const vector_pos_type& CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::v

Definition at line 215 of file CellNNIterator.hpp.

◆ vector_pos_type

template<unsigned int dim, typename Cell , typename vector_pos_type , int NNc_size, unsigned int impl>
CellNNIteratorSym< dim, Cell, vector_pos_type, NNc_size, impl >::vector_pos_type

Definition at line 227 of file CellNNIterator.hpp.


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