HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 > Struct Template Reference

#include <FiniteDifference.h>

Static Public Member Functions

template<typename ValueType >
static ValueType difference (const ValueType &xp3, const ValueType &xp2, const ValueType &xp1, const ValueType &xp0, const ValueType &xm1, const ValueType &xm2)
 
template<typename Accessor >
static Accessor::ValueType inX (const Accessor &grid, const Coord &ijk)
 
template<typename Accessor >
static Accessor::ValueType inY (const Accessor &grid, const Coord &ijk)
 
template<typename Accessor >
static Accessor::ValueType inZ (const Accessor &grid, const Coord &ijk)
 
template<typename Stencil >
static Stencil::ValueType inX (const Stencil &S)
 
template<typename Stencil >
static Stencil::ValueType inY (const Stencil &S)
 
template<typename Stencil >
static Stencil::ValueType inZ (const Stencil &S)
 

Detailed Description

template<>
struct openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >

Definition at line 1079 of file FiniteDifference.h.

Member Function Documentation

template<typename ValueType >
static ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::difference ( const ValueType &  xp3,
const ValueType &  xp2,
const ValueType &  xp1,
const ValueType &  xp0,
const ValueType &  xm1,
const ValueType &  xm2 
)
inlinestatic

Definition at line 1083 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inX ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 1093 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inX ( const Stencil &  S)
inlinestatic

Definition at line 1139 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inY ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 1108 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inY ( const Stencil &  S)
inlinestatic

Definition at line 1153 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inZ ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 1123 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D1< FD_WENO5 >::inZ ( const Stencil &  S)
inlinestatic

Definition at line 1165 of file FiniteDifference.h.


The documentation for this struct was generated from the following file: