Skip to content
Snippets Groups Projects
Commit 3a51a821 authored by graham's avatar graham
Browse files

ENH: Mesh accessor.

parent 1e77abbe
No related branches found
No related tags found
No related merge requests found
...@@ -344,6 +344,11 @@ public: ...@@ -344,6 +344,11 @@ public:
// Access // Access
const polyMesh& mesh() const
{
return mesh_;
}
const labelIOList& cellLevel() const const labelIOList& cellLevel() const
{ {
return cellLevel_; return cellLevel_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment