188 |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToPyObject) |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToPyObject) |
189 |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToArray) |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPointToArray) |
190 |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPoint) |
.def("setValueOfDataPoint",&escript::Data::setValueOfDataPoint) |
191 |
|
#ifndef NONUMARRAY |
192 |
.def("getValueOfDataPoint",&escript::Data::getValueOfDataPoint) |
.def("getValueOfDataPoint",&escript::Data::getValueOfDataPoint) |
193 |
|
#endif |
194 |
.def("getTupleForDataPoint",&escript::Data::getValueOfDataPointAsTuple) |
.def("getTupleForDataPoint",&escript::Data::getValueOfDataPointAsTuple) |
195 |
|
#ifndef NONUMARRAY |
196 |
.def("getValueOfGlobalDataPoint",&escript::Data::getValueOfGlobalDataPoint) |
.def("getValueOfGlobalDataPoint",&escript::Data::getValueOfGlobalDataPoint) |
197 |
|
#endif |
198 |
.def("getTupleForGlobalDataPoint",&escript::Data::getValueOfGlobalDataPointAsTuple) |
.def("getTupleForGlobalDataPoint",&escript::Data::getValueOfGlobalDataPointAsTuple) |
199 |
.def("setToZero",&escript::Data::setToZero) |
.def("setToZero",&escript::Data::setToZero) |
200 |
.def("interpolate",&escript::Data::interpolate) |
.def("interpolate",&escript::Data::interpolate) |
244 |
.def("_Lsup",&escript::Data::Lsup) |
.def("_Lsup",&escript::Data::Lsup) |
245 |
.def("_sup",&escript::Data::sup) |
.def("_sup",&escript::Data::sup) |
246 |
.def("_inf",&escript::Data::inf) |
.def("_inf",&escript::Data::inf) |
247 |
|
#ifndef NONUMARRAY |
248 |
.def("_integrate",&escript::Data::integrate) |
.def("_integrate",&escript::Data::integrate) |
249 |
|
#endif |
250 |
.def("_integrateToTuple",&escript::Data::integrateToTuple) |
.def("_integrateToTuple",&escript::Data::integrateToTuple) |
251 |
|
|
252 |
// following implements the python abs operator |
// following implements the python abs operator |