OpenVDB
5.2.0
|
#include <PotentialFlow.h>
Public Types | |
using | ValueT = typename Vec3GridT::ValueType |
using | VelocityAccessor = typename Vec3GridT::ConstAccessor |
using | VelocitySamplerT = GridSampler< typename Vec3GridT::ConstAccessor, BoxSampler > |
using | GradientValueT = typename GradientT::TreeType::ValueType |
Public Member Functions | |
ComputeNeumannVelocityOp (const GradientT &gradient, const Vec3GridT &velocity, const ValueT &backgroundVelocity) | |
ComputeNeumannVelocityOp (const GradientT &gradient, const ValueT &backgroundVelocity) | |
void | operator() (typename Vec3GridT::TreeType::LeafNodeType &leaf, size_t) const |
using GradientValueT = typename GradientT::TreeType::ValueType |
using ValueT = typename Vec3GridT::ValueType |
using VelocityAccessor = typename Vec3GridT::ConstAccessor |
using VelocitySamplerT = GridSampler< typename Vec3GridT::ConstAccessor, BoxSampler> |
|
inline |
|
inline |
|
inline |