OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
gcl_An< dim, St, CellL, Vector, impl > Struct Template Reference

General function t get a cell-list. More...

Detailed Description

template<unsigned int dim, typename St, typename CellL, typename Vector, unsigned int impl>
struct gcl_An< dim, St, CellL, Vector, impl >

General function t get a cell-list.

Definition at line 130 of file vector_dist.hpp.

#include <vector_dist.hpp>

Static Public Member Functions

static CellL get (Vector &vd, const size_t(&div)[dim], const size_t(&pad)[dim], const Ghost< dim, St > &g)
 Get the Cell list based on the type. More...
 

Member Function Documentation

template<unsigned int dim, typename St , typename CellL , typename Vector , unsigned int impl>
static CellL gcl_An< dim, St, CellL, Vector, impl >::get ( Vector vd,
const size_t(&)  div[dim],
const size_t(&)  pad[dim],
const Ghost< dim, St > &  g 
)
inlinestatic

Get the Cell list based on the type.

Parameters
vdDistributed vector
r_cutCut-off radius
gGhost
Returns
the constructed cell-list

Definition at line 141 of file vector_dist.hpp.


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