mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
exporting searchtree
This commit is contained in:
parent
86859c4645
commit
1d9f0ae95c
@ -454,6 +454,8 @@ DLL_HEADER void ExportNetgenMeshing()
|
||||
Refinement().Refine(self);
|
||||
}))
|
||||
|
||||
.def ("BuildSearchTree", &Mesh::BuildElementSearchTree)
|
||||
|
||||
.def ("BoundaryLayer", FunctionPointer
|
||||
([](Mesh & self, int bc, bp::list thicknesses, int volnr, bp::list materials)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user