Loading...
Searching...
No Matches
levelSetMaskObject.hpp
45 std::unique_ptr<SurfUnstructured> extractCellEnvelope(const std::unordered_set<long> &, const VolumeKernel &, std::unordered_map<long,long> &);
46 std::unique_ptr<SurfUnstructured> extractFaceEnvelope(const std::vector<long> &, const VolumeKernel &, std::unordered_map<long,long> &);
Implements the levelset around a set of cells or interfaces of the kernel.
Definition levelSetMaskObject.hpp:42
LevelSetMaskObject(int, const std::unordered_set< long > &, const VolumeKernel &)
Definition levelSetMaskObject.cpp:41
LevelSetSegmentationObject(int)
Definition levelSetSegmentationObject.cpp:2383
The PatchKernel class provides an interface for defining patches.
Definition patch_kernel.hpp:54
The SurfUnstructured class defines an unstructured surface triangulation.
Definition surfunstructured.hpp:36
The VolumeKernel class provides an interface for defining volume patches.
Definition volume_kernel.hpp:33
