peclet.voro 1.0.0
Device-native moving-particle Voronoi dynamics
Loading...
Searching...
No Matches
Public Attributes | List of all members
peclet::voro::mpi::VoronoiHalo< Real >::Gathered Struct Reference

Combined owned+ghost seeds (owned first), with global ids and weights. More...

#include <voronoi_halo.hpp>

Public Attributes

std::vector< Vec3pos
 [0,nOwned) owned, [nOwned,size) ghost
 
std::vector< long > gid
 global seed id per entry
 
std::vector< Real > weight
 per entry (0 if unweighted)
 
int nOwned = 0
 

Detailed Description

template<class Real>
struct peclet::voro::mpi::VoronoiHalo< Real >::Gathered

Combined owned+ghost seeds (owned first), with global ids and weights.

Member Data Documentation

◆ gid

template<class Real >
std::vector<long> peclet::voro::mpi::VoronoiHalo< Real >::Gathered::gid

global seed id per entry

◆ nOwned

template<class Real >
int peclet::voro::mpi::VoronoiHalo< Real >::Gathered::nOwned = 0

◆ pos

template<class Real >
std::vector<Vec3> peclet::voro::mpi::VoronoiHalo< Real >::Gathered::pos

[0,nOwned) owned, [nOwned,size) ghost

◆ weight

template<class Real >
std::vector<Real> peclet::voro::mpi::VoronoiHalo< Real >::Gathered::weight

per entry (0 if unweighted)


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