132 |
.def("expand",&escript::Data::expand) |
.def("expand",&escript::Data::expand) |
133 |
.def("tag",&escript::Data::tag) |
.def("tag",&escript::Data::tag) |
134 |
.def("copy",&escript::Data::copy) |
.def("copy",&escript::Data::copy) |
135 |
.def("convertToNumArray",&escript::Data::convertToNumArray) |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToPyObject) |
|
.def("fillFromNumArray",&escript::Data::fillFromNumArray) |
|
|
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPoint) |
|
136 |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToArray) |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToArray) |
137 |
|
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPoint) |
138 |
.def("getValueOfDataPoint",&escript::Data::getValueOfDataPoint) |
.def("getValueOfDataPoint",&escript::Data::getValueOfDataPoint) |
139 |
.def("getValueOfGlobalDataPoint",&escript::Data::getValueOfGlobalDataPoint) |
.def("getValueOfGlobalDataPoint",&escript::Data::getValueOfGlobalDataPoint) |
140 |
.def("interpolate",&escript::Data::interpolate) |
.def("interpolate",&escript::Data::interpolate) |