118 |
.def("getDomain",&escript::Data::getDomain,return_internal_reference<>()) |
.def("getDomain",&escript::Data::getDomain,return_internal_reference<>()) |
119 |
.def("getFunctionSpace",&escript::Data::getFunctionSpace,return_internal_reference<>()) |
.def("getFunctionSpace",&escript::Data::getFunctionSpace,return_internal_reference<>()) |
120 |
.def("isEmpty",&escript::Data::isEmpty) |
.def("isEmpty",&escript::Data::isEmpty) |
121 |
|
.def("isProtected",&escript::Data::isProtected) |
122 |
|
.def("setProtection",&escript::Data::setProtection) |
123 |
.def("getShape",&escript::Data::getShapeTuple) |
.def("getShape",&escript::Data::getShapeTuple) |
124 |
.def("getRank",&escript::Data::getDataPointRank) |
.def("getRank",&escript::Data::getDataPointRank) |
125 |
.def("copyWithMask",&escript::Data::copyWithMask) |
.def("copyWithMask",&escript::Data::copyWithMask) |