#include <algorithm>
#include <vector>
#include <bitset>
#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.
|
| 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...
|
| |