General function t get a cell-list.
More...
template<unsigned int dim, typename St, typename CellL, typename Vector, unsigned int impl, unsigned int ... prp>
struct gcl< dim, St, CellL, Vector, impl, prp >
General function t get a cell-list.
Definition at line 101 of file vector_dist.hpp.
#include <vector_dist.hpp>
|
static CellL | get (Vector &vd, const St &r_cut, const Ghost< dim, St > &g) |
| Get the Cell list based on the type. More...
|
|
◆ get()
template<unsigned int dim, typename St , typename CellL , typename Vector , unsigned int impl, unsigned int ... prp>
static CellL gcl< dim, St, CellL, Vector, impl, prp >::get |
( |
Vector & |
vd, |
|
|
const St & |
r_cut, |
|
|
const Ghost< dim, St > & |
g |
|
) |
| |
|
inlinestatic |
Get the Cell list based on the type.
- Parameters
-
vd | Distributed vector |
r_cut | Cut-off radius |
g | Ghost |
- Returns
- the constructed cell-list
Definition at line 112 of file vector_dist.hpp.
The documentation for this struct was generated from the following file: