mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: distributedTriSurfaceMesh: auto-decomposition; inside/outside support
This commit is contained in:
@ -471,6 +471,12 @@ public:
|
||||
return nodes_[0].bb_;
|
||||
}
|
||||
|
||||
//- Per node, per octant whether is fully inside/outside/mixed.
|
||||
PackedList<2>& nodeTypes() const
|
||||
{
|
||||
return nodeTypes_;
|
||||
}
|
||||
|
||||
|
||||
// Conversions for entries in subNodes_.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user