exporting searchtree

This commit is contained in:
Joachim Schöberl 2016-05-05 21:26:33 +02:00
parent 86859c4645
commit 1d9f0ae95c

View File

@ -454,6 +454,8 @@ DLL_HEADER void ExportNetgenMeshing()
Refinement().Refine(self); Refinement().Refine(self);
})) }))
.def ("BuildSearchTree", &Mesh::BuildElementSearchTree)
.def ("BoundaryLayer", FunctionPointer .def ("BoundaryLayer", FunctionPointer
([](Mesh & self, int bc, bp::list thicknesses, int volnr, bp::list materials) ([](Mesh & self, int bc, bp::list thicknesses, int volnr, bp::list materials)
{ {