OpenVDB
5.2.0
|
Defines various finite difference stencils by means of the "curiously recurring template pattern" on a BaseStencil that caches stencil values and stores a ValueAccessor for fast lookup. More...
#include <algorithm>
#include <vector>
#include <openvdb/math/Math.h>
#include <openvdb/Types.h>
#include <openvdb/math/Coord.h>
#include <openvdb/math/FiniteDifference.h>
#include <openvdb/tree/ValueAccessor.h>
Go to the source code of this file.
Classes | |
class | BaseStencil< DerivedType, GridT, IsSafe > |
class | SevenPointStencil< GridT, IsSafe > |
class | BoxStencil< GridT, IsSafe > |
class | SecondOrderDenseStencil< GridT, IsSafe > |
class | ThirteenPointStencil< GridT, IsSafe > |
class | FourthOrderDenseStencil< GridT, IsSafe > |
class | NineteenPointStencil< GridT, IsSafe > |
class | SixthOrderDenseStencil< GridT, IsSafe > |
class | GradStencil< GridT, IsSafe > |
class | WenoStencil< GridT, IsSafe > |
This is a special 19-point stencil that supports optimal fifth-order WENO upwinding, second-order central differencing, Laplacian, and zero-crossing test. More... | |
class | CurvatureStencil< GridT, IsSafe > |
class | DenseStencil< GridT, IsSafe > |
Dense stencil of a given width. More... | |
Namespaces | |
openvdb | |
openvdb::v5_2 | |
openvdb::v5_2::math | |
Defines various finite difference stencils by means of the "curiously recurring template pattern" on a BaseStencil that caches stencil values and stores a ValueAccessor for fast lookup.