FEM: extend the C++ fem mesh object to be able make python mesh object childs

This commit is contained in:
Bernd Hahnebach
2016-11-22 19:47:50 +01:00
parent e4803de36f
commit 735d70bca0
7 changed files with 47 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ PyMODINIT_FUNC initFem()
Fem::FeaturePython ::init();
Fem::FemMesh ::init();
Fem::FemMeshObject ::init();
Fem::FemMeshObjectPython ::init();
Fem::FemMeshShapeObject ::init();
Fem::FemMeshShapeNetgenObject ::init();
Fem::PropertyFemMesh ::init();