|
ViennaLS
|
Extract the regular grid, on which the level set values are defined, to an explicit Mesh<>. The Vertices will contain the level set value stored at its location. (This is very useful for debugging). More...
#include <lsToMesh.hpp>
Public Member Functions | |
| ToMesh ()=default | |
| ToMesh (const SmartPointer< Domain< T, D > > passedLevelSet, SmartPointer< Mesh< T > > passedMesh, bool passedOnlyDefined=true, bool passedOnlyActive=false) | |
| void | setLevelSet (SmartPointer< Domain< T, D > > passedlsDomain) |
| void | setMesh (SmartPointer< Mesh< T > > passedMesh) |
| void | setOnlyDefined (bool passedOnlyDefined) |
| void | setOnlyActive (bool passedOnlyActive) |
| void | apply () |
Extract the regular grid, on which the level set values are defined, to an explicit Mesh<>. The Vertices will contain the level set value stored at its location. (This is very useful for debugging).
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |