Skip to content
Snippets Groups Projects
Commit 4609a408 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

python : add bindings for discrete regions

parent aedf3e88
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "GPoint.h" #include "GPoint.h"
#include "discreteFace.h" #include "discreteFace.h"
#include "discreteEdge.h" #include "discreteEdge.h"
#include "discreteRegion.h"
#include "discreteVertex.h" #include "discreteVertex.h"
#include "gmshLevelset.h" #include "gmshLevelset.h"
#include "MElement.h" #include "MElement.h"
...@@ -65,6 +66,7 @@ namespace std { ...@@ -65,6 +66,7 @@ namespace std {
%include "discreteFace.h" %include "discreteFace.h"
%include "discreteEdge.h" %include "discreteEdge.h"
%include "discreteVertex.h" %include "discreteVertex.h"
%include "discreteRegion.h"
%include "MElement.h" %include "MElement.h"
%include "MVertex.h" %include "MVertex.h"
%include "MTriangle.h" %include "MTriangle.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment