peclet.voro 1.0.0
Device-native moving-particle Voronoi dynamics
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
subset_gather.hpp File Reference
#include <Kokkos_Core.hpp>
#include <string>
#include "peclet/core/common/view.hpp"
#include "peclet/voro/tess_grid.hpp"
#include "peclet/voro/tessellator.hpp"
Include dependency graph for subset_gather.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  peclet::voro::SubsetGatherResult< Real >
 

Namespaces

namespace  peclet
 
namespace  peclet::voro
 

Functions

template<class Real , bool Weighted = false, bool TrackAdj = false, class Sdf = NoSdf>
SubsetGatherResult< Real > peclet::voro::subsetGather (const TessGrid< Real > &grid, const Kokkos::View< int *, peclet::core::MemSpace > &indices, int nSubset, const Kokkos::View< int *, peclet::core::MemSpace > &outNp, const Kokkos::View< int *, peclet::core::MemSpace > &outNt, const Kokkos::View< int *, peclet::core::MemSpace > &outPnbr, const Kokkos::View< unsigned *, peclet::core::MemSpace > &outTri, const Kokkos::View< Real *, peclet::core::MemSpace > &cellVol, const Kokkos::View< unsigned char *, peclet::core::MemSpace > &outPoke4={}, Sdf sdf={}, bool withForceGeom=false)