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

#include <subset_gather.hpp>

Public Attributes

Kokkos::View< int *, peclet::core::MemSpace > status
 

Detailed Description

template<class Real>
struct peclet::voro::SubsetGatherResult< Real >

Output bundle of a subset gather: the per-cell StatusBit mask, addressed by ORIGINAL seed index (size N, only the requested subset is written; the topology store + the caller's cellVol view are written in place). Flags the rare overflow/incomplete cell exactly as the cold build does.

Member Data Documentation

◆ status

template<class Real >
Kokkos::View<int*, peclet::core::MemSpace> peclet::voro::SubsetGatherResult< Real >::status

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