|
| KOKKOS_INLINE_FUNCTION int | numCells () const |
| |
| KOKKOS_INLINE_FUNCTION bool | hasVertices () const |
| |
| KOKKOS_INLINE_FUNCTION int | vertexBegin (int i) const |
| |
| KOKKOS_INLINE_FUNCTION int | vertexEnd (int i) const |
| |
| KOKKOS_INLINE_FUNCTION Real | vertex (int v, int c) const |
| |
| KOKKOS_INLINE_FUNCTION int | numFacets () const |
| |
| KOKKOS_INLINE_FUNCTION gid_t | cellSeed (int i) const |
| |
| KOKKOS_INLINE_FUNCTION Real | volume (int i) const |
| |
| KOKKOS_INLINE_FUNCTION int | facetBegin (int i) const |
| |
| KOKKOS_INLINE_FUNCTION int | facetEnd (int i) const |
| |
| KOKKOS_INLINE_FUNCTION gid_t | facetNbr (int f) const |
| |
| KOKKOS_INLINE_FUNCTION Real | area (int f, int c) const |
| |
| KOKKOS_INLINE_FUNCTION Real | connect (int f, int c) const |
| |
| KOKKOS_INLINE_FUNCTION Real | connVec (int f, int c) const |
| |
|
| Kokkos::View< int *, peclet::core::MemSpace > | cellFacetOffset |
| |
| Kokkos::View< int *, peclet::core::MemSpace > | cellFacetCount |
| |
| Kokkos::View< gid_t *, peclet::core::MemSpace > | cellSeedId |
| |
| Kokkos::View< Real *, peclet::core::MemSpace > | cellVolume |
| |
| Kokkos::View< gid_t *, peclet::core::MemSpace > | facetNeighbor |
| |
| Kokkos::View< Real *, peclet::core::MemSpace > | facetArea |
| |
| Kokkos::View< Real *, peclet::core::MemSpace > | facetConnect |
| |
| Kokkos::View< Real *, peclet::core::MemSpace > | facetConnVec |
| |
| Kokkos::View< int *, peclet::core::MemSpace > | cellVertexOffset |
| |
| Kokkos::View< Real *, peclet::core::MemSpace > | vertexPos |
| |
template<class Real>
struct peclet::voro::TessellationView< Real >
Device-resident published view. Trivially copyable into kernels (Views are reference-counted handles); accessors are KOKKOS_INLINE_FUNCTION.