#include <algorithm>
#include <cmath>
#include <cstdint>
#include <Kokkos_Core.hpp>
#include <string>
#include <vector>
#include "morton/morton.hpp"
#include "peclet/core/common/view.hpp"
#include "peclet/voro/tessellation_view.hpp"
Go to the source code of this file.
|
| KOKKOS_INLINE_FUNCTION int | peclet::voro::morton3 (int x, int y, int z) |
| |
| template<class Real , bool Weighted> |
| TessGrid< Real > | peclet::voro::buildTessGrid (const Kokkos::View< Real *, peclet::core::MemSpace > &posFlat, const Kokkos::View< Real *, peclet::core::MemSpace > &weight, int N, const Real L[3], int sw=4, int densityCount=-1, Kokkos::View< long *, peclet::core::MemSpace > gid={}, WorklistCache< Real > *wlc=nullptr) |
| |