Added access function to polyMeshGen in cartesianMeshGenerator
This commit is contained in:
parent
c49e3b210f
commit
2afc0297bc
1 changed files with 6 additions and 0 deletions
|
@ -140,6 +140,12 @@ public:
|
|||
|
||||
//- write the mesh
|
||||
void writeMesh() const;
|
||||
|
||||
//- Access to polyMeshGen member
|
||||
const polyMeshGen& mesh() const
|
||||
{
|
||||
return mesh_;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
Reference in a new issue