mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
fix identify periodic
This commit is contained in:
@@ -856,6 +856,10 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
py::arg("identnr"),
|
||||
py::arg("type"))
|
||||
.def("IdentifyPeriodicBoundaries", &Mesh::IdentifyPeriodicBoundaries)
|
||||
.def("GetNrIdentifications", [](Mesh& self)
|
||||
{
|
||||
return self.GetIdentifications().GetMaxNr();
|
||||
})
|
||||
.def ("CalcLocalH", &Mesh::CalcLocalH)
|
||||
.def ("SetMaxHDomain", [] (Mesh& self, py::list maxhlist)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user