mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-19 00:56:46 +08:00
Implement and export SplineGeometry2d::SetDomainTensorMeshing
This commit is contained in:
@@ -392,6 +392,7 @@ DLL_HEADER void ExportGeom2d(py::module &m)
|
||||
}, py::arg("mp") = nullptr,
|
||||
py::call_guard<py::gil_scoped_release>(),
|
||||
meshingparameter_description.c_str())
|
||||
.def("_SetDomainTensorMeshing", &SplineGeometry2d::SetDomainTensorMeshing)
|
||||
;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user