HDK
|
#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 |
Definition at line 118 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::potential_flow_internal::ComputeNeumannVelocityOp< Vec3GridT, GradientT >::GradientValueT = typename GradientT::TreeType::ValueType |
Definition at line 124 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::potential_flow_internal::ComputeNeumannVelocityOp< Vec3GridT, GradientT >::ValueT = typename Vec3GridT::ValueType |
Definition at line 120 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::potential_flow_internal::ComputeNeumannVelocityOp< Vec3GridT, GradientT >::VelocityAccessor = typename Vec3GridT::ConstAccessor |
Definition at line 121 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::potential_flow_internal::ComputeNeumannVelocityOp< Vec3GridT, GradientT >::VelocitySamplerT = GridSampler< typename Vec3GridT::ConstAccessor, BoxSampler> |
Definition at line 123 of file PotentialFlow.h.
|
inline |
Definition at line 126 of file PotentialFlow.h.
|
inline |
Definition at line 133 of file PotentialFlow.h.
|
inline |
Definition at line 138 of file PotentialFlow.h.