|
std::string | openvdb::OPENVDB_VERSION_NAME::math::dsSchemeToString (DScheme dss) |
|
DScheme | openvdb::OPENVDB_VERSION_NAME::math::stringToDScheme (const std::string &s) |
|
std::string | openvdb::OPENVDB_VERSION_NAME::math::dsSchemeToMenuName (DScheme dss) |
|
std::string | openvdb::OPENVDB_VERSION_NAME::math::biasedGradientSchemeToString (BiasedGradientScheme bgs) |
|
BiasedGradientScheme | openvdb::OPENVDB_VERSION_NAME::math::stringToBiasedGradientScheme (const std::string &s) |
|
std::string | openvdb::OPENVDB_VERSION_NAME::math::biasedGradientSchemeToMenuName (BiasedGradientScheme bgs) |
|
std::string | openvdb::OPENVDB_VERSION_NAME::math::temporalIntegrationSchemeToString (TemporalIntegrationScheme tis) |
|
TemporalIntegrationScheme | openvdb::OPENVDB_VERSION_NAME::math::stringToTemporalIntegrationScheme (const std::string &s) |
|
std::string | openvdb::OPENVDB_VERSION_NAME::math::temporalIntegrationSchemeToMenuName (TemporalIntegrationScheme tis) |
|
template<typename ValueType > |
ValueType | openvdb::OPENVDB_VERSION_NAME::math::WENO5 (const ValueType &v1, const ValueType &v2, const ValueType &v3, const ValueType &v4, const ValueType &v5, float scale2=0.01f) |
| Implementation of nominally fifth-order finite-difference WENO. More...
|
|
template<typename Real > |
Real | openvdb::OPENVDB_VERSION_NAME::math::GodunovsNormSqrd (bool isOutside, Real dP_xm, Real dP_xp, Real dP_ym, Real dP_yp, Real dP_zm, Real dP_zp) |
|
template<typename Real > |
Real | openvdb::OPENVDB_VERSION_NAME::math::GodunovsNormSqrd (bool isOutside, const Vec3< Real > &gradient_m, const Vec3< Real > &gradient_p) |
|