mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledPatch: access to patchIDs.
This commit is contained in:
@ -146,6 +146,11 @@ protected:
|
||||
return patchStart_;
|
||||
}
|
||||
|
||||
const labelList& patchIndex() const
|
||||
{
|
||||
return patchIndex_;
|
||||
}
|
||||
|
||||
const labelList& patchFaceLabels() const
|
||||
{
|
||||
return patchFaceLabels_;
|
||||
|
||||
Reference in New Issue
Block a user