mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
Check badness quality in tests
This commit is contained in:
@@ -983,6 +983,8 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
res["tet"] = py::make_tuple( values[2], values[3] );
|
||||
return res;
|
||||
}, py::arg("badelement_limit")=175.0)
|
||||
.def ("CalcTotalBadness", &Mesh::CalcTotalBad)
|
||||
.def ("GetQualityHistogram", &Mesh::GetQualityHistogram)
|
||||
;
|
||||
|
||||
m.def("ImportMesh", [](const string& filename)
|
||||
|
||||
Reference in New Issue
Block a user