Excellent resources on level sets currently exist in the literature, and many are readily available at no cost online.
While no offense is intended to the original forum poster, we would like
to take this opportunity to endorse particular references that we
believe will be most helpful to people who have an interest in level
sets, openVDB or both.
Level Sets
This contains a concise treatment of the level set equation, and finite difference methods
of solution.
The following text provides a good survey of the field at the time of publication (2003):
"Level Set Methods and Dynamic Implicit Surfaces" by S. Osher and R. Fedkiw
Numerical methods for level set construction and advection
OpenVDB
Code Examples
OpenVDB is not a level set tool, but the data structure lends itself well to level-set based
operations, and several level set tools have been implemented both the Houdini SOPs provided
with OpenVDB and in the library itself.
We have taken care to construct several explicit code examples utilizing OpenVDB an optimal
fashion in the exiting codeExamples directory. The difference between a sophisticated and naive
implementation can be the difference between excellent and mediocre performance.
This example section is a living document, and we will happily entertain suggestions for additional examples!
For OpenVDB:
http://www.openvdb.org/documentation/doxygen/codeExamples.html/David