108 |
.def("saveDX",&escript::AbstractDomain::saveDX) |
.def("saveDX",&escript::AbstractDomain::saveDX) |
109 |
.def("getMPISize",&escript::AbstractDomain::getMPISize) |
.def("getMPISize",&escript::AbstractDomain::getMPISize) |
110 |
.def("getMPIRank",&escript::AbstractDomain::getMPIRank) |
.def("getMPIRank",&escript::AbstractDomain::getMPIRank) |
111 |
|
.def("MPIBarrier",&escript::AbstractDomain::MPIBarrier) |
112 |
|
.def("onMasterProcessor",&escript::AbstractDomain::onMasterProcessor) |
113 |
|
|
114 |
.def(self == self) |
.def(self == self) |
115 |
.def(self != self); |
.def(self != self); |