Skip to content
Snippets Groups Projects
Commit 24af5448 authored by David Thomas's avatar David Thomas
Browse files

added meshPartition.h to gmshpy

parent 3b93b214
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ int RenumberMesh(GModel *const model, meshPartitionOptions &options); ...@@ -29,7 +29,6 @@ int RenumberMesh(GModel *const model, meshPartitionOptions &options);
int PartitionMeshFace(std::list<GFace*> &cFaces, meshPartitionOptions &options); int PartitionMeshFace(std::list<GFace*> &cFaces, meshPartitionOptions &options);
int PartitionMeshElements(std::vector<MElement*> &elements, int PartitionMeshElements(std::vector<MElement*> &elements,
meshPartitionOptions &options); meshPartitionOptions &options);
bool PartitionZeroGenus(std::list<GFace*> &cFaces, int &nbParts);
int CreatePartitionBoundaries(GModel *model, bool createGhostCells); int CreatePartitionBoundaries(GModel *model, bool createGhostCells);
void splitBoundaryEdges(GModel *model, void splitBoundaryEdges(GModel *model,
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "meshGFaceOptimize.h" #include "meshGFaceOptimize.h"
#include "meshPartitionOptions.h" #include "meshPartitionOptions.h"
#include "Levy3D.h" #include "Levy3D.h"
#include "meshPartition.h"
%} %}
%include "GmshConfig.h" %include "GmshConfig.h"
...@@ -20,3 +21,4 @@ ...@@ -20,3 +21,4 @@
%include "meshGFaceOptimize.h" %include "meshGFaceOptimize.h"
%include "meshPartitionOptions.h" %include "meshPartitionOptions.h"
%include "Levy3D.h" %include "Levy3D.h"
%include "meshPartition.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment