Parent Directory
|
Revision Log
|
Patch
revision 1800 by ksteube, Thu Sep 18 05:28:20 2008 UTC | revision 1801 by ksteube, Fri Sep 19 01:37:09 2008 UTC | |
---|---|---|
# | Line 103 BOOST_PYTHON_MODULE(escriptcpp) | Line 103 BOOST_PYTHON_MODULE(escriptcpp) |
103 | .def("saveDX",&escript::AbstractDomain::saveDX) | .def("saveDX",&escript::AbstractDomain::saveDX) |
104 | .def("getMPISize",&escript::AbstractDomain::getMPISize) | .def("getMPISize",&escript::AbstractDomain::getMPISize) |
105 | .def("getMPIRank",&escript::AbstractDomain::getMPIRank) | .def("getMPIRank",&escript::AbstractDomain::getMPIRank) |
.def("getMPIComm",&escript::AbstractDomain::getMPIComm) | ||
106 | ||
107 | .def(self == self) | .def(self == self) |
108 | .def(self != self); | .def(self != self); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |