mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
exporting searchtree
This commit is contained in:
parent
86859c4645
commit
1d9f0ae95c
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user