mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
Mesh is MPI-local by default
This commit is contained in:
parent
c274126487
commit
bc21e34125
@ -537,7 +537,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
|||||||
mesh -> SetGeometry (nullptr);
|
mesh -> SetGeometry (nullptr);
|
||||||
return mesh;
|
return mesh;
|
||||||
} ),
|
} ),
|
||||||
py::arg("dim")=3, py::arg("comm")=NgMPI_Comm(MPI_COMM_WORLD) // NgMPI_Comm(ng_comm)
|
py::arg("dim")=3, py::arg("comm")=NgMPI_Comm{}
|
||||||
)
|
)
|
||||||
.def(NGSPickle<Mesh>())
|
.def(NGSPickle<Mesh>())
|
||||||
.def_property_readonly("comm", [](const Mesh & amesh) -> NgMPI_Comm
|
.def_property_readonly("comm", [](const Mesh & amesh) -> NgMPI_Comm
|
||||||
|
Loading…
Reference in New Issue
Block a user