HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::poisson::DirichletBoundaryOp< ValueType > Struct Template Reference

Dirichlet boundary condition functor. More...

#include <PoissonSolver.h>

Public Member Functions

void operator() (const Coord &, const Coord &, ValueType &, ValueType &diag) const
 

Detailed Description

template<typename ValueType>
struct openvdb::OPENVDB_VERSION_NAME::tools::poisson::DirichletBoundaryOp< ValueType >

Dirichlet boundary condition functor.

This is useful in describing fluid/air interfaces, where the pressure of the air is assumed to be zero.

Definition at line 269 of file PoissonSolver.h.

Member Function Documentation

template<typename ValueType>
void openvdb::OPENVDB_VERSION_NAME::tools::poisson::DirichletBoundaryOp< ValueType >::operator() ( const Coord &  ,
const Coord &  ,
ValueType &  ,
ValueType &  diag 
) const
inline

Definition at line 270 of file PoissonSolver.h.


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