|
peclet.voro 1.0.0
Device-native moving-particle Voronoi dynamics
|
#include <sdf.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION Real | at (int i, int j, int k) const |
| KOKKOS_INLINE_FUNCTION Real | eval (Real x, Real y, Real z) const |
| KOKKOS_INLINE_FUNCTION Real | gradH () const |
Public Attributes | |
| Kokkos::View< const float *, peclet::core::MemSpace > | values |
| int | nx = 0 |
| int | ny = 0 |
| int | nz = 0 |
| Real | ox = 0 |
| Real | oy = 0 |
| Real | oz = 0 |
| Real | sx = 1 |
| Real | sy = 1 |
| Real | sz = 1 |
Device-resident sampled SDF (trilinear; x-fastest), the universal provider for analytic-baked or VTI geometry. eval ported from peclet::core::geom::GridSdf.
|
inline |
|
inline |
|
inline |
| int peclet::voro::SdfGrid< Real >::nx = 0 |
| int peclet::voro::SdfGrid< Real >::ny = 0 |
| int peclet::voro::SdfGrid< Real >::nz = 0 |
| Real peclet::voro::SdfGrid< Real >::ox = 0 |
| Real peclet::voro::SdfGrid< Real >::oy = 0 |
| Real peclet::voro::SdfGrid< Real >::oz = 0 |
| Real peclet::voro::SdfGrid< Real >::sx = 1 |
| Real peclet::voro::SdfGrid< Real >::sy = 1 |
| Real peclet::voro::SdfGrid< Real >::sz = 1 |
| Kokkos::View<const float*, peclet::core::MemSpace> peclet::voro::SdfGrid< Real >::values |