1 // Copyright (C) 2007-2016 CEA/DEN, EDF R&D
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 // Author : Anthony Geay (EDF R&D)
23 #ifdef WITH_DOCSTRINGS
24 %include MEDCoupling_doc.i
31 #include "MEDCouplingMemArray.hxx"
32 #include "MEDCouplingUMesh.hxx"
33 #include "MEDCouplingMappedExtrudedMesh.hxx"
34 #include "MEDCouplingCMesh.hxx"
35 #include "MEDCouplingIMesh.hxx"
36 #include "MEDCouplingCurveLinearMesh.hxx"
37 #include "MEDCoupling1GTUMesh.hxx"
38 #include "MEDCouplingField.hxx"
39 #include "MEDCouplingFieldDouble.hxx"
40 #include "MEDCouplingFieldInt.hxx"
41 #include "MEDCouplingFieldFloat.hxx"
42 #include "MEDCouplingFieldTemplate.hxx"
43 #include "MEDCouplingGaussLocalization.hxx"
45 #include "MEDCouplingMultiFields.hxx"
46 #include "MEDCouplingFieldOverTime.hxx"
47 #include "MEDCouplingDefinitionTime.hxx"
48 #include "MEDCouplingFieldDiscretization.hxx"
49 #include "MEDCouplingCartesianAMRMesh.hxx"
50 #include "MEDCouplingAMRAttribute.hxx"
51 #include "MEDCouplingMatrix.hxx"
52 #include "MEDCouplingPartDefinition.hxx"
53 #include "MEDCouplingSkyLineArray.hxx"
54 #include "MEDCouplingTypemaps.i"
56 #include "InterpKernelAutoPtr.hxx"
57 #include "BoxSplittingOptions.hxx"
59 using namespace MEDCoupling;
60 using namespace INTERP_KERNEL;
64 %template(ivec) std::vector<int>;
65 %template(dvec) std::vector<double>;
66 %template(svec) std::vector<std::string>;
69 %typemap(out) MEDCoupling::MEDCouplingMesh*
71 $result=convertMesh($1,$owner);
74 %typemap(out) MEDCouplingMesh*
76 $result=convertMesh($1,$owner);
81 %typemap(out) MEDCoupling::MEDCouplingPointSet*
83 $result=convertMesh($1,$owner);
86 %typemap(out) MEDCouplingPointSet*
88 $result=convertMesh($1,$owner);
93 %typemap(out) MEDCouplingCartesianAMRPatchGen*
95 $result=convertCartesianAMRPatch($1,$owner);
100 %typemap(out) MEDCouplingCartesianAMRMeshGen*
102 $result=convertCartesianAMRMesh($1,$owner);
107 %typemap(out) MEDCouplingDataForGodFather*
109 $result=convertDataForGodFather($1,$owner);
114 %typemap(out) MEDCoupling::MEDCoupling1GTUMesh*
116 $result=convertMesh($1,$owner);
119 %typemap(out) MEDCoupling1GTUMesh*
121 $result=convertMesh($1,$owner);
126 %typemap(out) MEDCoupling::MEDCouplingStructuredMesh*
128 $result=convertMesh($1,$owner);
131 %typemap(out) MEDCouplingStructuredMesh*
133 $result=convertMesh($1,$owner);
138 %typemap(out) MEDCoupling::MEDCouplingFieldDiscretization*
140 $result=convertFieldDiscretization($1,$owner);
143 %typemap(out) MEDCouplingFieldDiscretization*
145 $result=convertFieldDiscretization($1,$owner);
150 %typemap(out) MEDCoupling::MEDCouplingField*
152 $result=convertField($1,$owner);
155 %typemap(out) MEDCouplingField*
157 $result=convertField($1,$owner);
162 %typemap(out) MEDCoupling::MEDCouplingMultiFields*
164 $result=convertMultiFields($1,$owner);
167 %typemap(out) MEDCouplingMultiFields*
169 $result=convertMultiFields($1,$owner);
174 %typemap(out) MEDCoupling::PartDefinition*
176 $result=convertPartDefinition($1,$owner);
179 %typemap(out) PartDefinition*
181 $result=convertPartDefinition($1,$owner);
186 %init %{ import_array(); %}
189 %init %{ initializeMe(); %}
191 %feature("autodoc", "1");
192 %feature("docstring");
194 %newobject MEDCoupling::MEDCouplingField::buildMeasureField;
195 %newobject MEDCoupling::MEDCouplingField::getLocalizationOfDiscr;
196 %newobject MEDCoupling::MEDCouplingField::computeTupleIdsToSelectFromCellIds;
197 %newobject MEDCoupling::MEDCouplingFieldDouble::New;
198 %newobject MEDCoupling::MEDCouplingFieldDouble::getArray;
199 %newobject MEDCoupling::MEDCouplingFieldDouble::getEndArray;
200 %newobject MEDCoupling::MEDCouplingFieldDouble::MergeFields;
201 %newobject MEDCoupling::MEDCouplingFieldDouble::MeldFields;
202 %newobject MEDCoupling::MEDCouplingFieldDouble::convertToIntField;
203 %newobject MEDCoupling::MEDCouplingFieldDouble::convertToFloatField;
204 %newobject MEDCoupling::MEDCouplingFieldDouble::doublyContractedProduct;
205 %newobject MEDCoupling::MEDCouplingFieldDouble::determinant;
206 %newobject MEDCoupling::MEDCouplingFieldDouble::eigenValues;
207 %newobject MEDCoupling::MEDCouplingFieldDouble::eigenVectors;
208 %newobject MEDCoupling::MEDCouplingFieldDouble::inverse;
209 %newobject MEDCoupling::MEDCouplingFieldDouble::trace;
210 %newobject MEDCoupling::MEDCouplingFieldDouble::deviator;
211 %newobject MEDCoupling::MEDCouplingFieldDouble::magnitude;
212 %newobject MEDCoupling::MEDCouplingFieldDouble::maxPerTuple;
213 %newobject MEDCoupling::MEDCouplingFieldDouble::keepSelectedComponents;
214 %newobject MEDCoupling::MEDCouplingFieldDouble::extractSlice3D;
215 %newobject MEDCoupling::MEDCouplingFieldDouble::DotFields;
216 %newobject MEDCoupling::MEDCouplingFieldDouble::dot;
217 %newobject MEDCoupling::MEDCouplingFieldDouble::CrossProductFields;
218 %newobject MEDCoupling::MEDCouplingFieldDouble::crossProduct;
219 %newobject MEDCoupling::MEDCouplingFieldDouble::MaxFields;
220 %newobject MEDCoupling::MEDCouplingFieldDouble::max;
221 %newobject MEDCoupling::MEDCouplingFieldDouble::MinFields;
222 %newobject MEDCoupling::MEDCouplingFieldDouble::AddFields;
223 %newobject MEDCoupling::MEDCouplingFieldDouble::SubstractFields;
224 %newobject MEDCoupling::MEDCouplingFieldDouble::MultiplyFields;
225 %newobject MEDCoupling::MEDCouplingFieldDouble::DivideFields;
226 %newobject MEDCoupling::MEDCouplingFieldDouble::min;
227 %newobject MEDCoupling::MEDCouplingFieldDouble::negate;
228 %newobject MEDCoupling::MEDCouplingFieldDouble::findIdsInRange;
229 %newobject MEDCoupling::MEDCouplingFieldDouble::buildSubPart;
230 %newobject MEDCoupling::MEDCouplingFieldDouble::buildSubPartRange;
231 %newobject MEDCoupling::MEDCouplingFieldDouble::voronoize;
232 %newobject MEDCoupling::MEDCouplingFieldDouble::convertQuadraticCellsToLinear;
233 %newobject MEDCoupling::MEDCouplingFieldDouble::__getitem__;
234 %newobject MEDCoupling::MEDCouplingFieldDouble::__neg__;
235 %newobject MEDCoupling::MEDCouplingFieldDouble::__add__;
236 %newobject MEDCoupling::MEDCouplingFieldDouble::__sub__;
237 %newobject MEDCoupling::MEDCouplingFieldDouble::__mul__;
238 %newobject MEDCoupling::MEDCouplingFieldDouble::__div__;
239 %newobject MEDCoupling::MEDCouplingFieldDouble::__pow__;
240 %newobject MEDCoupling::MEDCouplingFieldDouble::__radd__;
241 %newobject MEDCoupling::MEDCouplingFieldDouble::__rsub__;
242 %newobject MEDCoupling::MEDCouplingFieldDouble::__rmul__;
243 %newobject MEDCoupling::MEDCouplingFieldDouble::__rdiv__;
244 %newobject MEDCoupling::MEDCouplingFieldDouble::clone;
245 %newobject MEDCoupling::MEDCouplingFieldDouble::cloneWithMesh;
246 %newobject MEDCoupling::MEDCouplingFieldDouble::deepCopy;
247 %newobject MEDCoupling::MEDCouplingFieldDouble::buildNewTimeReprFromThis;
248 %newobject MEDCoupling::MEDCouplingFieldDouble::nodeToCellDiscretization;
249 %newobject MEDCoupling::MEDCouplingFieldDouble::cellToNodeDiscretization;
250 %newobject MEDCoupling::MEDCouplingFieldDouble::getValueOnMulti;
251 %newobject MEDCoupling::MEDCouplingFieldDouble::computeVectorFieldCyl;
252 %newobject MEDCoupling::MEDCouplingFieldInt::New;
253 %newobject MEDCoupling::MEDCouplingFieldInt::convertToDblField;
254 %newobject MEDCoupling::MEDCouplingFieldInt::getArray;
255 %newobject MEDCoupling::MEDCouplingFieldInt::deepCopy;
256 %newobject MEDCoupling::MEDCouplingFieldInt::clone;
257 %newobject MEDCoupling::MEDCouplingFieldInt::cloneWithMesh;
258 %newobject MEDCoupling::MEDCouplingFieldInt::buildSubPart;
259 %newobject MEDCoupling::MEDCouplingFieldInt::buildSubPartRange;
260 %newobject MEDCoupling::MEDCouplingFieldInt::__getitem__;
261 %newobject MEDCoupling::MEDCouplingFieldFloat::New;
262 %newobject MEDCoupling::MEDCouplingFieldFloat::convertToDblField;
263 %newobject MEDCoupling::MEDCouplingFieldFloat::getArray;
264 %newobject MEDCoupling::MEDCouplingFieldFloat::deepCopy;
265 %newobject MEDCoupling::MEDCouplingFieldFloat::clone;
266 %newobject MEDCoupling::MEDCouplingFieldFloat::cloneWithMesh;
267 %newobject MEDCoupling::MEDCouplingFieldFloat::buildSubPart;
268 %newobject MEDCoupling::MEDCouplingFieldFloat::buildSubPartRange;
269 %newobject MEDCoupling::MEDCouplingFieldFloat::__getitem__;
270 %newobject MEDCoupling::MEDCouplingFieldTemplate::New;
271 %newobject MEDCoupling::MEDCouplingMesh::deepCopy;
272 %newobject MEDCoupling::MEDCouplingMesh::clone;
273 %newobject MEDCoupling::MEDCouplingMesh::checkDeepEquivalOnSameNodesWith;
274 %newobject MEDCoupling::MEDCouplingMesh::checkTypeConsistencyAndContig;
275 %newobject MEDCoupling::MEDCouplingMesh::computeNbOfNodesPerCell;
276 %newobject MEDCoupling::MEDCouplingMesh::computeNbOfFacesPerCell;
277 %newobject MEDCoupling::MEDCouplingMesh::computeEffectiveNbOfNodesPerCell;
278 %newobject MEDCoupling::MEDCouplingMesh::buildPartRange;
279 %newobject MEDCoupling::MEDCouplingMesh::giveCellsWithType;
280 %newobject MEDCoupling::MEDCouplingMesh::getCoordinatesAndOwner;
281 %newobject MEDCoupling::MEDCouplingMesh::computeCellCenterOfMass;
282 %newobject MEDCoupling::MEDCouplingMesh::computeIsoBarycenterOfNodesPerCell;
283 %newobject MEDCoupling::MEDCouplingMesh::buildOrthogonalField;
284 %newobject MEDCoupling::MEDCouplingMesh::getCellIdsFullyIncludedInNodeIds;
285 %newobject MEDCoupling::MEDCouplingMesh::mergeMyselfWith;
286 %newobject MEDCoupling::MEDCouplingMesh::fillFromAnalytic;
287 %newobject MEDCoupling::MEDCouplingMesh::fillFromAnalyticCompo;
288 %newobject MEDCoupling::MEDCouplingMesh::fillFromAnalyticNamedCompo;
289 %newobject MEDCoupling::MEDCouplingMesh::getMeasureField;
290 %newobject MEDCoupling::MEDCouplingMesh::simplexize;
291 %newobject MEDCoupling::MEDCouplingMesh::buildUnstructured;
292 %newobject MEDCoupling::MEDCouplingMesh::MergeMeshes;
293 %newobject MEDCoupling::MEDCouplingMesh::getDirectAccessOfCoordsArrIfInStructure;
294 %newobject MEDCoupling::MEDCouplingPointSet::zipCoordsTraducer;
295 %newobject MEDCoupling::MEDCouplingPointSet::getCellsInBoundingBox;
296 %newobject MEDCoupling::MEDCouplingPointSet::findBoundaryNodes;
297 %newobject MEDCoupling::MEDCouplingPointSet::buildBoundaryMesh;
298 %newobject MEDCoupling::MEDCouplingPointSet::MergeNodesArray;
299 %newobject MEDCoupling::MEDCouplingPointSet::buildPartOfMySelfSlice;
300 %newobject MEDCoupling::MEDCouplingPointSet::BuildInstanceFromMeshType;
301 %newobject MEDCoupling::MEDCouplingPointSet::zipConnectivityTraducer;
302 %newobject MEDCoupling::MEDCouplingPointSet::mergeMyselfWithOnSameCoords;
303 %newobject MEDCoupling::MEDCouplingPointSet::fillCellIdsToKeepFromNodeIds;
304 %newobject MEDCoupling::MEDCouplingPointSet::getCellIdsLyingOnNodes;
305 %newobject MEDCoupling::MEDCouplingPointSet::deepCopyConnectivityOnly;
306 %newobject MEDCoupling::MEDCouplingPointSet::getBoundingBoxForBBTree;
307 %newobject MEDCoupling::MEDCouplingPointSet::computeFetchedNodeIds;
308 %newobject MEDCoupling::MEDCouplingPointSet::ComputeNbOfInteractionsWithSrcCells;
309 %newobject MEDCoupling::MEDCouplingPointSet::computeDiameterField;
310 %newobject MEDCoupling::MEDCouplingPointSet::__getitem__;
311 %newobject MEDCoupling::MEDCouplingUMesh::New;
312 %newobject MEDCoupling::MEDCouplingUMesh::getNodalConnectivity;
313 %newobject MEDCoupling::MEDCouplingUMesh::getNodalConnectivityIndex;
314 %newobject MEDCoupling::MEDCouplingUMesh::__iter__;
315 %newobject MEDCoupling::MEDCouplingUMesh::cellsByType;
316 %newobject MEDCoupling::MEDCouplingUMesh::buildDescendingConnectivity;
317 %newobject MEDCoupling::MEDCouplingUMesh::buildDescendingConnectivity2;
318 %newobject MEDCoupling::MEDCouplingUMesh::explode3DMeshTo1D;
319 %newobject MEDCoupling::MEDCouplingUMesh::explodeMeshIntoMicroEdges;
320 %newobject MEDCoupling::MEDCouplingUMesh::buildExtrudedMesh;
321 %newobject MEDCoupling::MEDCouplingUMesh::buildSpreadZonesWithPoly;
322 %newobject MEDCoupling::MEDCouplingUMesh::MergeUMeshes;
323 %newobject MEDCoupling::MEDCouplingUMesh::MergeUMeshesOnSameCoords;
324 %newobject MEDCoupling::MEDCouplingUMesh::ComputeSpreadZoneGradually;
325 %newobject MEDCoupling::MEDCouplingUMesh::ComputeSpreadZoneGraduallyFromSeed;
326 %newobject MEDCoupling::MEDCouplingUMesh::buildNewNumberingFromCommNodesFrmt;
327 %newobject MEDCoupling::MEDCouplingUMesh::conformize2D;
328 %newobject MEDCoupling::MEDCouplingUMesh::conformize3D;
329 %newobject MEDCoupling::MEDCouplingUMesh::colinearize2D;
330 %newobject MEDCoupling::MEDCouplingUMesh::rearrange2ConsecutiveCellTypes;
331 %newobject MEDCoupling::MEDCouplingUMesh::sortCellsInMEDFileFrmt;
332 %newobject MEDCoupling::MEDCouplingUMesh::getRenumArrForMEDFileFrmt;
333 %newobject MEDCoupling::MEDCouplingUMesh::convertCellArrayPerGeoType;
334 %newobject MEDCoupling::MEDCouplingUMesh::getRenumArrForConsecutiveCellTypesSpec;
335 %newobject MEDCoupling::MEDCouplingUMesh::buildDirectionVectorField;
336 %newobject MEDCoupling::MEDCouplingUMesh::convertLinearCellsToQuadratic;
337 %newobject MEDCoupling::MEDCouplingUMesh::getEdgeRatioField;
338 %newobject MEDCoupling::MEDCouplingUMesh::getAspectRatioField;
339 %newobject MEDCoupling::MEDCouplingUMesh::getWarpField;
340 %newobject MEDCoupling::MEDCouplingUMesh::getSkewField;
341 %newobject MEDCoupling::MEDCouplingUMesh::getPartBarycenterAndOwner;
342 %newobject MEDCoupling::MEDCouplingUMesh::computePlaneEquationOf3DFaces;
343 %newobject MEDCoupling::MEDCouplingUMesh::getPartMeasureField;
344 %newobject MEDCoupling::MEDCouplingUMesh::buildPartOrthogonalField;
345 %newobject MEDCoupling::MEDCouplingUMesh::keepCellIdsByType;
346 %newobject MEDCoupling::MEDCouplingUMesh::Build0DMeshFromCoords;
347 %newobject MEDCoupling::MEDCouplingUMesh::Build1DMeshFromCoords;
348 %newobject MEDCoupling::MEDCouplingUMesh::findAndCorrectBadOriented3DExtrudedCells;
349 %newobject MEDCoupling::MEDCouplingUMesh::findAndCorrectBadOriented3DCells;
350 %newobject MEDCoupling::MEDCouplingUMesh::convertIntoSingleGeoTypeMesh;
351 %newobject MEDCoupling::MEDCouplingUMesh::convertNodalConnectivityToStaticGeoTypeMesh;
352 %newobject MEDCoupling::MEDCouplingUMesh::findCellIdsOnBoundary;
353 %newobject MEDCoupling::MEDCouplingUMesh::computeSkin;
354 %newobject MEDCoupling::MEDCouplingUMesh::buildSetInstanceFromThis;
355 %newobject MEDCoupling::MEDCouplingUMesh::getCellIdsCrossingPlane;
356 %newobject MEDCoupling::MEDCouplingUMesh::convexEnvelop2D;
357 %newobject MEDCoupling::MEDCouplingUMesh::ComputeRangesFromTypeDistribution;
358 %newobject MEDCoupling::MEDCouplingUMesh::buildUnionOf2DMesh;
359 %newobject MEDCoupling::MEDCouplingUMesh::buildUnionOf3DMesh;
360 %newobject MEDCoupling::MEDCouplingUMesh::generateGraph;
361 %newobject MEDCoupling::MEDCouplingUMesh::orderConsecutiveCells1D;
362 %newobject MEDCoupling::MEDCouplingUMesh::clipSingle3DCellByPlane;
363 %newobject MEDCoupling::MEDCouplingUMesh::getBoundingBoxForBBTreeFast;
364 %newobject MEDCoupling::MEDCouplingUMesh::getBoundingBoxForBBTree2DQuadratic;
365 %newobject MEDCoupling::MEDCouplingUMesh::getBoundingBoxForBBTree1DQuadratic;
366 %newobject MEDCoupling::MEDCouplingUMeshCellByTypeEntry::__iter__;
367 %newobject MEDCoupling::MEDCouplingUMeshCellEntry::__iter__;
368 %newobject MEDCoupling::MEDCoupling1GTUMesh::New;
369 %newobject MEDCoupling::MEDCoupling1GTUMesh::getNodalConnectivity;
370 %newobject MEDCoupling::MEDCoupling1GTUMesh::AggregateOnSameCoordsToUMesh;
371 %newobject MEDCoupling::MEDCoupling1SGTUMesh::New;
372 %newobject MEDCoupling::MEDCoupling1SGTUMesh::buildSetInstanceFromThis;
373 %newobject MEDCoupling::MEDCoupling1SGTUMesh::computeDualMesh;
374 %newobject MEDCoupling::MEDCoupling1SGTUMesh::explodeEachHexa8To6Quad4;
375 %newobject MEDCoupling::MEDCoupling1SGTUMesh::sortHexa8EachOther;
376 %newobject MEDCoupling::MEDCoupling1SGTUMesh::Merge1SGTUMeshes;
377 %newobject MEDCoupling::MEDCoupling1SGTUMesh::Merge1SGTUMeshesOnSameCoords;
378 %newobject MEDCoupling::MEDCoupling1DGTUMesh::New;
379 %newobject MEDCoupling::MEDCoupling1DGTUMesh::getNodalConnectivityIndex;
380 %newobject MEDCoupling::MEDCoupling1DGTUMesh::buildSetInstanceFromThis;
381 %newobject MEDCoupling::MEDCoupling1DGTUMesh::Merge1DGTUMeshes;
382 %newobject MEDCoupling::MEDCoupling1DGTUMesh::Merge1DGTUMeshesOnSameCoords;
383 %newobject MEDCoupling::MEDCouplingMappedExtrudedMesh::New;
384 %newobject MEDCoupling::MEDCouplingMappedExtrudedMesh::build3DUnstructuredMesh;
385 %newobject MEDCoupling::MEDCouplingStructuredMesh::buildStructuredSubPart;
386 %newobject MEDCoupling::MEDCouplingStructuredMesh::build1SGTUnstructured;
387 %newobject MEDCoupling::MEDCouplingStructuredMesh::build1SGTSubLevelMesh;
388 %newobject MEDCoupling::MEDCouplingStructuredMesh::BuildExplicitIdsFrom;
389 %newobject MEDCoupling::MEDCouplingStructuredMesh::ExtractFieldOfDoubleFrom;
390 %newobject MEDCoupling::MEDCouplingStructuredMesh::Build1GTNodalConnectivity;
391 %newobject MEDCoupling::MEDCouplingStructuredMesh::Build1GTNodalConnectivityOfSubLevelMesh;
392 %newobject MEDCoupling::MEDCouplingStructuredMesh::ComputeCornersGhost;
393 %newobject MEDCoupling::MEDCouplingCMesh::New;
394 %newobject MEDCoupling::MEDCouplingCMesh::getCoordsAt;
395 %newobject MEDCoupling::MEDCouplingCMesh::buildCurveLinear;
396 %newobject MEDCoupling::MEDCouplingIMesh::New;
397 %newobject MEDCoupling::MEDCouplingIMesh::asSingleCell;
398 %newobject MEDCoupling::MEDCouplingIMesh::buildWithGhost;
399 %newobject MEDCoupling::MEDCouplingIMesh::convertToCartesian;
400 %newobject MEDCoupling::MEDCouplingCurveLinearMesh::New;
401 %newobject MEDCoupling::MEDCouplingCurveLinearMesh::getCoords;
402 %newobject MEDCoupling::MEDCouplingMultiFields::New;
403 %newobject MEDCoupling::MEDCouplingMultiFields::deepCopy;
404 %newobject MEDCoupling::MEDCouplingFieldOverTime::New;
405 %newobject MEDCoupling::MEDCouplingCartesianAMRPatchGen::getMesh;
406 %newobject MEDCoupling::MEDCouplingCartesianAMRPatchGen::__getitem__;
407 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::deepCopy;
408 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::buildUnstructured;
409 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::extractGhostFrom;
410 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::buildMeshFromPatchEnvelop;
411 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::buildMeshOfDirectChildrenOnly;
412 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getImageMesh;
413 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getGodFather;
414 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getFather;
415 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getPatch;
416 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::createCellFieldOnPatch;
417 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::findPatchesInTheNeighborhoodOf;
418 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getPatchAtPosition;
419 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::getMeshAtPosition;
420 %newobject MEDCoupling::MEDCouplingCartesianAMRMeshGen::__getitem__;
421 %newobject MEDCoupling::MEDCouplingCartesianAMRMesh::New;
422 %newobject MEDCoupling::MEDCouplingDataForGodFather::getMyGodFather;
423 %newobject MEDCoupling::MEDCouplingAMRAttribute::New;
424 %newobject MEDCoupling::MEDCouplingAMRAttribute::deepCopy;
425 %newobject MEDCoupling::MEDCouplingAMRAttribute::deepCpyWithoutGodFather;
426 %newobject MEDCoupling::MEDCouplingAMRAttribute::getFieldOn;
427 %newobject MEDCoupling::MEDCouplingAMRAttribute::projectTo;
428 %newobject MEDCoupling::MEDCouplingAMRAttribute::buildCellFieldOnRecurseWithoutOverlapWithoutGhost;
429 %newobject MEDCoupling::MEDCouplingAMRAttribute::buildCellFieldOnWithGhost;
430 %newobject MEDCoupling::MEDCouplingAMRAttribute::buildCellFieldOnWithoutGhost;
431 %newobject MEDCoupling::DenseMatrix::New;
432 %newobject MEDCoupling::DenseMatrix::deepCopy;
433 %newobject MEDCoupling::DenseMatrix::shallowCpy;
434 %newobject MEDCoupling::DenseMatrix::getData;
435 %newobject MEDCoupling::DenseMatrix::matVecMult;
436 %newobject MEDCoupling::DenseMatrix::MatVecMult;
437 %newobject MEDCoupling::DenseMatrix::__add__;
438 %newobject MEDCoupling::DenseMatrix::__sub__;
439 %newobject MEDCoupling::DenseMatrix::__mul__;
440 %newobject MEDCoupling::MEDCouplingGaussLocalization::localizePtsInRefCooForEachCell;
441 %newobject MEDCoupling::MEDCouplingGaussLocalization::buildRefCell;
442 %newobject MEDCoupling::MEDCouplingSkyLineArray::BuildFromPolyhedronConn;
443 %newobject MEDCoupling::MEDCouplingSkyLineArray::getSuperIndexArray;
444 %newobject MEDCoupling::MEDCouplingSkyLineArray::getIndexArray;
445 %newobject MEDCoupling::MEDCouplingSkyLineArray::getValuesArray;
447 %feature("unref") MEDCouplingPointSet "$this->decrRef();"
448 %feature("unref") MEDCouplingMesh "$this->decrRef();"
449 %feature("unref") MEDCouplingUMesh "$this->decrRef();"
450 %feature("unref") MEDCoupling1GTUMesh "$this->decrRef();"
451 %feature("unref") MEDCoupling1SGTUMesh "$this->decrRef();"
452 %feature("unref") MEDCoupling1DGTUMesh "$this->decrRef();"
453 %feature("unref") MEDCouplingMappedExtrudedMesh "$this->decrRef();"
454 %feature("unref") MEDCouplingCMesh "$this->decrRef();"
455 %feature("unref") MEDCouplingIMesh "$this->decrRef();"
456 %feature("unref") MEDCouplingCurveLinearMesh "$this->decrRef();"
457 %feature("unref") MEDCouplingField "$this->decrRef();"
458 %feature("unref") MEDCouplingFieldDiscretizationP0 "$this->decrRef();"
459 %feature("unref") MEDCouplingFieldDiscretizationP1 "$this->decrRef();"
460 %feature("unref") MEDCouplingFieldDiscretizationGauss "$this->decrRef();"
461 %feature("unref") MEDCouplingFieldDiscretizationGaussNE "$this->decrRef();"
462 %feature("unref") MEDCouplingFieldDiscretizationKriging "$this->decrRef();"
463 %feature("unref") MEDCouplingFieldDouble "$this->decrRef();"
464 %feature("unref") MEDCouplingFieldFloat "$this->decrRef();"
465 %feature("unref") MEDCouplingFieldInt "$this->decrRef();"
466 %feature("unref") MEDCouplingMultiFields "$this->decrRef();"
467 %feature("unref") MEDCouplingFieldTemplate "$this->decrRef();"
468 %feature("unref") MEDCouplingMultiFields "$this->decrRef();"
469 %feature("unref") MEDCouplingCartesianAMRMeshGen "$this->decrRef();"
470 %feature("unref") MEDCouplingCartesianAMRMesh "$this->decrRef();"
471 %feature("unref") MEDCouplingCartesianAMRMeshSub "$this->decrRef();"
472 %feature("unref") MEDCouplingCartesianAMRPatchGen "$this->decrRef();"
473 %feature("unref") MEDCouplingCartesianAMRPatchGF "$this->decrRef();"
474 %feature("unref") MEDCouplingCartesianAMRPatch "$this->decrRef();"
475 %feature("unref") MEDCouplingDataForGodFather "$this->decrRef();"
476 %feature("unref") MEDCouplingAMRAttribute "$this->decrRef();"
477 %feature("unref") DenseMatrix "$this->decrRef();"
478 %feature("unref") MEDCouplingSkyLineArray "$this->decrRef();"
480 %rename(assign) *::operator=;
481 %ignore MEDCoupling::MEDCouplingGaussLocalization::pushTinySerializationIntInfo;
482 %ignore MEDCoupling::MEDCouplingGaussLocalization::pushTinySerializationDblInfo;
483 %ignore MEDCoupling::MEDCouplingGaussLocalization::fillWithValues;
484 %ignore MEDCoupling::MEDCouplingGaussLocalization::buildNewInstanceFromTinyInfo;
488 %rename (InterpKernelException) INTERP_KERNEL::Exception;
490 %include "MEDCouplingRefCountObject.i"
491 %include "MEDCouplingMemArray.i"
495 {// AGY : here initialization of C++ traits in MEDCouplingDataArrayTypemaps.i for code factorization. Awful, I know, but no other solutions.
496 SWIGTITraits<double>::TI=SWIGTYPE_p_MEDCoupling__DataArrayDouble;
497 SWIGTITraits<float>::TI=SWIGTYPE_p_MEDCoupling__DataArrayFloat;
498 SWIGTITraits<int>::TI=SWIGTYPE_p_MEDCoupling__DataArrayInt;
499 SWIGTITraits<double>::TI_TUPLE=SWIGTYPE_p_MEDCoupling__DataArrayDoubleTuple;
500 SWIGTITraits<float>::TI_TUPLE=SWIGTYPE_p_MEDCoupling__DataArrayFloatTuple;
501 SWIGTITraits<int>::TI_TUPLE=SWIGTYPE_p_MEDCoupling__DataArrayIntTuple;
505 namespace INTERP_KERNEL
508 * \class BoxSplittingOptions
509 * Class defining the options for box splitting used for AMR algorithm like creation of patches following a criterion.
511 class BoxSplittingOptions
514 BoxSplittingOptions();
515 void init() throw(INTERP_KERNEL::Exception);
516 double getEfficiencyGoal() const throw(INTERP_KERNEL::Exception);
517 void setEfficiencyGoal(double efficiency) throw(INTERP_KERNEL::Exception);
518 double getEfficiencyThreshold() const throw(INTERP_KERNEL::Exception);
519 void setEfficiencyThreshold(double efficiencyThreshold) throw(INTERP_KERNEL::Exception);
520 int getMinimumPatchLength() const throw(INTERP_KERNEL::Exception);
521 void setMinimumPatchLength(int minPatchLength) throw(INTERP_KERNEL::Exception);
522 int getMaximumPatchLength() const throw(INTERP_KERNEL::Exception);
523 void setMaximumPatchLength(int maxPatchLength) throw(INTERP_KERNEL::Exception);
524 int getMaximumNbOfCellsInPatch() const throw(INTERP_KERNEL::Exception);
525 void setMaximumNbOfCellsInPatch(int maxNbCellsInPatch) throw(INTERP_KERNEL::Exception);
526 void copyOptions(const BoxSplittingOptions & other) throw(INTERP_KERNEL::Exception);
527 std::string printOptions() const throw(INTERP_KERNEL::Exception);
530 std::string __str__() const throw(INTERP_KERNEL::Exception)
532 return self->printOptions();
538 namespace MEDCoupling
554 CONST_ON_TIME_INTERVAL = 7
555 } TypeOfTimeDiscretization;
563 SINGLE_STATIC_GEO_TYPE_UNSTRUCTURED = 10,
564 SINGLE_DYNAMIC_GEO_TYPE_UNSTRUCTURED = 11,
566 } MEDCouplingMeshType;
569 class DataArrayDouble;
570 class MEDCouplingUMesh;
571 class MEDCouplingCMesh;
572 class MEDCouplingFieldDouble;
574 %extend RefCountObject
576 std::string getHiddenCppPointer() const
578 std::ostringstream oss; oss << "C++ Pointer address is : " << self;
583 %extend MEDCouplingGaussLocalization
585 std::string __str__() const throw(INTERP_KERNEL::Exception)
587 return self->getStringRepr();
590 std::string __repr__() const throw(INTERP_KERNEL::Exception)
592 std::ostringstream oss; oss << "MEDCouplingGaussLocalization C++ instance at " << self << "." << std::endl;
593 oss << self->getStringRepr();
600 class MEDCouplingMesh : public RefCountObject, public TimeLabel
603 void setName(const std::string& name);
604 std::string getName() const;
605 void setDescription(const std::string& descr);
606 std::string getDescription() const;
607 void setTime(double val, int iteration, int order);
608 void setTimeUnit(const std::string& unit);
609 std::string getTimeUnit() const;
610 virtual MEDCouplingMeshType getType() const throw(INTERP_KERNEL::Exception);
611 bool isStructured() const throw(INTERP_KERNEL::Exception);
612 virtual MEDCouplingMesh *deepCopy() const throw(INTERP_KERNEL::Exception);
613 virtual MEDCouplingMesh *clone(bool recDeepCpy) const throw(INTERP_KERNEL::Exception);
614 virtual bool isEqual(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
615 virtual bool isEqualWithoutConsideringStr(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
616 virtual void checkFastEquivalWith(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
617 virtual void copyTinyStringsFrom(const MEDCouplingMesh *other) throw(INTERP_KERNEL::Exception);
618 virtual void copyTinyInfoFrom(const MEDCouplingMesh *other) throw(INTERP_KERNEL::Exception);
619 virtual void checkConsistencyLight() const throw(INTERP_KERNEL::Exception);
620 virtual void checkConsistency(double eps=1e-12) const throw(INTERP_KERNEL::Exception);
621 virtual int getNumberOfCells() const throw(INTERP_KERNEL::Exception);
622 virtual int getNumberOfNodes() const throw(INTERP_KERNEL::Exception);
623 virtual int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
624 virtual int getMeshDimension() const throw(INTERP_KERNEL::Exception);
625 virtual DataArrayDouble *getCoordinatesAndOwner() const throw(INTERP_KERNEL::Exception);
626 virtual DataArrayDouble *computeCellCenterOfMass() const throw(INTERP_KERNEL::Exception);
627 virtual DataArrayDouble *computeIsoBarycenterOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
628 virtual DataArrayInt *giveCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
629 virtual DataArrayInt *computeNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
630 virtual DataArrayInt *computeNbOfFacesPerCell() const throw(INTERP_KERNEL::Exception);
631 virtual DataArrayInt *computeEffectiveNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
632 virtual MEDCouplingMesh *buildPartRange(int beginCellIds, int endCellIds, int stepCellIds) const throw(INTERP_KERNEL::Exception);
633 virtual int getNumberOfCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
634 virtual INTERP_KERNEL::NormalizedCellType getTypeOfCell(int cellId) const throw(INTERP_KERNEL::Exception);
635 virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
636 virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
637 std::string writeVTK(const std::string& fileName, bool isBinary=true) const throw(INTERP_KERNEL::Exception);
638 virtual std::string getVTKFileExtension() const;
639 std::string getVTKFileNameOf(const std::string& fileName) const;
641 virtual MEDCouplingFieldDouble *getMeasureField(bool isAbs) const throw(INTERP_KERNEL::Exception);
642 virtual MEDCouplingFieldDouble *getMeasureFieldOnNode(bool isAbs) const throw(INTERP_KERNEL::Exception);
643 virtual MEDCouplingFieldDouble *fillFromAnalytic(TypeOfField t, int nbOfComp, const std::string& func) const throw(INTERP_KERNEL::Exception);
644 virtual MEDCouplingFieldDouble *fillFromAnalyticCompo(TypeOfField t, int nbOfComp, const std::string& func) const throw(INTERP_KERNEL::Exception);
645 virtual MEDCouplingFieldDouble *fillFromAnalyticNamedCompo(TypeOfField t, int nbOfComp, const std::vector<std::string>& varsOrder, const std::string& func) const throw(INTERP_KERNEL::Exception);
646 virtual MEDCouplingFieldDouble *buildOrthogonalField() const throw(INTERP_KERNEL::Exception);
647 virtual MEDCouplingUMesh *buildUnstructured() const throw(INTERP_KERNEL::Exception);
648 virtual MEDCouplingMesh *mergeMyselfWith(const MEDCouplingMesh *other) const throw(INTERP_KERNEL::Exception);
649 virtual bool areCompatibleForMerge(const MEDCouplingMesh *other) const throw(INTERP_KERNEL::Exception);
650 virtual DataArrayInt *simplexize(int policy) throw(INTERP_KERNEL::Exception);
651 virtual void unserialization(const std::vector<double>& tinyInfoD, const std::vector<int>& tinyInfo, const DataArrayInt *a1, DataArrayDouble *a2, const std::vector<std::string>& littleStrings) throw(INTERP_KERNEL::Exception);
652 static MEDCouplingMesh *MergeMeshes(const MEDCouplingMesh *mesh1, const MEDCouplingMesh *mesh2) throw(INTERP_KERNEL::Exception);
653 static bool IsStaticGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
654 static bool IsLinearGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
655 static INTERP_KERNEL::NormalizedCellType GetCorrespondingPolyType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
656 static int GetNumberOfNodesOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
657 static int GetDimensionOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
658 static const char *GetReprOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
661 std::string __str__() const throw(INTERP_KERNEL::Exception)
663 return self->simpleRepr();
666 PyObject *getTime() throw(INTERP_KERNEL::Exception)
669 double tmp0=self->getTime(tmp1,tmp2);
670 PyObject *res = PyList_New(3);
671 PyList_SetItem(res,0,SWIG_From_double(tmp0));
672 PyList_SetItem(res,1,SWIG_From_int(tmp1));
673 PyList_SetItem(res,2,SWIG_From_int(tmp2));
677 DataArrayDouble *getDirectAccessOfCoordsArrIfInStructure() const throw(INTERP_KERNEL::Exception)
679 const DataArrayDouble *ret(self->getDirectAccessOfCoordsArrIfInStructure());
680 DataArrayDouble *ret2(const_cast<DataArrayDouble *>(ret));
686 int getCellContainingPoint(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
690 DataArrayDoubleTuple *aa;
691 std::vector<double> bb;
693 int spaceDim=self->getSpaceDimension();
694 const char msg[]="Python wrap of MEDCouplingMesh::getCellContainingPoint : ";
695 const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,1,spaceDim,true);
696 return self->getCellContainingPoint(pos,eps);
699 PyObject *getCellsContainingPoints(PyObject *p, int nbOfPoints, double eps) const throw(INTERP_KERNEL::Exception)
703 DataArrayDoubleTuple *aa;
704 std::vector<double> bb;
706 int spaceDim=self->getSpaceDimension();
707 const char msg[]="Python wrap of MEDCouplingMesh::getCellsContainingPoint : ";
708 const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,nbOfPoints,spaceDim,true);
709 MCAuto<DataArrayInt> elts,eltsIndex;
710 self->getCellsContainingPoints(pos,nbOfPoints,eps,elts,eltsIndex);
711 PyObject *ret=PyTuple_New(2);
712 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(elts.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
713 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(eltsIndex.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
717 PyObject *getCellsContainingPoints(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
719 MCAuto<DataArrayInt> elts,eltsIndex;
720 int spaceDim=self->getSpaceDimension();
722 int res1=SWIG_ConvertPtr(p,&da,SWIGTYPE_p_MEDCoupling__DataArrayDouble, 0 | 0 );
723 if (!SWIG_IsOK(res1))
726 INTERP_KERNEL::AutoCPtr<double> tmp=convertPyToNewDblArr2(p,&size);
727 int nbOfPoints=size/spaceDim;
730 throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Invalid list length ! Must be a multiple of self.getSpaceDimension() !");
732 self->getCellsContainingPoints(tmp,nbOfPoints,eps,elts,eltsIndex);
736 DataArrayDouble *da2=reinterpret_cast< DataArrayDouble * >(da);
738 throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Not null DataArrayDouble instance expected !");
739 da2->checkAllocated();
740 int size=da2->getNumberOfTuples();
741 int nbOfCompo=da2->getNumberOfComponents();
742 if(nbOfCompo!=spaceDim)
744 throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Invalid DataArrayDouble nb of components ! Expected same as self.getSpaceDimension() !");
746 self->getCellsContainingPoints(da2->getConstPointer(),size,eps,elts,eltsIndex);
748 PyObject *ret=PyTuple_New(2);
749 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(elts.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
750 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(eltsIndex.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
754 PyObject *getCellsContainingPoint(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
758 DataArrayDoubleTuple *aa;
759 std::vector<double> bb;
761 int spaceDim=self->getSpaceDimension();
762 const char msg[]="Python wrap of MEDCouplingUMesh::getCellsContainingPoint : ";
763 const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,1,spaceDim,true);
764 std::vector<int> elts;
765 self->getCellsContainingPoint(pos,eps,elts);
766 DataArrayInt *ret=DataArrayInt::New();
767 ret->alloc((int)elts.size(),1);
768 std::copy(elts.begin(),elts.end(),ret->getPointer());
769 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
772 virtual PyObject *getReverseNodalConnectivity() const throw(INTERP_KERNEL::Exception)
774 MCAuto<DataArrayInt> d0=DataArrayInt::New();
775 MCAuto<DataArrayInt> d1=DataArrayInt::New();
776 self->getReverseNodalConnectivity(d0,d1);
777 PyObject *ret=PyTuple_New(2);
778 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
779 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
783 void renumberCells(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
786 int v0; std::vector<int> v1;
787 const int *ids(convertIntStarLikePyObjToCppIntStar(li,sw,sz,v0,v1));
788 self->renumberCells(ids,check);
791 PyObject *checkGeoEquivalWith(const MEDCouplingMesh *other, int levOfCheck, double prec) const throw(INTERP_KERNEL::Exception)
793 DataArrayInt *cellCor, *nodeCor;
794 self->checkGeoEquivalWith(other,levOfCheck,prec,cellCor,nodeCor);
795 PyObject *res = PyList_New(2);
796 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(cellCor),SWIGTYPE_p_MEDCoupling__DataArrayInt, cellCor?SWIG_POINTER_OWN | 0:0 ));
797 PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(nodeCor),SWIGTYPE_p_MEDCoupling__DataArrayInt, nodeCor?SWIG_POINTER_OWN | 0:0 ));
801 PyObject *checkDeepEquivalWith(const MEDCouplingMesh *other, int cellCompPol, double prec) const throw(INTERP_KERNEL::Exception)
803 DataArrayInt *cellCor=0,*nodeCor=0;
804 self->checkDeepEquivalWith(other,cellCompPol,prec,cellCor,nodeCor);
805 PyObject *res = PyList_New(2);
806 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(cellCor),SWIGTYPE_p_MEDCoupling__DataArrayInt, cellCor?SWIG_POINTER_OWN | 0:0 ));
807 PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(nodeCor),SWIGTYPE_p_MEDCoupling__DataArrayInt, nodeCor?SWIG_POINTER_OWN | 0:0 ));
811 DataArrayInt *checkDeepEquivalOnSameNodesWith(const MEDCouplingMesh *other, int cellCompPol, double prec) const throw(INTERP_KERNEL::Exception)
813 DataArrayInt *cellCor=0;
814 self->checkDeepEquivalOnSameNodesWith(other,cellCompPol,prec,cellCor);
818 DataArrayInt *getCellIdsFullyIncludedInNodeIds(PyObject *li) const throw(INTERP_KERNEL::Exception)
821 int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_MEDCoupling__DataArrayInt, 0 | 0 );
822 if (!SWIG_IsOK(res1))
825 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
826 return self->getCellIdsFullyIncludedInNodeIds(tmp,((const int *)tmp)+size);
830 DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
832 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
833 da2->checkAllocated();
834 return self->getCellIdsFullyIncludedInNodeIds(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems());
837 PyObject *getNodeIdsOfCell(int cellId) const throw(INTERP_KERNEL::Exception)
839 std::vector<int> conn;
840 self->getNodeIdsOfCell(cellId,conn);
841 return convertIntArrToPyList2(conn);
844 PyObject *getCoordinatesOfNode(int nodeId) const throw(INTERP_KERNEL::Exception)
846 std::vector<double> coo;
847 self->getCoordinatesOfNode(nodeId,coo);
848 return convertDblArrToPyList2(coo);
851 void scale(PyObject *point, double factor) throw(INTERP_KERNEL::Exception)
855 DataArrayDoubleTuple *aa;
856 std::vector<double> bb;
858 int spaceDim=self->getSpaceDimension();
859 const char msg[]="Python wrap of MEDCouplingPointSet::scale : ";
860 const double *pointPtr=convertObjToPossibleCpp5_Safe(point,sw,val,a,aa,bb,msg,1,spaceDim,true);
861 self->scale(pointPtr,factor);
864 PyObject *getBoundingBox() const throw(INTERP_KERNEL::Exception)
866 int spaceDim=self->getSpaceDimension();
867 INTERP_KERNEL::AutoPtr<double> tmp=new double[2*spaceDim];
868 self->getBoundingBox(tmp);
869 PyObject *ret=convertDblArrToPyListOfTuple<double>(tmp,2,spaceDim);
873 PyObject *isEqualIfNotWhy(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception)
876 bool ret0=self->isEqualIfNotWhy(other,prec,ret1);
877 PyObject *ret=PyTuple_New(2);
878 PyObject *ret0Py=ret0?Py_True:Py_False;
880 PyTuple_SetItem(ret,0,ret0Py);
881 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
885 PyObject *buildPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
887 int szArr,sw,iTypppArr;
888 std::vector<int> stdvecTyyppArr;
889 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
890 MEDCouplingMesh *ret=self->buildPart(tmp,tmp+szArr);
891 if(sw==3)//DataArrayInt
893 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
894 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
895 std::string name=argpt->getName();
897 ret->setName(name.c_str());
899 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
902 PyObject *buildPartAndReduceNodes(PyObject *li) const throw(INTERP_KERNEL::Exception)
904 int szArr,sw,iTypppArr;
905 std::vector<int> stdvecTyyppArr;
907 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
908 MEDCouplingMesh *ret=self->buildPartAndReduceNodes(tmp,tmp+szArr,arr);
909 if(sw==3)//DataArrayInt
911 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
912 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
913 std::string name=argpt->getName();
915 ret->setName(name.c_str());
918 PyObject *res = PyList_New(2);
919 PyObject *obj0=convertMesh(ret, SWIG_POINTER_OWN | 0 );
920 PyObject *obj1=SWIG_NewPointerObj(SWIG_as_voidptr(arr),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
921 PyList_SetItem(res,0,obj0);
922 PyList_SetItem(res,1,obj1);
926 PyObject *buildPartRangeAndReduceNodes(int beginCellIds, int endCellIds, int stepCellIds) const throw(INTERP_KERNEL::Exception)
930 MEDCouplingMesh *ret=self->buildPartRangeAndReduceNodes(beginCellIds,endCellIds,stepCellIds,a,b,c,arr);
931 PyObject *res = PyTuple_New(2);
932 PyObject *obj0=convertMesh(ret, SWIG_POINTER_OWN | 0 );
935 obj1=SWIG_NewPointerObj(SWIG_as_voidptr(arr),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
937 obj1=PySlice_New(PyInt_FromLong(a),PyInt_FromLong(b),PyInt_FromLong(b));
938 PyTuple_SetItem(res,0,obj0);
939 PyTuple_SetItem(res,1,obj1);
943 PyObject *getDistributionOfTypes() const throw(INTERP_KERNEL::Exception)
945 std::vector<int> vals=self->getDistributionOfTypes();
947 throw INTERP_KERNEL::Exception("Internal Error detected in wrap python ! code returned by MEDCouplingMesh::getDistributionOfTypes is not so that %3==0 !");
948 PyObject *ret=PyList_New((int)vals.size()/3);
949 for(int j=0;j<(int)vals.size()/3;j++)
951 PyObject *ret1=PyList_New(3);
952 PyList_SetItem(ret1,0,SWIG_From_int(vals[3*j]));
953 PyList_SetItem(ret1,1,SWIG_From_int(vals[3*j+1]));
954 PyList_SetItem(ret1,2,SWIG_From_int(vals[3*j+2]));
955 PyList_SetItem(ret,j,ret1);
960 DataArrayInt *checkTypeConsistencyAndContig(PyObject *li, PyObject *li2) const throw(INTERP_KERNEL::Exception)
962 std::vector<int> code;
963 std::vector<const DataArrayInt *> idsPerType;
964 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayInt *>(li2,SWIGTYPE_p_MEDCoupling__DataArrayInt,"DataArrayInt",idsPerType);
965 convertPyToNewIntArr4(li,1,3,code);
966 return self->checkTypeConsistencyAndContig(code,idsPerType);
969 PyObject *splitProfilePerType(const DataArrayInt *profile) const throw(INTERP_KERNEL::Exception)
971 std::vector<int> code;
972 std::vector<DataArrayInt *> idsInPflPerType;
973 std::vector<DataArrayInt *> idsPerType;
974 self->splitProfilePerType(profile,code,idsInPflPerType,idsPerType);
975 PyObject *ret=PyTuple_New(3);
978 throw INTERP_KERNEL::Exception("Internal Error detected in wrap python ! code returned by MEDCouplingMesh::splitProfilePerType is not so that %3==0 !");
979 PyObject *ret0=PyList_New((int)code.size()/3);
980 for(int j=0;j<(int)code.size()/3;j++)
982 PyObject *ret00=PyList_New(3);
983 PyList_SetItem(ret00,0,SWIG_From_int(code[3*j]));
984 PyList_SetItem(ret00,1,SWIG_From_int(code[3*j+1]));
985 PyList_SetItem(ret00,2,SWIG_From_int(code[3*j+2]));
986 PyList_SetItem(ret0,j,ret00);
988 PyTuple_SetItem(ret,0,ret0);
990 PyObject *ret1=PyList_New(idsInPflPerType.size());
991 for(std::size_t j=0;j<idsInPflPerType.size();j++)
992 PyList_SetItem(ret1,j,SWIG_NewPointerObj(SWIG_as_voidptr(idsInPflPerType[j]),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
993 PyTuple_SetItem(ret,1,ret1);
994 int n=idsPerType.size();
995 PyObject *ret2=PyList_New(n);
997 PyList_SetItem(ret2,i,SWIG_NewPointerObj(SWIG_as_voidptr(idsPerType[i]),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
998 PyTuple_SetItem(ret,2,ret2);
1002 void translate(PyObject *vector) throw(INTERP_KERNEL::Exception)
1006 DataArrayDoubleTuple *aa;
1007 std::vector<double> bb;
1009 int spaceDim=self->getSpaceDimension();
1010 const char msg[]="Python wrap of MEDCouplingPointSet::translate : ";
1011 const double *vectorPtr=convertObjToPossibleCpp5_Safe(vector,sw,val,a,aa,bb,msg,1,spaceDim,true);
1012 self->translate(vectorPtr);
1015 void rotate(PyObject *center, double alpha) throw(INTERP_KERNEL::Exception)
1017 const char msg[]="Python wrap of MEDCouplingPointSet::rotate : ";
1020 DataArrayDoubleTuple *aa;
1021 std::vector<double> bb;
1023 int spaceDim=self->getSpaceDimension();
1024 const double *centerPtr=convertObjToPossibleCpp5_Safe(center,sw,val,a,aa,bb,msg,1,spaceDim,true);
1025 self->rotate(centerPtr,0,alpha);
1028 void rotate(PyObject *center, PyObject *vector, double alpha) throw(INTERP_KERNEL::Exception)
1030 const char msg[]="Python wrap of MEDCouplingPointSet::rotate : ";
1032 DataArrayDouble *a,*a2;
1033 DataArrayDoubleTuple *aa,*aa2;
1034 std::vector<double> bb,bb2;
1036 int spaceDim=self->getSpaceDimension();
1037 const double *centerPtr=convertObjToPossibleCpp5_Safe(center,sw,val,a,aa,bb,msg,1,spaceDim,true);
1038 const double *vectorPtr=convertObjToPossibleCpp5_Safe(vector,sw,val2,a2,aa2,bb2,msg,1,spaceDim,false);//vectorPtr can be null in case of space dim 2
1039 self->rotate(centerPtr,vectorPtr,alpha);
1042 PyObject *getAllGeoTypes() const throw(INTERP_KERNEL::Exception)
1044 std::set<INTERP_KERNEL::NormalizedCellType> result=self->getAllGeoTypes();
1045 std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
1046 PyObject *res=PyList_New(result.size());
1047 for(int i=0;iL!=result.end(); i++, iL++)
1048 PyList_SetItem(res,i,PyInt_FromLong(*iL));
1052 virtual PyObject *getTinySerializationInformation() const throw(INTERP_KERNEL::Exception)
1054 std::vector<double> a0;
1055 std::vector<int> a1;
1056 std::vector<std::string> a2;
1057 self->getTinySerializationInformation(a0,a1,a2);
1058 PyObject *ret(PyTuple_New(3));
1059 PyTuple_SetItem(ret,0,convertDblArrToPyList2(a0));
1060 PyTuple_SetItem(ret,1,convertIntArrToPyList2(a1));
1062 PyObject *ret2(PyList_New(sz));
1064 for(int i=0;i<sz;i++)
1065 PyList_SetItem(ret2,i,PyString_FromString(a2[i].c_str()));
1067 PyTuple_SetItem(ret,2,ret2);
1071 virtual PyObject *serialize() const throw(INTERP_KERNEL::Exception)
1073 DataArrayInt *a0Tmp(0);
1074 DataArrayDouble *a1Tmp(0);
1075 self->serialize(a0Tmp,a1Tmp);
1076 PyObject *ret(PyTuple_New(2));
1077 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(a0Tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1078 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(a1Tmp),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
1082 void resizeForUnserialization(const std::vector<int>& tinyInfo, DataArrayInt *a1, DataArrayDouble *a2) const throw(INTERP_KERNEL::Exception)
1084 std::vector<std::string> littleStrings;
1085 self->resizeForUnserialization(tinyInfo,a1,a2,littleStrings);
1088 PyObject *__getstate__() const throw(INTERP_KERNEL::Exception)
1090 PyObject *ret0(MEDCoupling_MEDCouplingMesh_getTinySerializationInformation(self));
1091 PyObject *ret1(MEDCoupling_MEDCouplingMesh_serialize(self));
1092 PyObject *ret(PyTuple_New(2));
1093 PyTuple_SetItem(ret,0,ret0);
1094 PyTuple_SetItem(ret,1,ret1);
1098 void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
1100 static const char MSG[]="MEDCouplingMesh.__setstate__ : expected input is a tuple of size 2 !";
1101 if(!PyTuple_Check(inp))
1102 throw INTERP_KERNEL::Exception(MSG);
1103 int sz(PyTuple_Size(inp));
1105 throw INTERP_KERNEL::Exception(MSG);
1106 PyObject *elt0(PyTuple_GetItem(inp,0));
1107 PyObject *elt1(PyTuple_GetItem(inp,1));
1108 std::vector<double> a0;
1109 std::vector<int> a1;
1110 std::vector<std::string> a2;
1111 DataArrayInt *b0(0);
1112 DataArrayDouble *b1(0);
1114 if(!PyTuple_Check(elt0) && PyTuple_Size(elt0)!=3)
1115 throw INTERP_KERNEL::Exception(MSG);
1116 PyObject *a0py(PyTuple_GetItem(elt0,0)),*a1py(PyTuple_GetItem(elt0,1)),*a2py(PyTuple_GetItem(elt0,2));
1118 fillArrayWithPyListDbl3(a0py,tmp,a0);
1119 convertPyToNewIntArr3(a1py,a1);
1120 fillStringVector(a2py,a2);
1123 if(!PyTuple_Check(elt1) && PyTuple_Size(elt1)!=2)
1124 throw INTERP_KERNEL::Exception(MSG);
1125 PyObject *b0py(PyTuple_GetItem(elt1,0)),*b1py(PyTuple_GetItem(elt1,1));
1127 int status(SWIG_ConvertPtr(b0py,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0));
1128 if(!SWIG_IsOK(status))
1129 throw INTERP_KERNEL::Exception(MSG);
1130 b0=reinterpret_cast<DataArrayInt *>(argp);
1131 status=SWIG_ConvertPtr(b1py,&argp,SWIGTYPE_p_MEDCoupling__DataArrayDouble,0|0);
1132 if(!SWIG_IsOK(status))
1133 throw INTERP_KERNEL::Exception(MSG);
1134 b1=reinterpret_cast<DataArrayDouble *>(argp);
1136 // useless here to call resizeForUnserialization because arrays are well resized.
1137 self->unserialization(a0,a1,b0,b1,a2);
1140 static MEDCouplingMesh *MergeMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
1142 std::vector<const MEDCoupling::MEDCouplingMesh *> tmp;
1143 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingMesh,"MEDCouplingMesh",tmp);
1144 return MEDCouplingMesh::MergeMeshes(tmp);
1150 //== MEDCouplingMesh End
1152 %include "NormalizedGeometricTypes"
1153 %include "MEDCouplingNatureOfFieldEnum"
1155 namespace MEDCoupling
1157 class MEDCouplingNatureOfField
1160 static const char *GetRepr(NatureOfField nat) throw(INTERP_KERNEL::Exception);
1161 static std::string GetReprNoThrow(NatureOfField nat);
1162 static std::string GetAllPossibilitiesStr();
1166 // the MEDCouplingTimeDiscretization classes are not swigged : in case the file can help
1167 // include "MEDCouplingTimeDiscretization.i"
1169 namespace MEDCoupling
1171 class MEDCouplingGaussLocalization
1174 MEDCouplingGaussLocalization(INTERP_KERNEL::NormalizedCellType type, const std::vector<double>& refCoo,
1175 const std::vector<double>& gsCoo, const std::vector<double>& w) throw(INTERP_KERNEL::Exception);
1176 MEDCouplingGaussLocalization(INTERP_KERNEL::NormalizedCellType typ) throw(INTERP_KERNEL::Exception);
1177 INTERP_KERNEL::NormalizedCellType getType() const throw(INTERP_KERNEL::Exception);
1178 void setType(INTERP_KERNEL::NormalizedCellType typ) throw(INTERP_KERNEL::Exception);
1179 int getNumberOfGaussPt() const throw(INTERP_KERNEL::Exception);
1180 int getDimension() const throw(INTERP_KERNEL::Exception);
1181 int getNumberOfPtsInRefCell() const throw(INTERP_KERNEL::Exception);
1182 std::string getStringRepr() const throw(INTERP_KERNEL::Exception);
1183 void checkConsistencyLight() const throw(INTERP_KERNEL::Exception);
1184 bool isEqual(const MEDCouplingGaussLocalization& other, double eps) const throw(INTERP_KERNEL::Exception);
1186 const std::vector<double>& getRefCoords() const throw(INTERP_KERNEL::Exception);
1187 double getRefCoord(int ptIdInCell, int comp) const throw(INTERP_KERNEL::Exception);
1188 const std::vector<double>& getGaussCoords() const throw(INTERP_KERNEL::Exception);
1189 double getGaussCoord(int gaussPtIdInCell, int comp) const throw(INTERP_KERNEL::Exception);
1190 const std::vector<double>& getWeights() const throw(INTERP_KERNEL::Exception);
1191 double getWeight(int gaussPtIdInCell, double newVal) const throw(INTERP_KERNEL::Exception);
1192 void setRefCoord(int ptIdInCell, int comp, double newVal) throw(INTERP_KERNEL::Exception);
1193 void setGaussCoord(int gaussPtIdInCell, int comp, double newVal) throw(INTERP_KERNEL::Exception);
1194 void setWeight(int gaussPtIdInCell, double newVal) throw(INTERP_KERNEL::Exception);
1195 void setRefCoords(const std::vector<double>& refCoo) throw(INTERP_KERNEL::Exception);
1196 void setGaussCoords(const std::vector<double>& gsCoo) throw(INTERP_KERNEL::Exception);
1197 void setWeights(const std::vector<double>& w) throw(INTERP_KERNEL::Exception);
1199 static bool AreAlmostEqual(const std::vector<double>& v1, const std::vector<double>& v2, double eps);
1203 DataArrayDouble *localizePtsInRefCooForEachCell(const DataArrayDouble *ptsInRefCoo, const MEDCouplingUMesh *mesh) const throw(INTERP_KERNEL::Exception)
1205 MCAuto<DataArrayDouble> ret(self->localizePtsInRefCooForEachCell(ptsInRefCoo,mesh));
1209 MEDCouplingUMesh *buildRefCell() const throw(INTERP_KERNEL::Exception)
1211 MCAuto<MEDCouplingUMesh> ret(self->buildRefCell());
1217 class MEDCouplingSkyLineArray
1220 static MEDCouplingSkyLineArray *BuildFromPolyhedronConn( const DataArrayInt* c, const DataArrayInt* cI ) throw(INTERP_KERNEL::Exception);
1222 void set( DataArrayInt* index, DataArrayInt* value );
1223 void set3( DataArrayInt* superIndex, DataArrayInt* index, DataArrayInt* value );
1225 int getSuperNumberOf() const;
1226 int getNumberOf() const;
1227 int getLength() const;
1229 void deletePack(const int i, const int j) throw(INTERP_KERNEL::Exception);
1233 MEDCouplingSkyLineArray() throw(INTERP_KERNEL::Exception)
1235 return MEDCouplingSkyLineArray::New();
1238 MEDCouplingSkyLineArray( const std::vector<int>& index, const std::vector<int>& value) throw(INTERP_KERNEL::Exception)
1240 return MEDCouplingSkyLineArray::New(index, value);
1243 MEDCouplingSkyLineArray( DataArrayInt* index, DataArrayInt* value ) throw(INTERP_KERNEL::Exception)
1245 return MEDCouplingSkyLineArray::New(index, value);
1248 MEDCouplingSkyLineArray( const MEDCouplingSkyLineArray & other ) throw(INTERP_KERNEL::Exception)
1250 return MEDCouplingSkyLineArray::New(other);
1253 std::string __str__() const throw(INTERP_KERNEL::Exception)
1255 return self->simpleRepr();
1258 DataArrayInt *getSuperIndexArray() const
1260 DataArrayInt *ret(self->getSuperIndexArray());
1266 DataArrayInt *getIndexArray() const
1268 DataArrayInt *ret(self->getIndexArray());
1274 DataArrayInt *getValuesArray() const
1276 DataArrayInt *ret(self->getValuesArray());
1282 PyObject *getSimplePackSafe(int absolutePackId) const throw(INTERP_KERNEL::Exception)
1284 std::vector<int> ret;
1285 self->getSimplePackSafe(absolutePackId,ret);
1286 return convertIntArrToPyList2(ret);
1289 PyObject *findPackIds(PyObject *superPackIndices, PyObject *pack) const throw(INTERP_KERNEL::Exception)
1291 std::vector<int> vpack, vspIdx, out;
1293 convertPyToNewIntArr3(superPackIndices,vspIdx);
1294 convertPyToNewIntArr3(pack,vpack);
1296 self->findPackIds(vspIdx, vpack.data(), vpack.data()+vpack.size(), out);
1297 return convertIntArrToPyList2(out);
1300 void pushBackPack(const int i, PyObject *pack) throw(INTERP_KERNEL::Exception)
1302 std::vector<int> vpack;
1303 convertPyToNewIntArr3(pack,vpack);
1304 self->pushBackPack(i,vpack.data(), vpack.data()+vpack.size());
1307 void replaceSimplePack(const int idx, PyObject *pack) throw(INTERP_KERNEL::Exception)
1309 std::vector<int> vpack;
1310 convertPyToNewIntArr3(pack,vpack);
1311 self->replaceSimplePack(idx, vpack.data(), vpack.data()+vpack.size());
1314 void replacePack(const int superIdx, const int idx, PyObject *pack) throw(INTERP_KERNEL::Exception)
1316 std::vector<int> vpack;
1317 convertPyToNewIntArr3(pack,vpack);
1318 self->replacePack(superIdx, idx, vpack.data(), vpack.data()+vpack.size());
1321 PyObject *convertToPolyhedronConn() const throw(INTERP_KERNEL::Exception)
1323 MCAuto<DataArrayInt> d0=DataArrayInt::New();
1324 MCAuto<DataArrayInt> d1=DataArrayInt::New();
1325 self->convertToPolyhedronConn(d0,d1);
1326 PyObject *ret=PyTuple_New(2);
1327 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1328 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1335 %include "MEDCouplingFieldDiscretization.i"
1337 //== MEDCouplingPointSet
1339 namespace MEDCoupling
1341 class MEDCouplingPointSet : public MEDCoupling::MEDCouplingMesh
1344 void setCoords(const DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
1345 DataArrayDouble *getCoordinatesAndOwner() const throw(INTERP_KERNEL::Exception);
1346 bool areCoordsEqual(const MEDCouplingPointSet& other, double prec) const throw(INTERP_KERNEL::Exception);
1347 void zipCoords() throw(INTERP_KERNEL::Exception);
1348 double getCaracteristicDimension() const throw(INTERP_KERNEL::Exception);
1349 void recenterForMaxPrecision(double eps) throw(INTERP_KERNEL::Exception);
1350 void changeSpaceDimension(int newSpaceDim, double dftVal=0.) throw(INTERP_KERNEL::Exception);
1351 void tryToShareSameCoords(const MEDCouplingPointSet& other, double epsilon) throw(INTERP_KERNEL::Exception);
1352 virtual void shallowCopyConnectivityFrom(const MEDCouplingPointSet *other) throw(INTERP_KERNEL::Exception);
1353 virtual MEDCouplingPointSet *buildPartOfMySelfSlice(int start, int end, int step) const throw(INTERP_KERNEL::Exception);
1354 virtual void tryToShareSameCoordsPermute(const MEDCouplingPointSet& other, double epsilon) throw(INTERP_KERNEL::Exception);
1355 static DataArrayDouble *MergeNodesArray(const MEDCouplingPointSet *m1, const MEDCouplingPointSet *m2) throw(INTERP_KERNEL::Exception);
1356 static MEDCouplingPointSet *BuildInstanceFromMeshType(MEDCouplingMeshType type) throw(INTERP_KERNEL::Exception);
1357 static DataArrayInt *ComputeNbOfInteractionsWithSrcCells(const MEDCouplingPointSet *srcMesh, const MEDCouplingPointSet *trgMesh, double eps) throw(INTERP_KERNEL::Exception);
1358 virtual DataArrayInt *computeFetchedNodeIds() const throw(INTERP_KERNEL::Exception);
1359 virtual int getNumberOfNodesInCell(int cellId) const throw(INTERP_KERNEL::Exception);
1360 virtual MEDCouplingPointSet *buildBoundaryMesh(bool keepCoords) const throw(INTERP_KERNEL::Exception);
1361 virtual DataArrayInt *getCellsInBoundingBox(const INTERP_KERNEL::DirectedBoundingBox& bbox, double eps) throw(INTERP_KERNEL::Exception);
1362 virtual DataArrayInt *zipCoordsTraducer() throw(INTERP_KERNEL::Exception);
1363 virtual DataArrayInt *findBoundaryNodes() const;
1364 virtual DataArrayInt *zipConnectivityTraducer(int compType, int startCellId=0) throw(INTERP_KERNEL::Exception);
1365 virtual MEDCouplingPointSet *mergeMyselfWithOnSameCoords(const MEDCouplingPointSet *other) const throw(INTERP_KERNEL::Exception);
1366 virtual void checkFullyDefined() const throw(INTERP_KERNEL::Exception);
1367 virtual bool isEmptyMesh(const std::vector<int>& tinyInfo) const throw(INTERP_KERNEL::Exception);
1368 virtual MEDCouplingPointSet *deepCopyConnectivityOnly() const throw(INTERP_KERNEL::Exception);
1369 virtual DataArrayDouble *getBoundingBoxForBBTree(double arcDetEps=1e-12) const throw(INTERP_KERNEL::Exception);
1370 virtual void renumberNodesWithOffsetInConn(int offset) throw(INTERP_KERNEL::Exception);
1371 virtual bool areAllNodesFetched() const throw(INTERP_KERNEL::Exception);
1372 virtual MEDCouplingFieldDouble *computeDiameterField() const throw(INTERP_KERNEL::Exception);
1373 virtual void invertOrientationOfAllCells() throw(INTERP_KERNEL::Exception);
1376 std::string __str__() const throw(INTERP_KERNEL::Exception)
1378 return self->simpleRepr();
1381 PyObject *buildNewNumberingFromCommonNodesFormat(const DataArrayInt *comm, const DataArrayInt *commIndex) const throw(INTERP_KERNEL::Exception)
1384 DataArrayInt *ret0=self->buildNewNumberingFromCommonNodesFormat(comm,commIndex,newNbOfNodes);
1385 PyObject *res = PyList_New(2);
1386 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1387 PyList_SetItem(res,1,SWIG_From_int(newNbOfNodes));
1391 PyObject *findCommonNodes(double prec, int limitTupleId=-1) const throw(INTERP_KERNEL::Exception)
1393 DataArrayInt *comm, *commIndex;
1394 self->findCommonNodes(prec,limitTupleId,comm,commIndex);
1395 PyObject *res = PyList_New(2);
1396 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(comm),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1397 PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(commIndex),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1401 PyObject *getCoords() throw(INTERP_KERNEL::Exception)
1403 DataArrayDouble *ret1=self->getCoords();
1406 return SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_MEDCoupling__DataArrayDouble,SWIG_POINTER_OWN | 0);
1409 PyObject *buildPartOfMySelf(PyObject *li, bool keepCoords=true) const throw(INTERP_KERNEL::Exception)
1411 int szArr,sw,iTypppArr;
1412 std::vector<int> stdvecTyyppArr;
1413 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1414 MEDCouplingPointSet *ret=self->buildPartOfMySelf(tmp,tmp+szArr,keepCoords);
1415 if(sw==3)//DataArrayInt
1417 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
1418 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
1419 std::string name=argpt->getName();
1421 ret->setName(name.c_str());
1423 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1426 PyObject *buildPartOfMySelfNode(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1428 int szArr,sw,iTypppArr;
1429 std::vector<int> stdvecTyyppArr;
1430 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1431 MEDCouplingPointSet *ret=self->buildPartOfMySelfNode(tmp,tmp+szArr,fullyIn);
1432 if(sw==3)//DataArrayInt
1434 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
1435 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
1436 std::string name=argpt->getName();
1438 ret->setName(name.c_str());
1440 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1443 virtual PyObject *buildPartOfMySelfKeepCoords(PyObject *li) const throw(INTERP_KERNEL::Exception)
1445 int szArr,sw,iTypppArr;
1446 std::vector<int> stdvecTyyppArr;
1447 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1448 MEDCouplingPointSet *ret=self->buildPartOfMySelfKeepCoords(tmp,tmp+szArr);
1449 if(sw==3)//DataArrayInt
1451 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
1452 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
1453 std::string name=argpt->getName();
1455 ret->setName(name.c_str());
1457 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1460 virtual PyObject *buildPartOfMySelfKeepCoordsSlice(int start, int end, int step) const throw(INTERP_KERNEL::Exception)
1462 MEDCouplingPointSet *ret=self->buildPartOfMySelfKeepCoordsSlice(start,end,step);
1463 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1466 PyObject *buildFacePartOfMySelfNode(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1468 int szArr,sw,iTypppArr;
1469 std::vector<int> stdvecTyyppArr;
1470 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1471 MEDCouplingPointSet *ret=self->buildFacePartOfMySelfNode(tmp,tmp+szArr,fullyIn);
1472 if(sw==3)//DataArrayInt
1474 void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__DataArrayInt,0|0);
1475 DataArrayInt *argpt=reinterpret_cast< MEDCoupling::DataArrayInt * >(argp);
1476 std::string name=argpt->getName();
1478 ret->setName(name.c_str());
1480 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1483 void renumberNodes(PyObject *li, int newNbOfNodes) throw(INTERP_KERNEL::Exception)
1485 int szArr,sw,iTypppArr;
1486 std::vector<int> stdvecTyyppArr;
1487 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1488 self->renumberNodes(tmp,newNbOfNodes);
1491 void renumberNodesCenter(PyObject *li, int newNbOfNodes) throw(INTERP_KERNEL::Exception)
1493 int szArr,sw,iTypppArr;
1494 std::vector<int> stdvecTyyppArr;
1495 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1496 self->renumberNodesCenter(tmp,newNbOfNodes);
1499 PyObject *findNodesOnLine(PyObject *pt, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
1501 int spaceDim=self->getSpaceDimension();
1503 DataArrayDouble *a,*a2;
1504 DataArrayDoubleTuple *aa,*aa2;
1505 std::vector<double> bb,bb2;
1507 const char msg[]="Python wrap of MEDCouplingPointSet::findNodesOnLine : 1st paramater for point.";
1508 const char msg2[]="Python wrap of MEDCouplingPointSet::findNodesOnLine : 2nd paramater for vector.";
1509 const double *p=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1510 const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
1511 std::vector<int> nodes;
1512 self->findNodesOnLine(p,v,eps,nodes);
1513 DataArrayInt *ret=DataArrayInt::New();
1514 ret->alloc((int)nodes.size(),1);
1515 std::copy(nodes.begin(),nodes.end(),ret->getPointer());
1516 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1518 PyObject *findNodesOnPlane(PyObject *pt, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
1520 int spaceDim=self->getSpaceDimension();
1522 DataArrayDouble *a,*a2;
1523 DataArrayDoubleTuple *aa,*aa2;
1524 std::vector<double> bb,bb2;
1526 const char msg[]="Python wrap of MEDCouplingPointSet::findNodesOnPlane : 1st paramater for point.";
1527 const char msg2[]="Python wrap of MEDCouplingPointSet::findNodesOnPlane : 2nd paramater for vector.";
1528 const double *p=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1529 const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
1530 std::vector<int> nodes;
1531 self->findNodesOnPlane(p,v,eps,nodes);
1532 DataArrayInt *ret=DataArrayInt::New();
1533 ret->alloc((int)nodes.size(),1);
1534 std::copy(nodes.begin(),nodes.end(),ret->getPointer());
1535 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1538 PyObject *getNodeIdsNearPoint(PyObject *pt, double eps) const throw(INTERP_KERNEL::Exception)
1542 DataArrayDoubleTuple *aa;
1543 std::vector<double> bb;
1545 int spaceDim=self->getSpaceDimension();
1546 const char msg[]="Python wrap of MEDCouplingPointSet::getNodeIdsNearPoint : ";
1547 const double *pos=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1548 DataArrayInt *ret=self->getNodeIdsNearPoint(pos,eps);
1549 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1552 PyObject *getNodeIdsNearPoints(PyObject *pt, int nbOfPoints, double eps) const throw(INTERP_KERNEL::Exception)
1554 DataArrayInt *c=0,*cI=0;
1558 DataArrayDoubleTuple *aa;
1559 std::vector<double> bb;
1561 int spaceDim=self->getSpaceDimension();
1562 const char msg[]="Python wrap of MEDCouplingPointSet::getNodeIdsNearPoints : ";
1563 const double *pos=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,nbOfPoints,spaceDim,true);
1564 self->getNodeIdsNearPoints(pos,nbOfPoints,eps,c,cI);
1565 PyObject *ret=PyTuple_New(2);
1566 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(c),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1567 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cI),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1571 PyObject *getNodeIdsNearPoints(PyObject *pt, double eps) const throw(INTERP_KERNEL::Exception)
1573 DataArrayInt *c=0,*cI=0;
1574 int spaceDim=self->getSpaceDimension();
1577 DataArrayDoubleTuple *aa;
1578 std::vector<double> bb;
1581 const double *ptPtr=convertObjToPossibleCpp5_Safe2(pt,sw,val,a,aa,bb,"Python wrap of MEDCouplingUMesh::getNodeIdsNearPoints",spaceDim,true,nbOfTuples);
1582 self->getNodeIdsNearPoints(ptPtr,nbOfTuples,eps,c,cI);
1584 PyObject *ret=PyTuple_New(2);
1585 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(c),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1586 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cI),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1590 PyObject *getCellsInBoundingBox(PyObject *bbox, double eps) const throw(INTERP_KERNEL::Exception)
1594 DataArrayDoubleTuple *aa;
1595 std::vector<double> bb;
1597 int spaceDim=self->getSpaceDimension();
1598 const char msg[]="Python wrap of MEDCouplingPointSet::getCellsInBoundingBox : ";
1599 const double *tmp=convertObjToPossibleCpp5_Safe(bbox,sw,val,a,aa,bb,msg,spaceDim,2,true);
1601 DataArrayInt *elems=self->getCellsInBoundingBox(tmp,eps);
1602 return SWIG_NewPointerObj(SWIG_as_voidptr(elems),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1605 void duplicateNodesInCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
1609 std::vector<int> multiVal;
1610 std::pair<int, std::pair<int,int> > slic;
1611 MEDCoupling::DataArrayInt *daIntTyypp=0;
1612 convertIntStarOrSliceLikePyObjToCpp(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
1616 return self->duplicateNodesInCoords(&singleVal,&singleVal+1);
1618 return self->duplicateNodesInCoords(&multiVal[0],&multiVal[0]+multiVal.size());
1620 return self->duplicateNodesInCoords(daIntTyypp->begin(),daIntTyypp->end());
1622 throw INTERP_KERNEL::Exception("MEDCouplingPointSet::duplicateNodesInCoords : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
1626 virtual PyObject *findCommonCells(int compType, int startCellId=0) const throw(INTERP_KERNEL::Exception)
1628 DataArrayInt *v0=0,*v1=0;
1629 self->findCommonCells(compType,startCellId,v0,v1);
1630 PyObject *res = PyList_New(2);
1631 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(v0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1632 PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(v1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1637 virtual void renumberNodesInConn(PyObject *li) throw(INTERP_KERNEL::Exception)
1640 int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_MEDCoupling__DataArrayInt, 0 | 0 );
1641 if (!SWIG_IsOK(res1))
1644 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
1645 self->renumberNodesInConn(tmp);
1649 DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
1651 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
1652 da2->checkAllocated();
1653 self->renumberNodesInConn(da2->getConstPointer());
1657 virtual PyObject *getNodeIdsInUse() const throw(INTERP_KERNEL::Exception)
1660 DataArrayInt *ret0=self->getNodeIdsInUse(ret1);
1661 PyObject *ret=PyTuple_New(2);
1662 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1663 PyTuple_SetItem(ret,1,PyInt_FromLong(ret1));
1667 virtual DataArrayInt *fillCellIdsToKeepFromNodeIds(PyObject *li, bool fullyIn) const
1669 DataArrayInt *ret=0;
1671 int szArr,sw,iTypppArr;
1672 std::vector<int> stdvecTyyppArr;
1673 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1674 self->fillCellIdsToKeepFromNodeIds(tmp,tmp+szArr,fullyIn,ret);
1678 virtual PyObject *mergeNodes(double precision) throw(INTERP_KERNEL::Exception)
1682 DataArrayInt *ret0=self->mergeNodes(precision,ret1,ret2);
1683 PyObject *res = PyList_New(3);
1684 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1685 PyList_SetItem(res,1,SWIG_From_bool(ret1));
1686 PyList_SetItem(res,2,SWIG_From_int(ret2));
1690 virtual PyObject *mergeNodesCenter(double precision) throw(INTERP_KERNEL::Exception)
1694 DataArrayInt *ret0=self->mergeNodesCenter(precision,ret1,ret2);
1695 PyObject *res = PyList_New(3);
1696 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1697 PyList_SetItem(res,1,SWIG_From_bool(ret1));
1698 PyList_SetItem(res,2,SWIG_From_int(ret2));
1702 DataArrayInt *getCellIdsLyingOnNodes(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1705 int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_MEDCoupling__DataArrayInt, 0 | 0 );
1706 if (!SWIG_IsOK(res1))
1709 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
1710 return self->getCellIdsLyingOnNodes(tmp,((const int *)tmp)+size,fullyIn);
1714 DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
1716 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
1717 da2->checkAllocated();
1718 return self->getCellIdsLyingOnNodes(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),fullyIn);
1722 MEDCouplingPointSet *__getitem__(PyObject *listOrDataArrI) throw(INTERP_KERNEL::Exception)
1726 std::vector<int> multiVal;
1727 std::pair<int, std::pair<int,int> > slic;
1728 MEDCoupling::DataArrayInt *daIntTyypp=0;
1729 int nbc=self->getNumberOfCells();
1730 convertIntStarOrSliceLikePyObjToCpp(listOrDataArrI,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
1737 std::ostringstream oss;
1738 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1739 throw INTERP_KERNEL::Exception(oss.str().c_str());
1742 return self->buildPartOfMySelf(&singleVal,&singleVal+1,true);
1747 int tmp=nbc+singleVal;
1748 return self->buildPartOfMySelf(&tmp,&tmp+1,true);
1752 std::ostringstream oss;
1753 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1754 throw INTERP_KERNEL::Exception(oss.str().c_str());
1760 return static_cast<MEDCouplingPointSet *>(self->buildPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),true));
1764 return self->buildPartOfMySelfSlice(slic.first,slic.second.first,slic.second.second,true);
1769 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__getitem__ : null instance has been given in input !");
1770 daIntTyypp->checkAllocated();
1771 return self->buildPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),true);
1774 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__getitem__ : unrecognized type in input ! Possibilities are : int, list or tuple of int DataArrayInt instance !");
1778 static void Rotate2DAlg(PyObject *center, double angle, int nbNodes, PyObject *coords) throw(INTERP_KERNEL::Exception)
1781 INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1782 INTERP_KERNEL::AutoCPtr<double> coo=convertPyToNewDblArr2(coords,&sz);
1783 MEDCoupling::DataArrayDouble::Rotate2DAlg(c,angle,nbNodes,coo,coo);
1784 for(int i=0;i<sz;i++)
1785 PyList_SetItem(coords,i,PyFloat_FromDouble(coo[i]));
1788 static void Rotate2DAlg(PyObject *center, double angle, PyObject *coords) throw(INTERP_KERNEL::Exception)
1791 INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1793 double val0; MEDCoupling::DataArrayDouble *val1=0; MEDCoupling::DataArrayDoubleTuple *val2=0;
1794 std::vector<double> val3;
1795 const double *coo=convertObjToPossibleCpp5_Safe2(coords,sw,val0,val1,val2,val3,
1796 "Rotate2DAlg",2,true,nbNodes);
1798 throw INTERP_KERNEL::Exception("Invalid call to MEDCouplingPointSet::Rotate2DAlg : try another overload method !");
1799 MEDCoupling::DataArrayDouble::Rotate2DAlg(c,angle,nbNodes,coo,const_cast<double *>(coo));
1802 static void Rotate3DAlg(PyObject *center, PyObject *vect, double angle, int nbNodes, PyObject *coords) throw(INTERP_KERNEL::Exception)
1805 INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1806 INTERP_KERNEL::AutoCPtr<double> coo=convertPyToNewDblArr2(coords,&sz);
1807 INTERP_KERNEL::AutoCPtr<double> v=convertPyToNewDblArr2(vect,&sz2);
1808 MEDCoupling::DataArrayDouble::Rotate3DAlg(c,v,angle,nbNodes,coo,coo);
1809 for(int i=0;i<sz;i++)
1810 PyList_SetItem(coords,i,PyFloat_FromDouble(coo[i]));
1813 static void Rotate3DAlg(PyObject *center, PyObject *vect, double angle, PyObject *coords) throw(INTERP_KERNEL::Exception)
1816 INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1818 double val0; MEDCoupling::DataArrayDouble *val1=0; MEDCoupling::DataArrayDoubleTuple *val2=0;
1819 std::vector<double> val3;
1820 const double *coo=convertObjToPossibleCpp5_Safe2(coords,sw,val0,val1,val2,val3,
1821 "Rotate3DAlg",3,true,nbNodes);
1823 throw INTERP_KERNEL::Exception("Invalid call to MEDCouplingPointSet::Rotate3DAlg : try another overload method !");
1824 INTERP_KERNEL::AutoCPtr<double> v=convertPyToNewDblArr2(vect,&sz2);
1825 MEDCoupling::DataArrayDouble::Rotate3DAlg(c,v,angle,nbNodes,coo,const_cast<double *>(coo));
1830 //== MEDCouplingPointSet End
1832 class MEDCouplingUMeshCell
1835 INTERP_KERNEL::NormalizedCellType getType() const;
1838 std::string __str__() const throw(INTERP_KERNEL::Exception)
1840 return self->repr();
1843 PyObject *getAllConn() const throw(INTERP_KERNEL::Exception)
1846 const int *r=self->getAllConn(ret2);
1847 PyObject *ret=PyTuple_New(ret2);
1848 for(int i=0;i<ret2;i++)
1849 PyTuple_SetItem(ret,i,PyInt_FromLong(r[i]));
1855 class MEDCouplingUMeshCellIterator
1862 MEDCouplingUMeshCell *ret=self->nextt();
1864 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__MEDCouplingUMeshCell,0|0);
1867 PyErr_SetString(PyExc_StopIteration,"No more data.");
1874 class MEDCouplingUMeshCellByTypeIterator
1877 ~MEDCouplingUMeshCellByTypeIterator();
1882 MEDCouplingUMeshCellEntry *ret=self->nextt();
1884 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__MEDCouplingUMeshCellEntry,SWIG_POINTER_OWN | 0);
1887 PyErr_SetString(PyExc_StopIteration,"No more data.");
1894 class MEDCouplingUMeshCellByTypeEntry
1897 ~MEDCouplingUMeshCellByTypeEntry();
1900 MEDCouplingUMeshCellByTypeIterator *__iter__()
1902 return self->iterator();
1907 class MEDCouplingUMeshCellEntry
1910 INTERP_KERNEL::NormalizedCellType getType() const;
1911 int getNumberOfElems() const;
1914 MEDCouplingUMeshCellIterator *__iter__()
1916 return self->iterator();
1921 //== MEDCouplingUMesh
1923 class MEDCouplingUMesh : public MEDCoupling::MEDCouplingPointSet
1926 static MEDCouplingUMesh *New() throw(INTERP_KERNEL::Exception);
1927 static MEDCouplingUMesh *New(const char *meshName, int meshDim) throw(INTERP_KERNEL::Exception);
1928 void checkConsistencyLight() const throw(INTERP_KERNEL::Exception);
1929 void setMeshDimension(int meshDim) throw(INTERP_KERNEL::Exception);
1930 void allocateCells(int nbOfCells=0) throw(INTERP_KERNEL::Exception);
1931 void finishInsertingCells() throw(INTERP_KERNEL::Exception);
1932 MEDCouplingUMeshCellByTypeEntry *cellsByType() throw(INTERP_KERNEL::Exception);
1933 void setConnectivity(DataArrayInt *conn, DataArrayInt *connIndex, bool isComputingTypes=true) throw(INTERP_KERNEL::Exception);
1934 INTERP_KERNEL::NormalizedCellType getTypeOfCell(int cellId) const throw(INTERP_KERNEL::Exception);
1935 void setPartOfMySelfSlice(int start, int end, int step, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception);
1936 int getNodalConnectivityArrayLen() const throw(INTERP_KERNEL::Exception);
1937 void computeTypes() throw(INTERP_KERNEL::Exception);
1938 std::string reprConnectivityOfThis() const throw(INTERP_KERNEL::Exception);
1939 MEDCouplingUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
1941 DataArrayInt *conformize2D(double eps) throw(INTERP_KERNEL::Exception);
1942 DataArrayInt *conformize3D(double eps) throw(INTERP_KERNEL::Exception);
1943 DataArrayInt *colinearize2D(double eps) throw(INTERP_KERNEL::Exception);
1944 void shiftNodeNumbersInConn(int delta) throw(INTERP_KERNEL::Exception);
1945 std::vector<bool> getQuadraticStatus() const throw(INTERP_KERNEL::Exception);
1946 DataArrayInt *findCellIdsOnBoundary() const throw(INTERP_KERNEL::Exception);
1947 MEDCouplingUMesh *computeSkin() const throw(INTERP_KERNEL::Exception);
1948 bool checkConsecutiveCellTypes() const throw(INTERP_KERNEL::Exception);
1949 bool checkConsecutiveCellTypesForMEDFileFrmt() const throw(INTERP_KERNEL::Exception);
1950 DataArrayInt *rearrange2ConsecutiveCellTypes() throw(INTERP_KERNEL::Exception);
1951 DataArrayInt *sortCellsInMEDFileFrmt() throw(INTERP_KERNEL::Exception);
1952 DataArrayInt *getRenumArrForMEDFileFrmt() const throw(INTERP_KERNEL::Exception);
1953 DataArrayInt *convertCellArrayPerGeoType(const DataArrayInt *da) const throw(INTERP_KERNEL::Exception);
1954 MEDCouplingUMesh *buildDescendingConnectivity(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1955 MEDCouplingUMesh *buildDescendingConnectivity2(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1956 MEDCouplingUMesh *explode3DMeshTo1D(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1957 MEDCouplingUMesh *explodeMeshIntoMicroEdges(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1958 void orientCorrectlyPolyhedrons() throw(INTERP_KERNEL::Exception);
1959 bool isPresenceOfQuadratic() const throw(INTERP_KERNEL::Exception);
1960 bool isFullyQuadratic() const throw(INTERP_KERNEL::Exception);
1961 MEDCouplingFieldDouble *buildDirectionVectorField() const throw(INTERP_KERNEL::Exception);
1962 bool isContiguous1D() const throw(INTERP_KERNEL::Exception);
1963 void tessellate2D(double eps) throw(INTERP_KERNEL::Exception);
1964 void convertQuadraticCellsToLinear() throw(INTERP_KERNEL::Exception);
1965 DataArrayInt *convertLinearCellsToQuadratic(int conversionType=0) throw(INTERP_KERNEL::Exception);
1966 void convertDegeneratedCells() throw(INTERP_KERNEL::Exception);
1967 bool areOnlySimplexCells() const throw(INTERP_KERNEL::Exception);
1968 MEDCouplingFieldDouble *getEdgeRatioField() const throw(INTERP_KERNEL::Exception);
1969 MEDCouplingFieldDouble *getAspectRatioField() const throw(INTERP_KERNEL::Exception);
1970 MEDCouplingFieldDouble *getWarpField() const throw(INTERP_KERNEL::Exception);
1971 MEDCouplingFieldDouble *getSkewField() const throw(INTERP_KERNEL::Exception);
1972 DataArrayDouble *computePlaneEquationOf3DFaces() const throw(INTERP_KERNEL::Exception);
1973 DataArrayInt *convexEnvelop2D() throw(INTERP_KERNEL::Exception);
1974 std::string cppRepr() const throw(INTERP_KERNEL::Exception);
1975 DataArrayInt *findAndCorrectBadOriented3DExtrudedCells() throw(INTERP_KERNEL::Exception);
1976 DataArrayInt *findAndCorrectBadOriented3DCells() throw(INTERP_KERNEL::Exception);
1977 MEDCoupling::MEDCoupling1GTUMesh *convertIntoSingleGeoTypeMesh() const throw(INTERP_KERNEL::Exception);
1978 MEDCouplingSkyLineArray *generateGraph() const throw(INTERP_KERNEL::Exception);
1979 DataArrayInt *convertNodalConnectivityToStaticGeoTypeMesh() const throw(INTERP_KERNEL::Exception);
1980 DataArrayInt *buildUnionOf2DMesh() const throw(INTERP_KERNEL::Exception);
1981 DataArrayInt *buildUnionOf3DMesh() const throw(INTERP_KERNEL::Exception);
1982 DataArrayInt *orderConsecutiveCells1D() const throw(INTERP_KERNEL::Exception);
1983 DataArrayDouble *getBoundingBoxForBBTreeFast() const throw(INTERP_KERNEL::Exception);
1984 DataArrayDouble *getBoundingBoxForBBTree2DQuadratic(double arcDetEps=1e-12) const throw(INTERP_KERNEL::Exception);
1985 DataArrayDouble *getBoundingBoxForBBTree1DQuadratic(double arcDetEps=1e-12) const throw(INTERP_KERNEL::Exception);
1986 void changeOrientationOfCells() throw(INTERP_KERNEL::Exception);
1987 int split2DCells(const DataArrayInt *desc, const DataArrayInt *descI, const DataArrayInt *subNodesInSeg, const DataArrayInt *subNodesInSegI, const DataArrayInt *midOpt=0, const DataArrayInt *midOptI=0) throw(INTERP_KERNEL::Exception);
1988 static MEDCouplingUMesh *Build0DMeshFromCoords(DataArrayDouble *da) throw(INTERP_KERNEL::Exception);
1989 static MEDCouplingUMesh *MergeUMeshes(const MEDCouplingUMesh *mesh1, const MEDCouplingUMesh *mesh2) throw(INTERP_KERNEL::Exception);
1990 static MEDCouplingUMesh *MergeUMeshesOnSameCoords(const MEDCouplingUMesh *mesh1, const MEDCouplingUMesh *mesh2) throw(INTERP_KERNEL::Exception);
1991 static DataArrayInt *ComputeSpreadZoneGradually(const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception);
1992 static DataArrayInt *ComputeRangesFromTypeDistribution(const std::vector<int>& code) throw(INTERP_KERNEL::Exception);
1994 MEDCouplingUMesh() throw(INTERP_KERNEL::Exception)
1996 return MEDCouplingUMesh::New();
1999 MEDCouplingUMesh(const char *meshName, int meshDim) throw(INTERP_KERNEL::Exception)
2001 return MEDCouplingUMesh::New(meshName,meshDim);
2004 std::string __str__() const throw(INTERP_KERNEL::Exception)
2006 return self->simpleRepr();
2009 std::string __repr__() const throw(INTERP_KERNEL::Exception)
2011 std::ostringstream oss;
2012 self->reprQuickOverview(oss);
2016 MEDCouplingUMeshCellIterator *__iter__() throw(INTERP_KERNEL::Exception)
2018 return self->cellIterator();
2021 static MEDCouplingUMesh *Build1DMeshFromCoords(DataArrayDouble *da) throw(INTERP_KERNEL::Exception)
2023 MCAuto<MEDCouplingUMesh> ret(MEDCouplingUMesh::Build1DMeshFromCoords(da));
2027 PyObject *getAllGeoTypesSorted() const throw(INTERP_KERNEL::Exception)
2029 std::vector<INTERP_KERNEL::NormalizedCellType> result=self->getAllGeoTypesSorted();
2030 std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
2031 PyObject *res=PyList_New(result.size());
2032 for(int i=0;iL!=result.end(); i++, iL++)
2033 PyList_SetItem(res,i,PyInt_FromLong(*iL));
2037 void setPartOfMySelf(PyObject *li, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception)
2041 std::vector<int> multiVal;
2042 std::pair<int, std::pair<int,int> > slic;
2043 MEDCoupling::DataArrayInt *daIntTyypp=0;
2044 int nbc=self->getNumberOfCells();
2045 convertIntStarOrSliceLikePyObjToCpp(li,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
2052 std::ostringstream oss;
2053 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
2054 throw INTERP_KERNEL::Exception(oss.str().c_str());
2058 self->setPartOfMySelf(&singleVal,&singleVal+1,otherOnSameCoordsThanThis);
2065 int tmp=nbc+singleVal;
2066 self->setPartOfMySelf(&tmp,&tmp+1,otherOnSameCoordsThanThis);
2071 std::ostringstream oss;
2072 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
2073 throw INTERP_KERNEL::Exception(oss.str().c_str());
2079 self->setPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),otherOnSameCoordsThanThis);
2085 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::setPartOfMySelf : null instance has been given in input !");
2086 daIntTyypp->checkAllocated();
2087 self->setPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),otherOnSameCoordsThanThis);
2091 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::setPartOfMySelf : unrecognized type in input ! Possibilities are : int, list or tuple of int DataArrayInt instance !");
2095 void __setitem__(PyObject *li, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception)
2099 std::vector<int> multiVal;
2100 std::pair<int, std::pair<int,int> > slic;
2101 MEDCoupling::DataArrayInt *daIntTyypp=0;
2102 int nbc=self->getNumberOfCells();
2103 convertIntStarOrSliceLikePyObjToCpp(li,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
2110 std::ostringstream oss;
2111 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
2112 throw INTERP_KERNEL::Exception(oss.str().c_str());
2116 self->setPartOfMySelf(&singleVal,&singleVal+1,otherOnSameCoordsThanThis);
2123 int tmp=nbc+singleVal;
2124 self->setPartOfMySelf(&tmp,&tmp+1,otherOnSameCoordsThanThis);
2129 std::ostringstream oss;
2130 oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
2131 throw INTERP_KERNEL::Exception(oss.str().c_str());
2137 self->setPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),otherOnSameCoordsThanThis);
2142 self->setPartOfMySelfSlice(slic.first,slic.second.first,slic.second.second,otherOnSameCoordsThanThis);
2148 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__setitem__ : null instance has been given in input !");
2149 daIntTyypp->checkAllocated();
2150 self->setPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),otherOnSameCoordsThanThis);
2154 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__setitem__ : unrecognized type in input ! Possibilities are : int, list or tuple of int, slice, DataArrayInt instance !");
2158 void insertNextCell(INTERP_KERNEL::NormalizedCellType type, int size, PyObject *li) throw(INTERP_KERNEL::Exception)
2160 int szArr,sw,iTypppArr;
2161 std::vector<int> stdvecTyyppArr;
2162 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
2165 std::ostringstream oss; oss << "Wrap of MEDCouplingUMesh::insertNextCell : request of connectivity with length " << size << " whereas the length of input is " << szArr << " !";
2166 throw INTERP_KERNEL::Exception(oss.str().c_str());
2168 self->insertNextCell(type,size,tmp);
2171 void insertNextCell(INTERP_KERNEL::NormalizedCellType type, PyObject *li) throw(INTERP_KERNEL::Exception)
2173 int szArr,sw,iTypppArr;
2174 std::vector<int> stdvecTyyppArr;
2175 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
2176 self->insertNextCell(type,szArr,tmp);
2179 DataArrayInt *getNodalConnectivity() throw(INTERP_KERNEL::Exception)
2181 DataArrayInt *ret=self->getNodalConnectivity();
2186 DataArrayInt *getNodalConnectivityIndex() throw(INTERP_KERNEL::Exception)
2188 DataArrayInt *ret=self->getNodalConnectivityIndex();
2194 static PyObject *ComputeSpreadZoneGraduallyFromSeed(PyObject *seed, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn, int nbOfDepthPeeling=-1) throw(INTERP_KERNEL::Exception)
2196 int szArr,sw,iTypppArr;
2197 std::vector<int> stdvecTyyppArr;
2198 const int *seedPtr=convertIntStarLikePyObjToCppIntStar(seed,sw,szArr,iTypppArr,stdvecTyyppArr);
2199 int nbOfDepthPeelingPerformed=0;
2200 DataArrayInt *ret0=MEDCouplingUMesh::ComputeSpreadZoneGraduallyFromSeed(seedPtr,seedPtr+szArr,arrIn,arrIndxIn,nbOfDepthPeeling,nbOfDepthPeelingPerformed);
2201 PyObject *res=PyTuple_New(2);
2202 PyTuple_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2203 PyTuple_SetItem(res,1,PyInt_FromLong(nbOfDepthPeelingPerformed));
2207 static PyObject *FindCommonCellsAlg(int compType, int startCellId, const DataArrayInt *nodal, const DataArrayInt *nodalI, const DataArrayInt *revNodal, const DataArrayInt *revNodalI) throw(INTERP_KERNEL::Exception)
2209 DataArrayInt *v0=0,*v1=0;
2210 MEDCouplingUMesh::FindCommonCellsAlg(compType,startCellId,nodal,nodalI,revNodal,revNodalI,v0,v1);
2211 PyObject *res = PyList_New(2);
2212 PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(v0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2213 PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(v1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2217 PyObject *distanceToPoint(PyObject *point) const throw(INTERP_KERNEL::Exception)
2221 DataArrayDoubleTuple *aa;
2222 std::vector<double> bb;
2224 int nbOfCompo=self->getSpaceDimension();
2225 const double *pt=convertObjToPossibleCpp5_Safe(point,sw,val,a,aa,bb,"Python wrap of MEDCouplingUMesh::distanceToPoint",1,nbOfCompo,true);
2228 double ret0=self->distanceToPoint(pt,pt+nbOfCompo,cellId);
2229 PyObject *ret=PyTuple_New(2);
2230 PyTuple_SetItem(ret,0,PyFloat_FromDouble(ret0));
2231 PyTuple_SetItem(ret,1,PyInt_FromLong(cellId));
2235 PyObject *distanceToPoints(const DataArrayDouble *pts) const throw(INTERP_KERNEL::Exception)
2237 DataArrayInt *ret1=0;
2238 DataArrayDouble *ret0=self->distanceToPoints(pts,ret1);
2239 PyObject *ret=PyTuple_New(2);
2240 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2241 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2245 PyObject *tetrahedrize(int policy) throw(INTERP_KERNEL::Exception)
2248 DataArrayInt *ret1(0);
2249 MEDCoupling1SGTUMesh *ret0(self->tetrahedrize(policy,ret1,ret2));
2250 PyObject *ret=PyTuple_New(3);
2251 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__MEDCoupling1SGTUMesh, SWIG_POINTER_OWN | 0 ));
2252 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2253 PyTuple_SetItem(ret,2,PyInt_FromLong(ret2));
2257 PyObject *checkButterflyCells(double eps=1e-12) throw(INTERP_KERNEL::Exception)
2259 std::vector<int> cells;
2260 self->checkButterflyCells(cells,eps);
2261 DataArrayInt *ret=DataArrayInt::New();
2262 ret->alloc((int)cells.size(),1);
2263 std::copy(cells.begin(),cells.end(),ret->getPointer());
2264 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
2267 PyObject *splitByType() const throw(INTERP_KERNEL::Exception)
2269 std::vector<MEDCouplingUMesh *> ms=self->splitByType();
2271 PyObject *ret = PyList_New(sz);
2272 for(int i=0;i<sz;i++)
2273 PyList_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2277 PyObject *partitionBySpreadZone() const throw(INTERP_KERNEL::Exception)
2279 std::vector<DataArrayInt *> retCpp=self->partitionBySpreadZone();
2280 int sz=retCpp.size();
2281 PyObject *ret=PyList_New(sz);
2282 for(int i=0;i<sz;i++)
2283 PyList_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(retCpp[i]),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2287 static PyObject *PartitionBySpreadZone(const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2289 std::vector<DataArrayInt *> retCpp(MEDCouplingUMesh::PartitionBySpreadZone(arrIn,arrIndxIn));
2290 int sz=retCpp.size();
2291 PyObject *ret=PyList_New(sz);
2292 for(int i=0;i<sz;i++)
2293 PyList_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(retCpp[i]),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2297 PyObject *keepSpecifiedCells(INTERP_KERNEL::NormalizedCellType type, PyObject *ids) const throw(INTERP_KERNEL::Exception)
2300 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(ids,&size);
2301 MEDCouplingUMesh *ret=self->keepSpecifiedCells(type,tmp,tmp+size);
2302 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 );
2305 bool checkConsecutiveCellTypesAndOrder(PyObject *li) const throw(INTERP_KERNEL::Exception)
2308 INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2309 bool ret=self->checkConsecutiveCellTypesAndOrder(order,order+sz);
2313 DataArrayInt *getRenumArrForConsecutiveCellTypesSpec(PyObject *li) const throw(INTERP_KERNEL::Exception)
2316 INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2317 DataArrayInt *ret=self->getRenumArrForConsecutiveCellTypesSpec(order,(INTERP_KERNEL::NormalizedCellType *)order+sz);
2321 PyObject *findNodesToDuplicate(const MEDCouplingUMesh& otherDimM1OnSameCoords) const throw(INTERP_KERNEL::Exception)
2323 DataArrayInt *tmp0=0,*tmp1=0,*tmp2=0;
2324 self->findNodesToDuplicate(otherDimM1OnSameCoords,tmp0,tmp1,tmp2);
2325 PyObject *ret=PyTuple_New(3);
2326 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2327 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2328 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(tmp2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2332 PyObject *findCellIdsLyingOn(const MEDCouplingUMesh& otherDimM1OnSameCoords) const throw(INTERP_KERNEL::Exception)
2334 DataArrayInt *tmp0=0,*tmp1=0;
2335 self->findCellIdsLyingOn(otherDimM1OnSameCoords,tmp0,tmp1);
2336 PyObject *ret=PyTuple_New(2);
2337 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2338 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2342 void duplicateNodes(PyObject *li) throw(INTERP_KERNEL::Exception)
2346 std::vector<int> multiVal;
2347 std::pair<int, std::pair<int,int> > slic;
2348 MEDCoupling::DataArrayInt *daIntTyypp=0;
2349 convertIntStarOrSliceLikePyObjToCpp(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
2353 return self->duplicateNodes(&singleVal,&singleVal+1);
2355 return self->duplicateNodes(&multiVal[0],&multiVal[0]+multiVal.size());
2357 return self->duplicateNodes(daIntTyypp->begin(),daIntTyypp->end());
2359 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::duplicateNodes : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2363 void duplicateNodesInConn(PyObject *li, int offset) throw(INTERP_KERNEL::Exception)
2367 std::vector<int> multiVal;
2368 std::pair<int, std::pair<int,int> > slic;
2369 MEDCoupling::DataArrayInt *daIntTyypp=0;
2370 convertIntStarOrSliceLikePyObjToCpp(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
2374 return self->duplicateNodesInConn(&singleVal,&singleVal+1,offset);
2376 return self->duplicateNodesInConn(&multiVal[0],&multiVal[0]+multiVal.size(),offset);
2378 return self->duplicateNodesInConn(daIntTyypp->begin(),daIntTyypp->end(),offset);
2380 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::duplicateNodesInConn : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2384 PyObject *getLevArrPerCellTypes(PyObject *li) const throw(INTERP_KERNEL::Exception)
2387 INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2388 DataArrayInt *tmp0,*tmp1=0;
2389 tmp0=self->getLevArrPerCellTypes(order,(INTERP_KERNEL::NormalizedCellType *)order+sz,tmp1);
2390 PyObject *ret=PyTuple_New(2);
2391 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2392 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2396 PyObject *convertNodalConnectivityToDynamicGeoTypeMesh() const throw(INTERP_KERNEL::Exception)
2398 DataArrayInt *ret0=0,*ret1=0;
2399 self->convertNodalConnectivityToDynamicGeoTypeMesh(ret0,ret1);
2400 PyObject *ret=PyTuple_New(2);
2401 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2402 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2406 static PyObject *AggregateSortedByTypeMeshesOnSameCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2408 std::vector<const MEDCoupling::MEDCouplingUMesh *> meshes;
2409 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(ms,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2410 DataArrayInt *ret1=0,*ret2=0;
2411 MEDCouplingUMesh *ret0=MEDCouplingUMesh::AggregateSortedByTypeMeshesOnSameCoords(meshes,ret1,ret2);
2412 PyObject *ret=PyTuple_New(3);
2413 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2414 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2415 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2419 static PyObject *MergeUMeshesOnSameCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2421 std::vector<const MEDCoupling::MEDCouplingUMesh *> meshes;
2422 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(ms,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2423 MEDCouplingUMesh *ret=MEDCouplingUMesh::MergeUMeshesOnSameCoords(meshes);
2424 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
2427 static PyObject *FuseUMeshesOnSameCoords(PyObject *ms, int compType) throw(INTERP_KERNEL::Exception)
2430 std::vector<const MEDCouplingUMesh *> meshes;
2431 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(ms,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2432 std::vector<DataArrayInt *> corr;
2433 MEDCouplingUMesh *um=MEDCouplingUMesh::FuseUMeshesOnSameCoords(meshes,compType,corr);
2435 PyObject *ret1=PyList_New(sz);
2436 for(int i=0;i<sz;i++)
2437 PyList_SetItem(ret1,i,SWIG_NewPointerObj(SWIG_as_voidptr(corr[i]),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2438 PyObject *ret=PyList_New(2);
2439 PyList_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(um),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2440 PyList_SetItem(ret,1,ret1);
2444 static void PutUMeshesOnSameAggregatedCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2446 std::vector<MEDCouplingUMesh *> meshes;
2447 convertFromPyObjVectorOfObj<MEDCoupling::MEDCouplingUMesh *>(ms,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2448 MEDCouplingUMesh::PutUMeshesOnSameAggregatedCoords(meshes);
2451 static void MergeNodesOnUMeshesSharingSameCoords(PyObject *ms, double eps) throw(INTERP_KERNEL::Exception)
2453 std::vector<MEDCouplingUMesh *> meshes;
2454 convertFromPyObjVectorOfObj<MEDCoupling::MEDCouplingUMesh *>(ms,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2455 MEDCouplingUMesh::MergeNodesOnUMeshesSharingSameCoords(meshes,eps);
2458 static bool RemoveIdsFromIndexedArrays(PyObject *li, DataArrayInt *arr, DataArrayInt *arrIndx, int offsetForRemoval=0) throw(INTERP_KERNEL::Exception)
2462 std::vector<int> multiVal;
2463 std::pair<int, std::pair<int,int> > slic;
2464 MEDCoupling::DataArrayInt *daIntTyypp=0;
2466 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::RemoveIdsFromIndexedArrays : null pointer as arrIndex !");
2467 convertIntStarOrSliceLikePyObjToCpp(li,arrIndx->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2471 return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(&singleVal,&singleVal+1,arr,arrIndx,offsetForRemoval);
2473 return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arr,arrIndx,offsetForRemoval);
2475 return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arr,arrIndx,offsetForRemoval);
2477 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::RemoveIdsFromIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2481 static PyObject *ExtractFromIndexedArrays(PyObject *li, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2483 DataArrayInt *arrOut=0,*arrIndexOut=0;
2486 std::vector<int> multiVal;
2487 std::pair<int, std::pair<int,int> > slic;
2488 MEDCoupling::DataArrayInt *daIntTyypp=0;
2490 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::ExtractFromIndexedArrays : null pointer as arrIndxIn !");
2491 convertIntStarOrSliceLikePyObjToCpp(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2496 MEDCouplingUMesh::ExtractFromIndexedArrays(&singleVal,&singleVal+1,arrIn,arrIndxIn,arrOut,arrIndexOut);
2501 MEDCouplingUMesh::ExtractFromIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,arrOut,arrIndexOut);
2506 MEDCouplingUMesh::ExtractFromIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,arrOut,arrIndexOut);
2510 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::ExtractFromIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2512 PyObject *ret=PyTuple_New(2);
2513 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2514 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2518 static PyObject *ExtractFromIndexedArraysSlice(int strt, int stp, int step, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2520 DataArrayInt *arrOut=0,*arrIndexOut=0;
2521 MEDCouplingUMesh::ExtractFromIndexedArraysSlice(strt,stp,step,arrIn,arrIndxIn,arrOut,arrIndexOut);
2522 PyObject *ret=PyTuple_New(2);
2523 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2524 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2528 static PyObject *ExtractFromIndexedArraysSlice(PyObject *slic, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2530 if(!PySlice_Check(slic))
2531 throw INTERP_KERNEL::Exception("ExtractFromIndexedArraysSlice (wrap) : the first param is not a pyslice !");
2532 Py_ssize_t strt=2,stp=2,step=2;
2534 throw INTERP_KERNEL::Exception("ExtractFromIndexedArraysSlice (wrap) : last array is null !");
2535 arrIndxIn->checkAllocated();
2536 if(arrIndxIn->getNumberOfComponents()!=1)
2537 throw INTERP_KERNEL::Exception("ExtractFromIndexedArraysSlice (wrap) : number of components of last argument must be equal to one !");
2538 GetIndicesOfSlice(slic,arrIndxIn->getNumberOfTuples(),&strt,&stp,&step,"ExtractFromIndexedArraysSlice (wrap) : Invalid slice regarding nb of elements !");
2539 DataArrayInt *arrOut=0,*arrIndexOut=0;
2540 MEDCouplingUMesh::ExtractFromIndexedArraysSlice(strt,stp,step,arrIn,arrIndxIn,arrOut,arrIndexOut);
2541 PyObject *ret=PyTuple_New(2);
2542 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2543 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2547 static PyObject *SetPartOfIndexedArrays(PyObject *li,
2548 const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn,
2549 const DataArrayInt *srcArr, const DataArrayInt *srcArrIndex) throw(INTERP_KERNEL::Exception)
2551 DataArrayInt *arrOut=0,*arrIndexOut=0;
2554 std::vector<int> multiVal;
2555 std::pair<int, std::pair<int,int> > slic;
2556 MEDCoupling::DataArrayInt *daIntTyypp=0;
2558 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArrays : null pointer as arrIndex !");
2559 convertIntStarOrSliceLikePyObjToCpp(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2564 MEDCouplingUMesh::SetPartOfIndexedArrays(&singleVal,&singleVal+1,arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2569 MEDCouplingUMesh::SetPartOfIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2574 MEDCouplingUMesh::SetPartOfIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2578 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2580 PyObject *ret=PyTuple_New(2);
2581 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2582 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2586 static void SetPartOfIndexedArraysSameIdx(PyObject *li, DataArrayInt *arrIn, const DataArrayInt *arrIndxIn,
2587 const DataArrayInt *srcArr, const DataArrayInt *srcArrIndex) throw(INTERP_KERNEL::Exception)
2591 std::vector<int> multiVal;
2592 std::pair<int, std::pair<int,int> > slic;
2593 MEDCoupling::DataArrayInt *daIntTyypp=0;
2595 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx : null pointer as arrIndex !");
2596 convertIntStarOrSliceLikePyObjToCpp(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2601 MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(&singleVal,&singleVal+1,arrIn,arrIndxIn,srcArr,srcArrIndex);
2606 MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,srcArr,srcArrIndex);
2611 MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,srcArr,srcArrIndex);
2615 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2619 PyObject *are2DCellsNotCorrectlyOriented(PyObject *vec, bool polyOnly) const throw(INTERP_KERNEL::Exception)
2623 DataArrayDoubleTuple *aa;
2624 std::vector<double> bb;
2626 int spaceDim=self->getSpaceDimension();
2627 const char msg[]="Python wrap of MEDCouplingUMesh::are2DCellsNotCorrectlyOriented : ";
2628 const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val,a,aa,bb,msg,1,spaceDim,true);
2630 std::vector<int> cells;
2631 self->are2DCellsNotCorrectlyOriented(v,polyOnly,cells);
2632 DataArrayInt *ret=DataArrayInt::New();
2633 ret->alloc((int)cells.size(),1);
2634 std::copy(cells.begin(),cells.end(),ret->getPointer());
2635 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
2638 void orientCorrectly2DCells(PyObject *vec, bool polyOnly) throw(INTERP_KERNEL::Exception)
2642 DataArrayDoubleTuple *aa;
2643 std::vector<double> bb;
2645 int spaceDim=self->getSpaceDimension();
2646 const char msg[]="Python wrap of MEDCouplingUMesh::orientCorrectly2DCells : ";
2647 const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val,a,aa,bb,msg,1,spaceDim,true);
2648 self->orientCorrectly2DCells(v,polyOnly);
2651 PyObject *arePolyhedronsNotCorrectlyOriented() const throw(INTERP_KERNEL::Exception)
2653 std::vector<int> cells;
2654 self->arePolyhedronsNotCorrectlyOriented(cells);
2655 DataArrayInt *ret=DataArrayInt::New();
2656 ret->alloc((int)cells.size(),1);
2657 std::copy(cells.begin(),cells.end(),ret->getPointer());
2658 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
2661 PyObject *getFastAveragePlaneOfThis() const throw(INTERP_KERNEL::Exception)
2665 self->getFastAveragePlaneOfThis(vec,pos);
2667 std::copy(vec,vec+3,vals);
2668 std::copy(pos,pos+3,vals+3);
2669 return convertDblArrToPyListOfTuple<double>(vals,3,2);
2672 static MEDCouplingUMesh *MergeUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
2674 std::vector<const MEDCoupling::MEDCouplingUMesh *> tmp;
2675 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",tmp);
2676 return MEDCouplingUMesh::MergeUMeshes(tmp);
2679 PyObject *areCellsIncludedIn(const MEDCouplingUMesh *other, int compType) const throw(INTERP_KERNEL::Exception)
2682 bool ret0=self->areCellsIncludedIn(other,compType,ret1);
2683 PyObject *ret=PyTuple_New(2);
2684 PyObject *ret0Py=ret0?Py_True:Py_False;
2686 PyTuple_SetItem(ret,0,ret0Py);
2687 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2691 PyObject *areCellsIncludedInPolicy7(const MEDCouplingUMesh *other) const throw(INTERP_KERNEL::Exception)
2694 bool ret0=self->areCellsIncludedInPolicy7(other,ret1);
2695 PyObject *ret=PyTuple_New(2);
2696 PyObject *ret0Py=ret0?Py_True:Py_False;
2698 PyTuple_SetItem(ret,0,ret0Py);
2699 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2703 PyObject *explode3DMeshTo1D() const throw(INTERP_KERNEL::Exception)
2705 MCAuto<DataArrayInt> d0=DataArrayInt::New();
2706 MCAuto<DataArrayInt> d1=DataArrayInt::New();
2707 MCAuto<DataArrayInt> d2=DataArrayInt::New();
2708 MCAuto<DataArrayInt> d3=DataArrayInt::New();
2709 MEDCouplingUMesh *m=self->explode3DMeshTo1D(d0,d1,d2,d3);
2710 PyObject *ret=PyTuple_New(5);
2711 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2712 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2713 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2714 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2715 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2719 PyObject *explodeIntoEdges() const throw(INTERP_KERNEL::Exception)
2721 MCAuto<DataArrayInt> desc,descIndex,revDesc,revDescIndx;
2722 MCAuto<MEDCouplingUMesh> m(self->explodeIntoEdges(desc,descIndex,revDesc,revDescIndx));
2723 PyObject *ret=PyTuple_New(5);
2724 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m.retn()),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2725 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(desc.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2726 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(descIndex.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2727 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(revDesc.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2728 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(revDescIndx.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2732 PyObject *explodeMeshIntoMicroEdges() const throw(INTERP_KERNEL::Exception)
2734 MCAuto<DataArrayInt> d0=DataArrayInt::New();
2735 MCAuto<DataArrayInt> d1=DataArrayInt::New();
2736 MCAuto<DataArrayInt> d2=DataArrayInt::New();
2737 MCAuto<DataArrayInt> d3=DataArrayInt::New();
2738 MEDCouplingUMesh *m=self->explodeMeshIntoMicroEdges(d0,d1,d2,d3);
2739 PyObject *ret=PyTuple_New(5);
2740 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2741 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2742 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2743 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2744 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2748 PyObject *buildDescendingConnectivity() const throw(INTERP_KERNEL::Exception)
2750 MCAuto<DataArrayInt> d0=DataArrayInt::New();
2751 MCAuto<DataArrayInt> d1=DataArrayInt::New();
2752 MCAuto<DataArrayInt> d2=DataArrayInt::New();
2753 MCAuto<DataArrayInt> d3=DataArrayInt::New();
2754 MEDCouplingUMesh *m=self->buildDescendingConnectivity(d0,d1,d2,d3);
2755 PyObject *ret=PyTuple_New(5);
2756 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2757 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2758 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2759 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2760 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2764 PyObject *buildDescendingConnectivity2() const throw(INTERP_KERNEL::Exception)
2766 MCAuto<DataArrayInt> d0=DataArrayInt::New();
2767 MCAuto<DataArrayInt> d1=DataArrayInt::New();
2768 MCAuto<DataArrayInt> d2=DataArrayInt::New();
2769 MCAuto<DataArrayInt> d3=DataArrayInt::New();
2770 MEDCouplingUMesh *m=self->buildDescendingConnectivity2(d0,d1,d2,d3);
2771 PyObject *ret=PyTuple_New(5);
2772 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2773 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2774 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2775 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2776 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2780 PyObject *computeNeighborsOfCells() const throw(INTERP_KERNEL::Exception)
2782 DataArrayInt *neighbors=0,*neighborsIdx=0;
2783 self->computeNeighborsOfCells(neighbors,neighborsIdx);
2784 PyObject *ret=PyTuple_New(2);
2785 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2786 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2790 PyObject *computeNeighborsOfNodes() const throw(INTERP_KERNEL::Exception)
2792 DataArrayInt *neighbors=0,*neighborsIdx=0;
2793 self->computeNeighborsOfNodes(neighbors,neighborsIdx);
2794 PyObject *ret=PyTuple_New(2);
2795 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2796 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2800 PyObject *computeEnlargedNeighborsOfNodes() const throw(INTERP_KERNEL::Exception)
2802 MCAuto<DataArrayInt> neighbors,neighborsIdx;
2803 self->computeEnlargedNeighborsOfNodes(neighbors,neighborsIdx);
2804 PyObject *ret=PyTuple_New(2);
2805 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2806 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2810 PyObject *computeCellNeighborhoodFromNodesOne(const DataArrayInt *nodeNeigh, const DataArrayInt *nodeNeighI) const throw(INTERP_KERNEL::Exception)
2812 MCAuto<DataArrayInt> cellNeigh,cellNeighIndex;
2813 self->computeCellNeighborhoodFromNodesOne(nodeNeigh,nodeNeighI,cellNeigh,cellNeighIndex);
2814 PyObject *ret=PyTuple_New(2);
2815 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(cellNeigh.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2816 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellNeighIndex.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2820 static PyObject *ComputeNeighborsOfCellsAdv(const DataArrayInt *desc, const DataArrayInt *descI, const DataArrayInt *revDesc, const DataArrayInt *revDescI) throw(INTERP_KERNEL::Exception)
2822 DataArrayInt *neighbors=0,*neighborsIdx=0;
2823 MEDCouplingUMesh::ComputeNeighborsOfCellsAdv(desc,descI,revDesc,revDescI,neighbors,neighborsIdx);
2824 PyObject *ret=PyTuple_New(2);
2825 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2826 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2830 PyObject *emulateMEDMEMBDC(const MEDCouplingUMesh *nM1LevMesh)
2832 MCAuto<DataArrayInt> d0=DataArrayInt::New();
2833 MCAuto<DataArrayInt> d1=DataArrayInt::New();
2834 DataArrayInt *d2,*d3,*d4,*dd5;
2835 MEDCouplingUMesh *mOut=self->emulateMEDMEMBDC(nM1LevMesh,d0,d1,d2,d3,d4,dd5);
2836 PyObject *ret=PyTuple_New(7);
2837 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(mOut),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2838 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2839 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2840 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2841 PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2842 PyTuple_SetItem(ret,5,SWIG_NewPointerObj(SWIG_as_voidptr(d4),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2843 PyTuple_SetItem(ret,6,SWIG_NewPointerObj(SWIG_as_voidptr(dd5),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2847 DataArrayDouble *getPartBarycenterAndOwner(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2850 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2851 da->checkAllocated();
2852 return self->getPartBarycenterAndOwner(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2855 DataArrayDouble *getPartMeasureField(bool isAbs, DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2858 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2859 da->checkAllocated();
2860 return self->getPartMeasureField(isAbs,da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2863 MEDCouplingFieldDouble *buildPartOrthogonalField(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2866 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2867 da->checkAllocated();
2868 return self->buildPartOrthogonalField(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2871 PyObject *getTypesOfPart(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2874 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2875 da->checkAllocated();
2876 std::set<INTERP_KERNEL::NormalizedCellType> result=self->getTypesOfPart(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2877 std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
2878 PyObject *res = PyList_New(result.size());
2879 for (int i=0;iL!=result.end(); i++, iL++)
2880 PyList_SetItem(res,i,PyInt_FromLong(*iL));
2884 DataArrayInt *keepCellIdsByType(INTERP_KERNEL::NormalizedCellType type, DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2887 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2888 da->checkAllocated();
2889 DataArrayInt *ret=self->keepCellIdsByType(type,da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2890 ret->setName(da->getName().c_str());
2894 static PyObject *Intersect2DMeshes(const MEDCouplingUMesh *m1, const MEDCouplingUMesh *m2, double eps) throw(INTERP_KERNEL::Exception)
2896 DataArrayInt *cellNb1=0,*cellNb2=0;
2897 MEDCouplingUMesh *mret=MEDCouplingUMesh::Intersect2DMeshes(m1,m2,eps,cellNb1,cellNb2);
2898 PyObject *ret=PyTuple_New(3);
2899 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(mret),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2900 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellNb1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2901 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(cellNb2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2905 static PyObject *Intersect2DMeshWith1DLine(const MEDCouplingUMesh *mesh2D, const MEDCouplingUMesh *mesh1D, double eps) throw(INTERP_KERNEL::Exception)
2907 MEDCouplingUMesh *splitMesh2D(0),*splitMesh1D(0);
2908 DataArrayInt *cellIdInMesh2D(0),*cellIdInMesh1D(0);
2909 MEDCouplingUMesh::Intersect2DMeshWith1DLine(mesh2D,mesh1D,eps,splitMesh2D,splitMesh1D,cellIdInMesh2D,cellIdInMesh1D);
2910 PyObject *ret(PyTuple_New(4));
2911 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(splitMesh2D),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2912 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(splitMesh1D),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2913 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(cellIdInMesh2D),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2914 PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(cellIdInMesh1D),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2918 PyObject *buildSlice3D(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2920 int spaceDim=self->getSpaceDimension();
2922 throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::buildSlice3D : works only for spaceDim 3 !");
2924 DataArrayDouble *a,*a2;
2925 DataArrayDoubleTuple *aa,*aa2;
2926 std::vector<double> bb,bb2;
2928 const char msg[]="Python wrap of MEDCouplingUMesh::buildSlice3D : 1st paramater for origin.";
2929 const char msg2[]="Python wrap of MEDCouplingUMesh::buildSlice3D : 2nd paramater for vector.";
2930 const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2931 const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2933 DataArrayInt *cellIds=0;
2934 MEDCouplingUMesh *ret0=self->buildSlice3D(orig,vect,eps,cellIds);
2935 PyObject *ret=PyTuple_New(2);
2936 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2937 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2941 PyObject *buildSlice3DSurf(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2943 int spaceDim=self->getSpaceDimension();
2945 throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::buildSlice3DSurf : works only for spaceDim 3 !");
2947 DataArrayDouble *a,*a2;
2948 DataArrayDoubleTuple *aa,*aa2;
2949 std::vector<double> bb,bb2;
2951 const char msg[]="Python wrap of MEDCouplingUMesh::buildSlice3DSurf : 1st paramater for origin.";
2952 const char msg2[]="Python wrap of MEDCouplingUMesh::buildSlice3DSurf : 2nd paramater for vector.";
2953 const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2954 const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2956 DataArrayInt *cellIds=0;
2957 MEDCouplingUMesh *ret0=self->buildSlice3DSurf(orig,vect,eps,cellIds);
2958 PyObject *ret=PyTuple_New(2);
2959 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2960 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2964 MEDCouplingUMesh *clipSingle3DCellByPlane(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2967 DataArrayDouble *a,*a2;
2968 DataArrayDoubleTuple *aa,*aa2;
2969 std::vector<double> bb,bb2;
2971 const char msg[]="Python wrap of MEDCouplingUMesh::clipSingle3DCellByPlane : 1st paramater for origin.";
2972 const char msg2[]="Python wrap of MEDCouplingUMesh::clipSingle3DCellByPlane : 2nd paramater for vector.";
2973 const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,3,true);
2974 const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,3,true);
2975 MCAuto<MEDCouplingUMesh> ret(self->clipSingle3DCellByPlane(orig,vect,eps));
2979 DataArrayInt *getCellIdsCrossingPlane(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2981 int spaceDim=self->getSpaceDimension();
2983 throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : works only for spaceDim 3 !");
2985 DataArrayDouble *a,*a2;
2986 DataArrayDoubleTuple *aa,*aa2;
2987 std::vector<double> bb,bb2;
2989 const char msg[]="Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : 1st paramater for origin.";
2990 const char msg2[]="Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : 2nd paramater for vector.";
2991 const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2992 const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2993 return self->getCellIdsCrossingPlane(orig,vect,eps);
2996 void convertToPolyTypes(PyObject *li) throw(INTERP_KERNEL::Exception)
3000 std::vector<int> pos2;
3001 DataArrayInt *pos3=0;
3002 DataArrayIntTuple *pos4=0;
3003 convertIntStarLikePyObjToCpp(li,sw,pos1,pos2,pos3,pos4);
3008 self->convertToPolyTypes(&pos1,&pos1+1);
3015 self->convertToPolyTypes(&pos2[0],&pos2[0]+pos2.size());
3020 self->convertToPolyTypes(pos3->begin(),pos3->end());
3024 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::convertToPolyTypes : unexpected input array type recognized !");
3028 void convertAllToPoly();
3029 void convertExtrudedPolyhedra() throw(INTERP_KERNEL::Exception);
3030 bool unPolyze() throw(INTERP_KERNEL::Exception);
3031 void simplifyPolyhedra(double eps) throw(INTERP_KERNEL::Exception);
3032 MEDCouplingUMesh *buildSpreadZonesWithPoly() const throw(INTERP_KERNEL::Exception);
3033 MEDCouplingUMesh *buildExtrudedMesh(const MEDCouplingUMesh *mesh1D, int policy) throw(INTERP_KERNEL::Exception);
3036 //== MEDCouplingUMesh End
3038 //== MEDCouplingMappedExtrudedMesh
3040 class MEDCouplingMappedExtrudedMesh : public MEDCoupling::MEDCouplingMesh
3043 static MEDCouplingMappedExtrudedMesh *New(const MEDCouplingUMesh *mesh3D, const MEDCouplingUMesh *mesh2D, int cell2DId) throw(INTERP_KERNEL::Exception);
3044 static MEDCouplingMappedExtrudedMesh *New(const MEDCouplingCMesh *mesh3D) throw(INTERP_KERNEL::Exception);
3045 MEDCouplingUMesh *build3DUnstructuredMesh() const throw(INTERP_KERNEL::Exception);
3046 int get2DCellIdForExtrusion() const;
3048 MEDCouplingMappedExtrudedMesh(const MEDCouplingUMesh *mesh3D, const MEDCouplingUMesh *mesh2D, int cell2DId) throw(INTERP_KERNEL::Exception)
3050 return MEDCouplingMappedExtrudedMesh::New(mesh3D,mesh2D,cell2DId);
3053 MEDCouplingMappedExtrudedMesh(const MEDCouplingCMesh *mesh3D) throw(INTERP_KERNEL::Exception)
3055 return MEDCouplingMappedExtrudedMesh::New(mesh3D);
3058 MEDCouplingMappedExtrudedMesh()
3060 return MEDCouplingMappedExtrudedMesh::New();
3063 std::string __str__() const throw(INTERP_KERNEL::Exception)
3065 return self->simpleRepr();
3068 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3070 std::ostringstream oss;
3071 self->reprQuickOverview(oss);
3075 PyObject *getMesh2D() const throw(INTERP_KERNEL::Exception)
3077 MEDCouplingUMesh *ret=self->getMesh2D();
3080 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
3082 PyObject *getMesh1D() const throw(INTERP_KERNEL::Exception)
3084 MEDCouplingUMesh *ret=self->getMesh1D();
3087 return convertMesh(ret, SWIG_POINTER_OWN | 0 );
3089 PyObject *getMesh3DIds() const throw(INTERP_KERNEL::Exception)
3091 DataArrayInt *ret=self->getMesh3DIds();
3094 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
3099 //== MEDCouplingMappedExtrudedMesh End
3101 class MEDCoupling1GTUMesh : public MEDCoupling::MEDCouplingPointSet
3104 static MEDCoupling1GTUMesh *New(const std::string& name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
3105 static MEDCoupling1GTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
3106 INTERP_KERNEL::NormalizedCellType getCellModelEnum() const throw(INTERP_KERNEL::Exception);
3107 int getNodalConnectivityLength() const throw(INTERP_KERNEL::Exception);
3108 virtual void allocateCells(int nbOfCells=0) throw(INTERP_KERNEL::Exception);
3109 virtual void checkConsistencyOfConnectivity() const throw(INTERP_KERNEL::Exception);
3112 virtual void insertNextCell(PyObject *li) throw(INTERP_KERNEL::Exception)
3114 int szArr,sw,iTypppArr;
3115 std::vector<int> stdvecTyyppArr;
3116 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3117 self->insertNextCell(tmp,tmp+szArr);
3120 virtual DataArrayInt *getNodalConnectivity() const throw(INTERP_KERNEL::Exception)
3122 DataArrayInt *ret=self->getNodalConnectivity();
3123 if(ret) ret->incrRef();
3127 static MEDCouplingUMesh *AggregateOnSameCoordsToUMesh(PyObject *li) throw(INTERP_KERNEL::Exception)
3129 std::vector< const MEDCoupling1GTUMesh *> parts;
3130 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCoupling1GTUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCoupling1GTUMesh,"MEDCoupling1GTUMesh",parts);
3131 return MEDCoupling1GTUMesh::AggregateOnSameCoordsToUMesh(parts);
3136 //== MEDCoupling1SGTUMesh
3138 class MEDCoupling1SGTUMesh : public MEDCoupling::MEDCoupling1GTUMesh
3141 static MEDCoupling1SGTUMesh *New(const std::string& name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
3142 static MEDCoupling1SGTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
3143 void setNodalConnectivity(DataArrayInt *nodalConn) throw(INTERP_KERNEL::Exception);
3144 int getNumberOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
3145 static MEDCoupling1SGTUMesh *Merge1SGTUMeshes(const MEDCoupling1SGTUMesh *mesh1, const MEDCoupling1SGTUMesh *mesh2) throw(INTERP_KERNEL::Exception);
3146 MEDCoupling1SGTUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
3147 MEDCoupling1GTUMesh *computeDualMesh() const throw(INTERP_KERNEL::Exception);
3148 MEDCoupling1SGTUMesh *explodeEachHexa8To6Quad4() const throw(INTERP_KERNEL::Exception);
3149 DataArrayInt *sortHexa8EachOther() throw(INTERP_KERNEL::Exception);
3152 MEDCoupling1SGTUMesh()
3154 return MEDCoupling1SGTUMesh::New();
3157 MEDCoupling1SGTUMesh(const std::string& name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception)
3159 return MEDCoupling1SGTUMesh::New(name,type);
3162 MEDCoupling1SGTUMesh(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception)
3164 return MEDCoupling1SGTUMesh::New(m);
3167 std::string __str__() const throw(INTERP_KERNEL::Exception)
3169 return self->simpleRepr();
3172 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3174 std::ostringstream oss;
3175 self->reprQuickOverview(oss);
3179 PyObject *structurizeMe(double eps=1e-12) const throw(INTERP_KERNEL::Exception)
3181 DataArrayInt *cellPerm(0),*nodePerm(0);
3182 MEDCouplingCMesh *retCpp(self->structurizeMe(cellPerm,nodePerm,eps));
3183 PyObject *ret(PyTuple_New(3));
3184 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(retCpp),SWIGTYPE_p_MEDCoupling__MEDCouplingCMesh, SWIG_POINTER_OWN | 0 ));
3185 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellPerm),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3186 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(nodePerm),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3190 static MEDCoupling1SGTUMesh *Merge1SGTUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
3192 std::vector<const MEDCoupling::MEDCoupling1SGTUMesh *> tmp;
3193 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCoupling1SGTUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCoupling1SGTUMesh,"MEDCoupling1SGTUMesh",tmp);
3194 return MEDCoupling1SGTUMesh::Merge1SGTUMeshes(tmp);
3197 static MEDCoupling1SGTUMesh *Merge1SGTUMeshesOnSameCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
3199 std::vector<const MEDCoupling::MEDCoupling1SGTUMesh *> tmp;
3200 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCoupling1SGTUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCoupling1SGTUMesh,"MEDCoupling1SGTUMesh",tmp);
3201 return MEDCoupling1SGTUMesh::Merge1SGTUMeshesOnSameCoords(tmp);
3206 //== MEDCoupling1SGTUMesh End
3208 //== MEDCoupling1DGTUMesh
3210 class MEDCoupling1DGTUMesh : public MEDCoupling::MEDCoupling1GTUMesh
3213 static MEDCoupling1DGTUMesh *New(const std::string& name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
3214 static MEDCoupling1DGTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
3215 void setNodalConnectivity(DataArrayInt *nodalConn, DataArrayInt *nodalConnIndex) throw(INTERP_KERNEL::Exception);
3216 MEDCoupling1DGTUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
3217 bool isPacked() const throw(INTERP_KERNEL::Exception);
3220 MEDCoupling1DGTUMesh()
3222 return MEDCoupling1DGTUMesh::New();
3224 MEDCoupling1DGTUMesh(const std::string& name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception)
3226 return MEDCoupling1DGTUMesh::New(name,type);
3229 MEDCoupling1DGTUMesh(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception)
3231 return MEDCoupling1DGTUMesh::New(m);
3234 std::string __str__() const throw(INTERP_KERNEL::Exception)
3236 return self->simpleRepr();
3239 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3241 std::ostringstream oss;
3242 self->reprQuickOverview(oss);
3246 DataArrayInt *getNodalConnectivityIndex() const throw(INTERP_KERNEL::Exception)
3248 DataArrayInt *ret=self->getNodalConnectivityIndex();
3249 if(ret) ret->incrRef();
3253 PyObject *retrievePackedNodalConnectivity() const throw(INTERP_KERNEL::Exception)
3255 DataArrayInt *ret1=0,*ret2=0;
3256 bool ret0=self->retrievePackedNodalConnectivity(ret1,ret2);
3257 PyObject *ret0Py=ret0?Py_True:Py_False;
3259 PyObject *ret=PyTuple_New(3);
3260 PyTuple_SetItem(ret,0,ret0Py);
3261 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3262 PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3266 PyObject *copyWithNodalConnectivityPacked() const throw(INTERP_KERNEL::Exception)
3269 MEDCoupling1DGTUMesh *ret0=self->copyWithNodalConnectivityPacked(ret1);
3270 PyObject *ret=PyTuple_New(2);
3271 PyObject *ret1Py=ret1?Py_True:Py_False; Py_XINCREF(ret1Py);
3272 PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__MEDCoupling1DGTUMesh, SWIG_POINTER_OWN | 0 ));
3273 PyTuple_SetItem(ret,1,ret1Py);
3277 static MEDCoupling1DGTUMesh *Merge1DGTUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
3279 std::vector<const MEDCoupling::MEDCoupling1DGTUMesh *> tmp;
3280 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCoupling1DGTUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCoupling1DGTUMesh,"MEDCoupling1DGTUMesh",tmp);
3281 return MEDCoupling1DGTUMesh::Merge1DGTUMeshes(tmp);
3284 static MEDCoupling1DGTUMesh *Merge1DGTUMeshesOnSameCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
3286 std::vector<const MEDCoupling::MEDCoupling1DGTUMesh *> tmp;
3287 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCoupling1DGTUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCoupling1DGTUMesh,"MEDCoupling1DGTUMesh",tmp);
3288 return MEDCoupling1DGTUMesh::Merge1DGTUMeshesOnSameCoords(tmp);
3291 static DataArrayInt *AggregateNodalConnAndShiftNodeIds(PyObject *li, const std::vector<int>& offsetInNodeIdsPerElt) throw(INTERP_KERNEL::Exception)
3293 std::vector<const MEDCoupling::DataArrayInt *> tmp;
3294 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayInt *>(li,SWIGTYPE_p_MEDCoupling__DataArrayInt,"DataArrayInt",tmp);
3295 return MEDCoupling1DGTUMesh::AggregateNodalConnAndShiftNodeIds(tmp,offsetInNodeIdsPerElt);
3300 //== MEDCoupling1DGTUMeshEnd
3302 class MEDCouplingStructuredMesh : public MEDCoupling::MEDCouplingMesh
3305 int getCellIdFromPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception);
3306 int getNodeIdFromPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception);
3307 int getNumberOfCellsOfSubLevelMesh() const throw(INTERP_KERNEL::Exception);
3308 int getSpaceDimensionOnNodeStruct() const throw(INTERP_KERNEL::Exception);
3309 double computeSquareness() const throw(INTERP_KERNEL::Exception);
3310 virtual std::vector<int> getNodeGridStructure() const throw(INTERP_KERNEL::Exception);
3311 std::vector<int> getCellGridStructure() const throw(INTERP_KERNEL::Exception);
3312 MEDCoupling1SGTUMesh *build1SGTUnstructured() const throw(INTERP_KERNEL::Exception);
3313 std::vector<int> getLocationFromCellId(int cellId) const throw(INTERP_KERNEL::Exception);
3314 std::vector<int> getLocationFromNodeId(int cellId) const throw(INTERP_KERNEL::Exception);
3315 static INTERP_KERNEL::NormalizedCellType GetGeoTypeGivenMeshDimension(int meshDim) throw(INTERP_KERNEL::Exception);
3316 MEDCoupling1SGTUMesh *build1SGTSubLevelMesh() const throw(INTERP_KERNEL::Exception);
3317 static int DeduceNumberOfGivenStructure(const std::vector<int>& st) throw(INTERP_KERNEL::Exception);
3318 static DataArrayInt *ComputeCornersGhost(const std::vector<int>& st, int ghostLev) throw(INTERP_KERNEL::Exception);
3319 static std::vector<int> GetSplitVectFromStruct(const std::vector<int>& strct) throw(INTERP_KERNEL::Exception);
3322 virtual MEDCouplingStructuredMesh *buildStructuredSubPart(PyObject *cellPart) const throw(INTERP_KERNEL::Exception)
3324 int tmpp1=-1,tmpp2=-1;
3325 std::vector<int> tmp=fillArrayWithPyListInt2(cellPart,tmpp1,tmpp2);
3326 std::vector< std::pair<int,int> > inp;
3330 for(int i=0;i<tmpp1;i++)
3331 { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
3336 throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.buildStructuredSubPart : invalid input size ! Must be even size !");
3337 inp.resize(tmpp1/2);
3338 for(int i=0;i<tmpp1/2;i++)
3339 { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
3342 throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.buildStructuredSubPart : invalid input size !");
3343 return self->buildStructuredSubPart(inp);
3346 static DataArrayInt *BuildExplicitIdsFrom(PyObject *st, PyObject *part) throw(INTERP_KERNEL::Exception)
3348 std::vector< std::pair<int,int> > inp;
3349 convertPyToVectorPairInt(part,inp);
3351 int szArr,sw,iTypppArr;
3352 std::vector<int> stdvecTyyppArr;
3353 const int *tmp4=convertIntStarLikePyObjToCppIntStar(st,sw,szArr,iTypppArr,stdvecTyyppArr);
3354 std::vector<int> tmp5(tmp4,tmp4+szArr);
3356 return MEDCouplingStructuredMesh::BuildExplicitIdsFrom(tmp5,inp);
3359 static void MultiplyPartOf(const std::vector<int>& st, PyObject *part, double factor, DataArrayDouble *da) throw(INTERP_KERNEL::Exception)
3361 std::vector< std::pair<int,int> > inp;
3362 convertPyToVectorPairInt(part,inp);
3363 MEDCouplingStructuredMesh::MultiplyPartOf(st,inp,factor,da);
3366 static void MultiplyPartOfByGhost(const std::vector<int>& st, PyObject *part, int ghostSize, double factor, DataArrayDouble *da) throw(INTERP_KERNEL::Exception)
3368 std::vector< std::pair<int,int> > inp;
3369 convertPyToVectorPairInt(part,inp);
3370 MEDCouplingStructuredMesh::MultiplyPartOfByGhost(st,inp,ghostSize,factor,da);
3373 static PyObject *PutInGhostFormat(int ghostSize, const std::vector<int>& st, PyObject *part) throw(INTERP_KERNEL::Exception)
3375 std::vector< std::pair<int,int> > inp;
3376 convertPyToVectorPairInt(part,inp);
3377 std::vector<int> stWithGhost;
3378 std::vector< std::pair<int,int> > partWithGhost;
3379 MEDCouplingStructuredMesh::PutInGhostFormat(ghostSize,st,inp,stWithGhost,partWithGhost);
3380 PyObject *ret(PyTuple_New(2));
3381 PyTuple_SetItem(ret,0,convertIntArrToPyList2(stWithGhost));
3382 PyTuple_SetItem(ret,1,convertFromVectorPairInt(partWithGhost));
3386 static DataArrayDouble *ExtractFieldOfDoubleFrom(const std::vector<int>& st, const DataArrayDouble *fieldOfDbl, PyObject *partCompactFormat) throw(INTERP_KERNEL::Exception)
3388 std::vector< std::pair<int,int> > inp;
3389 convertPyToVectorPairInt(partCompactFormat,inp);
3390 return MEDCouplingStructuredMesh::ExtractFieldOfDoubleFrom(st,fieldOfDbl,inp);
3393 static void AssignPartOfFieldOfDoubleUsing(const std::vector<int>& st, DataArrayDouble *fieldOfDbl, PyObject *partCompactFormat, const DataArrayDouble *other) throw(INTERP_KERNEL::Exception)
3395 std::vector< std::pair<int,int> > inp;
3396 convertPyToVectorPairInt(partCompactFormat,inp);
3397 MEDCouplingStructuredMesh::AssignPartOfFieldOfDoubleUsing(st,fieldOfDbl,inp,other);
3400 static int DeduceNumberOfGivenRangeInCompactFrmt(PyObject *part) throw(INTERP_KERNEL::Exception)
3402 std::vector< std::pair<int,int> > inp;
3403 convertPyToVectorPairInt(part,inp);
3404 return MEDCouplingStructuredMesh::DeduceNumberOfGivenRangeInCompactFrmt(inp);
3407 static DataArrayInt *Build1GTNodalConnectivity(PyObject *li) throw(INTERP_KERNEL::Exception)
3409 int szArr,sw,iTypppArr;
3410 std::vector<int> stdvecTyyppArr;
3411 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3412 return MEDCouplingStructuredMesh::Build1GTNodalConnectivity(tmp,tmp+szArr);
3415 static DataArrayInt *Build1GTNodalConnectivityOfSubLevelMesh(PyObject *li) throw(INTERP_KERNEL::Exception)
3417 int szArr,sw,iTypppArr;
3418 std::vector<int> stdvecTyyppArr;
3419 const int *tmp(convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr));
3420 return MEDCouplingStructuredMesh::Build1GTNodalConnectivityOfSubLevelMesh(tmp,tmp+szArr);
3423 static std::vector<int> GetDimensionsFromCompactFrmt(PyObject *partCompactFormat) throw(INTERP_KERNEL::Exception)
3425 std::vector< std::pair<int,int> > inp;
3426 convertPyToVectorPairInt(partCompactFormat,inp);
3427 return MEDCouplingStructuredMesh::GetDimensionsFromCompactFrmt(inp);
3430 static PyObject *GetCompactFrmtFromDimensions(const std::vector<int>& dims) throw(INTERP_KERNEL::Exception)
3432 std::vector< std::pair<int,int> > ret(MEDCouplingStructuredMesh::GetCompactFrmtFromDimensions(dims));
3433 PyObject *retPy=PyList_New(ret.size());
3434 for(std::size_t i=0;i<ret.size();i++)
3436 PyObject *tmp=PyTuple_New(2);
3437 PyTuple_SetItem(tmp,0,PyInt_FromLong(ret[i].first));
3438 PyTuple_SetItem(tmp,1,PyInt_FromLong(ret[i].second));
3439 PyList_SetItem(retPy,i,tmp);
3444 static PyObject *IntersectRanges(PyObject *r1, PyObject *r2) throw(INTERP_KERNEL::Exception)
3446 std::vector< std::pair<int,int> > r1Cpp,r2Cpp;
3447 convertPyToVectorPairInt(r1,r1Cpp);
3448 convertPyToVectorPairInt(r2,r2Cpp);
3449 std::vector< std::pair<int,int> > ret(MEDCouplingStructuredMesh::IntersectRanges(r1Cpp,r2Cpp));
3450 PyObject *retPy=PyList_New(ret.size());
3451 for(std::size_t i=0;i<ret.size();i++)
3453 PyObject *tmp=PyTuple_New(2);
3454 PyTuple_SetItem(tmp,0,PyInt_FromLong(ret[i].first));
3455 PyTuple_SetItem(tmp,1,PyInt_FromLong(ret[i].second));
3456 PyList_SetItem(retPy,i,tmp);
3461 static bool AreRangesIntersect(PyObject *r1, PyObject *r2)
3463 std::vector< std::pair<int,int> > r1Cpp,r2Cpp;
3464 convertPyToVectorPairInt(r1,r1Cpp);
3465 convertPyToVectorPairInt(r2,r2Cpp);
3466 return MEDCouplingStructuredMesh::AreRangesIntersect(r1Cpp,r2Cpp);
3469 static PyObject *IsPartStructured(PyObject *li, PyObject *st) throw(INTERP_KERNEL::Exception)
3471 int szArr,sw,iTypppArr;
3472 std::vector<int> stdvecTyyppArr;
3473 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3474 int szArr2,sw2,iTypppArr2;
3475 std::vector<int> stdvecTyyppArr2;
3476 const int *tmp2=convertIntStarLikePyObjToCppIntStar(st,sw2,szArr2,iTypppArr2,stdvecTyyppArr2);
3477 std::vector<int> tmp3(tmp2,tmp2+szArr2);
3478 std::vector< std::pair<int,int> > partCompactFormat;
3479 bool ret0=MEDCouplingStructuredMesh::IsPartStructured(tmp,tmp+szArr,tmp3,partCompactFormat);
3480 PyObject *ret=PyTuple_New(2);
3481 PyObject *ret0Py=ret0?Py_True:Py_False; Py_XINCREF(ret0Py);
3482 PyTuple_SetItem(ret,0,ret0Py);
3483 PyObject *ret1Py=PyList_New(partCompactFormat.size());
3484 for(std::size_t i=0;i<partCompactFormat.size();i++)
3486 PyObject *tmp4=PyTuple_New(2);
3487 PyTuple_SetItem(tmp4,0,PyInt_FromLong(partCompactFormat[i].first));
3488 PyTuple_SetItem(tmp4,1,PyInt_FromLong(partCompactFormat[i].second));
3489 PyList_SetItem(ret1Py,i,tmp4);
3491 PyTuple_SetItem(ret,1,ret1Py);
3495 static PyObject *ChangeReferenceFromGlobalOfCompactFrmt(PyObject *bigInAbs, PyObject *partOfBigInAbs, bool check=true) throw(INTERP_KERNEL::Exception)
3497 std::vector< std::pair<int,int> > param0,param1,ret;
3498 convertPyToVectorPairInt(bigInAbs,param0);
3499 convertPyToVectorPairInt(partOfBigInAbs,param1);
3500 MEDCouplingStructuredMesh::ChangeReferenceFromGlobalOfCompactFrmt(param0,param1,ret,check);
3501 PyObject *retPy(PyList_New(ret.size()));
3502 for(std::size_t i=0;i<ret.size();i++)
3504 PyObject *tmp(PyTuple_New(2));
3505 PyTuple_SetItem(tmp,0,PyInt_FromLong(ret[i].first));
3506 PyTuple_SetItem(tmp,1,PyInt_FromLong(ret[i].second));
3507 PyList_SetItem(retPy,i,tmp);
3512 static PyObject *TranslateCompactFrmt(PyObject *part, const std::vector<int>& translation) throw(INTERP_KERNEL::Exception)
3514 std::vector< std::pair<int,int> > param0;
3515 convertPyToVectorPairInt(part,param0);
3516 std::vector< std::pair<int,int> > ret(MEDCouplingStructuredMesh::TranslateCompactFrmt(param0,translation));
3517 PyObject *retPy(PyList_New(ret.size()));
3518 for(std::size_t i=0;i<ret.size();i++)
3520 PyObject *tmp(PyTuple_New(2));
3521 PyTuple_SetItem(tmp,0,PyInt_FromLong(ret[i].first));
3522 PyTuple_SetItem(tmp,1,PyInt_FromLong(ret[i].second));
3523 PyList_SetItem(retPy,i,tmp);
3528 static std::vector<int> FindTranslationFrom(PyObject *startingFrom, PyObject *goingTo) throw(INTERP_KERNEL::Exception)
3530 std::vector< std::pair<int,int> > param0,param1;
3531 convertPyToVectorPairInt(startingFrom,param0);
3532 convertPyToVectorPairInt(goingTo,param1);
3533 return MEDCouplingStructuredMesh::FindTranslationFrom(param0,param1);
3536 static PyObject *ChangeReferenceToGlobalOfCompactFrmt(PyObject *bigInAbs, PyObject *partOfBigRelativeToBig, bool check=true) throw(INTERP_KERNEL::Exception)
3538 std::vector< std::pair<int,int> > param0,param1,ret;
3539 convertPyToVectorPairInt(bigInAbs,param0);
3540 convertPyToVectorPairInt(partOfBigRelativeToBig,param1);
3541 MEDCouplingStructuredMesh::ChangeReferenceToGlobalOfCompactFrmt(param0,param1,ret,check);
3542 PyObject *retPy(PyList_New(ret.size()));
3543 for(std::size_t i=0;i<ret.size();i++)
3545 PyObject *tmp(PyTuple_New(2));
3546 PyTuple_SetItem(tmp,0,PyInt_FromLong(ret[i].first));
3547 PyTuple_SetItem(tmp,1,PyInt_FromLong(ret[i].second));
3548 PyList_SetItem(retPy,i,tmp);
3555 class MEDCouplingCurveLinearMesh;
3557 //== MEDCouplingCMesh
3559 class MEDCouplingCMesh : public MEDCoupling::MEDCouplingStructuredMesh
3562 static MEDCouplingCMesh *New() throw(INTERP_KERNEL::Exception);
3563 static MEDCouplingCMesh *New(const std::string& meshName) throw(INTERP_KERNEL::Exception);
3564 void setCoords(const DataArrayDouble *coordsX,
3565 const DataArrayDouble *coordsY=0,
3566 const DataArrayDouble *coordsZ=0) throw(INTERP_KERNEL::Exception);
3567 void setCoordsAt(int i, const DataArrayDouble *arr) throw(INTERP_KERNEL::Exception);
3568 MEDCouplingCurveLinearMesh *buildCurveLinear() const throw(INTERP_KERNEL::Exception);
3570 MEDCouplingCMesh() throw(INTERP_KERNEL::Exception)
3572 return MEDCouplingCMesh::New();
3574 MEDCouplingCMesh(const std::string& meshName) throw(INTERP_KERNEL::Exception)
3576 return MEDCouplingCMesh::New(meshName);
3578 std::string __str__() const throw(INTERP_KERNEL::Exception)
3580 return self->simpleRepr();
3582 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3584 std::ostringstream oss;
3585 self->reprQuickOverview(oss);
3588 DataArrayDouble *getCoordsAt(int i) throw(INTERP_KERNEL::Exception)
3590 DataArrayDouble *ret=self->getCoordsAt(i);
3598 //== MEDCouplingCMesh End
3600 //== MEDCouplingCurveLinearMesh
3602 class MEDCouplingCurveLinearMesh : public MEDCoupling::MEDCouplingStructuredMesh
3605 static MEDCouplingCurveLinearMesh *New() throw(INTERP_KERNEL::Exception);
3606 static MEDCouplingCurveLinearMesh *New(const std::string& meshName) throw(INTERP_KERNEL::Exception);
3607 void setCoords(const DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
3609 MEDCouplingCurveLinearMesh() throw(INTERP_KERNEL::Exception)
3611 return MEDCouplingCurveLinearMesh::New();
3613 MEDCouplingCurveLinearMesh(const std::string& meshName) throw(INTERP_KERNEL::Exception)
3615 return MEDCouplingCurveLinearMesh::New(meshName);
3617 std::string __str__() const throw(INTERP_KERNEL::Exception)
3619 return self->simpleRepr();
3621 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3623 std::ostringstream oss;
3624 self->reprQuickOverview(oss);
3627 DataArrayDouble *getCoords() throw(INTERP_KERNEL::Exception)
3629 DataArrayDouble *ret=self->getCoords();
3634 void setNodeGridStructure(PyObject *gridStruct) throw(INTERP_KERNEL::Exception)
3636 int szArr,sw,iTypppArr;
3637 std::vector<int> stdvecTyyppArr;
3638 const int *tmp=convertIntStarLikePyObjToCppIntStar(gridStruct,sw,szArr,iTypppArr,stdvecTyyppArr);
3639 self->setNodeGridStructure(tmp,tmp+szArr);
3644 //== MEDCouplingCurveLinearMesh End
3646 //== MEDCouplingIMesh
3648 class MEDCouplingIMesh : public MEDCoupling::MEDCouplingStructuredMesh
3651 static MEDCouplingIMesh *New() throw(INTERP_KERNEL::Exception);
3653 void setSpaceDimension(int spaceDim) throw(INTERP_KERNEL::Exception);
3654 std::vector<int> getNodeStruct() const throw(INTERP_KERNEL::Exception);
3655 std::vector<double> getOrigin() const throw(INTERP_KERNEL::Exception);
3656 std::vector<double> getDXYZ() const throw(INTERP_KERNEL::Exception);
3657 void setAxisUnit(const std::string& unitName) throw(INTERP_KERNEL::Exception);
3658 std::string getAxisUnit() const throw(INTERP_KERNEL::Exception);
3659 double getMeasureOfAnyCell() const throw(INTERP_KERNEL::Exception);
3660 MEDCouplingCMesh *convertToCartesian() const throw(INTERP_KERNEL::Exception);
3661 void refineWithFactor(const std::vector<int>& factors) throw(INTERP_KERNEL::Exception);
3662 MEDCouplingIMesh *asSingleCell() const throw(INTERP_KERNEL::Exception);
3663 MEDCouplingIMesh *buildWithGhost(int ghostLev) const throw(INTERP_KERNEL::Exception);
3668 return MEDCouplingIMesh::New();
3670 static MEDCouplingIMesh *New(const std::string& meshName, int spaceDim, PyObject *nodeStrct, PyObject *origin, PyObject *dxyz) throw(INTERP_KERNEL::Exception)
3672 static const char msg0[]="MEDCouplingIMesh::New : error on 'origin' parameter !";
3673 static const char msg1[]="MEDCouplingIMesh::New : error on 'dxyz' parameter !";
3674 const int *nodeStrctPtr(0);
3675 const double *originPtr(0),*dxyzPtr(0);
3677 std::vector<int> bb0;
3678 nodeStrctPtr=convertIntStarLikePyObjToCppIntStar(nodeStrct,sw,sz,val0,bb0);
3681 std::vector<double> bb,bb2;
3683 originPtr=convertObjToPossibleCpp5_SingleCompo(origin,sw,val,bb,msg0,false,sz1);
3684 dxyzPtr=convertObjToPossibleCpp5_SingleCompo(dxyz,sw,val2,bb2,msg1,false,sz2);
3686 return MEDCouplingIMesh::New(meshName,spaceDim,nodeStrctPtr,nodeStrctPtr+sz,originPtr,originPtr+sz1,dxyzPtr,dxyzPtr+sz2);
3689 MEDCouplingIMesh(const std::string& meshName, int spaceDim, PyObject *nodeStrct, PyObject *origin, PyObject *dxyz) throw(INTERP_KERNEL::Exception)
3691 return MEDCoupling_MEDCouplingIMesh_New__SWIG_1(meshName,spaceDim,nodeStrct,origin,dxyz);
3694 void setNodeStruct(PyObject *nodeStrct) throw(INTERP_KERNEL::Exception)
3697 std::vector<int> bb0;
3698 const int *nodeStrctPtr(convertIntStarLikePyObjToCppIntStar(nodeStrct,sw,sz,val0,bb0));
3699 self->setNodeStruct(nodeStrctPtr,nodeStrctPtr+sz);
3702 void setOrigin(PyObject *origin) throw(INTERP_KERNEL::Exception)
3704 static const char msg[]="MEDCouplingIMesh::setOrigin : invalid input 'origin' parameter ! integer, float, list/tuple of float, DataArrayDouble or DataArrayDoubleTuple supported !";
3707 DataArrayDoubleTuple *aa;
3708 std::vector<double> bb;
3710 const double *originPtr(convertObjToPossibleCpp5_SingleCompo(origin,sw,val,bb,msg,false,nbTuples));
3711 self->setOrigin(originPtr,originPtr+nbTuples);
3714 void setDXYZ(PyObject *dxyz) throw(INTERP_KERNEL::Exception)
3716 static const char msg[]="MEDCouplingIMesh::setDXYZ : invalid input 'dxyz' parameter ! integer, float, list/tuple of float, DataArrayDouble or DataArrayDoubleTuple supported !";
3719 DataArrayDoubleTuple *aa;
3720 std::vector<double> bb;
3722 const double *originPtr(convertObjToPossibleCpp5_SingleCompo(dxyz,sw,val,bb,msg,false,nbTuples));
3723 self->setDXYZ(originPtr,originPtr+nbTuples);
3726 static void CondenseFineToCoarse(const std::vector<int>& coarseSt, const DataArrayDouble *fineDA, PyObject *fineLocInCoarse, const std::vector<int>& facts, DataArrayDouble *coarseDA) throw(INTERP_KERNEL::Exception)
3728 std::vector< std::pair<int,int> > inp;
3729 convertPyToVectorPairInt(fineLocInCoarse,inp);
3730 MEDCouplingIMesh::CondenseFineToCoarse(coarseSt,fineDA,inp,facts,coarseDA);
3733 static void CondenseFineToCoarseGhost(const std::vector<int>& coarseSt, const DataArrayDouble *fineDA, PyObject *fineLocInCoarse, const std::vector<int>& facts, DataArrayDouble *coarseDA, int ghostSize) throw(INTERP_KERNEL::Exception)
3735 std::vector< std::pair<int,int> > inp;
3736 convertPyToVectorPairInt(fineLocInCoarse,inp);
3737 MEDCouplingIMesh::CondenseFineToCoarseGhost(coarseSt,fineDA,inp,facts,coarseDA,ghostSize);
3740 static void SpreadCoarseToFine(const DataArrayDouble *coarseDA, const std::vector<int>& coarseSt, DataArrayDouble *fineDA, PyObject *fineLocInCoarse, const std::vector<int>& facts) throw(INTERP_KERNEL::Exception)
3742 std::vector< std::pair<int,int> > inp;
3743 convertPyToVectorPairInt(fineLocInCoarse,inp);
3744 MEDCouplingIMesh::SpreadCoarseToFine(coarseDA,coarseSt,fineDA,inp,facts);
3747 static void SpreadCoarseToFineGhost(const DataArrayDouble *coarseDA, const std::vector<int>& coarseSt, DataArrayDouble *fineDA, PyObject *fineLocInCoarse, const std::vector<int>& facts, int ghostSize) throw(INTERP_KERNEL::Exception)
3749 std::vector< std::pair<int,int> > inp;
3750 convertPyToVectorPairInt(fineLocInCoarse,inp);
3751 MEDCouplingIMesh::SpreadCoarseToFineGhost(coarseDA,coarseSt,fineDA,inp,facts,ghostSize);
3754 static void SpreadCoarseToFineGhostZone(const DataArrayDouble *coarseDA, const std::vector<int>& coarseSt, DataArrayDouble *fineDA, PyObject *fineLocInCoarse, const std::vector<int>& facts, int ghostSize) throw(INTERP_KERNEL::Exception)
3756 std::vector< std::pair<int,int> > inp;
3757 convertPyToVectorPairInt(fineLocInCoarse,inp);
3758 MEDCouplingIMesh::SpreadCoarseToFineGhostZone(coarseDA,coarseSt,fineDA,inp,facts,ghostSize);
3761 std::string __str__() const throw(INTERP_KERNEL::Exception)
3763 return self->simpleRepr();
3765 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3767 std::ostringstream oss;
3768 self->reprQuickOverview(oss);
3774 //== MEDCouplingIMesh End
3778 namespace MEDCoupling
3780 class MEDCouplingField : public MEDCoupling::RefCountObject, public MEDCoupling::TimeLabel
3783 virtual void checkConsistencyLight() const throw(INTERP_KERNEL::Exception);
3784 virtual bool areCompatibleForMerge(const MEDCouplingField *other) const throw(INTERP_KERNEL::Exception);
3785 virtual void copyTinyStringsFrom(const MEDCouplingField *other) throw(INTERP_KERNEL::Exception);
3786 void setMesh(const MEDCoupling::MEDCouplingMesh *mesh) throw(INTERP_KERNEL::Exception);
3787 void setName(const char *name) throw(INTERP_KERNEL::Exception);
3788 std::string getDescription() const throw(INTERP_KERNEL::Exception);
3789 void setDescription(const char *desc) throw(INTERP_KERNEL::Exception);
3790 std::string getName() const throw(INTERP_KERNEL::Exception);
3791 TypeOfField getTypeOfField() const throw(INTERP_KERNEL::Exception);
3792 NatureOfField getNature() const throw(INTERP_KERNEL::Exception);
3793 virtual void setNature(NatureOfField nat) throw(INTERP_KERNEL::Exception);
3794 DataArrayDouble *getLocalizationOfDiscr() const throw(INTERP_KERNEL::Exception);
3795 MEDCouplingFieldDouble *buildMeasureField(bool isAbs) const throw(INTERP_KERNEL::Exception);
3796 int getNumberOfTuplesExpected() const throw(INTERP_KERNEL::Exception);
3797 int getNumberOfMeshPlacesExpected() const throw(INTERP_KERNEL::Exception);
3798 void setGaussLocalizationOnType(INTERP_KERNEL::NormalizedCellType type, const std::vector<double>& refCoo,
3799 const std::vector<double>& gsCoo, const std::vector<double>& wg) throw(INTERP_KERNEL::Exception);
3800 void clearGaussLocalizations() throw(INTERP_KERNEL::Exception);
3801 MEDCouplingGaussLocalization& getGaussLocalization(int locId) throw(INTERP_KERNEL::Exception);
3802 int getNbOfGaussLocalization() const throw(INTERP_KERNEL::Exception);
3803 int getGaussLocalizationIdOfOneCell(int cellId) const throw(INTERP_KERNEL::Exception);
3804 const MEDCouplingGaussLocalization& getGaussLocalization(int locId) const throw(INTERP_KERNEL::Exception);
3805 int getGaussLocalizationIdOfOneType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
3806 void setDiscretization(MEDCouplingFieldDiscretization *newDisc);
3808 PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
3810 MEDCouplingMesh *ret1=const_cast<MEDCouplingMesh *>(self->getMesh());
3813 return convertMesh(ret1,SWIG_POINTER_OWN | 0 );
3816 PyObject *getDiscretization() throw(INTERP_KERNEL::Exception)
3818 MEDCouplingFieldDiscretization *ret=self->getDiscretization();
3821 return convertFieldDiscretization(ret,SWIG_POINTER_OWN | 0 );
3824 PyObject *getGaussLocalizationIdsOfOneType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception)
3826 std::set<int> ret=self->getGaussLocalizationIdsOfOneType(type);
3827 return convertIntArrToPyList3(ret);
3830 PyObject *buildSubMeshData(PyObject *li) const throw(INTERP_KERNEL::Exception)
3832 DataArrayInt *ret1=0;
3833 MEDCouplingMesh *ret0=0;
3835 int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_MEDCoupling__DataArrayInt, 0 | 0 );
3836 if (!SWIG_IsOK(res1))
3839 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
3840 ret0=self->buildSubMeshData(tmp,tmp+size,ret1);
3844 DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
3846 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
3847 da2->checkAllocated();
3848 ret0=self->buildSubMeshData(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),ret1);
3850 PyObject *res = PyList_New(2);
3851 PyList_SetItem(res,0,convertMesh(ret0, SWIG_POINTER_OWN | 0 ));
3852 PyList_SetItem(res,1,SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_MEDCoupling__DataArrayInt,SWIG_POINTER_OWN | 0));
3856 PyObject *buildSubMeshDataRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception)
3858 DataArrayInt *ret1=0;
3860 MEDCouplingMesh *ret0=self->buildSubMeshDataRange(begin,end,step,bb,ee,ss,ret1);
3861 PyObject *res=PyTuple_New(2);
3862 PyTuple_SetItem(res,0,convertMesh(ret0, SWIG_POINTER_OWN | 0 ));
3864 PyTuple_SetItem(res,1,SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_MEDCoupling__DataArrayInt,SWIG_POINTER_OWN | 0));
3867 PyObject *res1=PySlice_New(PyInt_FromLong(bb),PyInt_FromLong(ee),PyInt_FromLong(ss));
3868 PyTuple_SetItem(res,1,res1);
3873 DataArrayInt *computeTupleIdsToSelectFromCellIds(PyObject *cellIds) const
3876 int v0; std::vector<int> v1;
3877 const int *cellIdsBg(convertIntStarLikePyObjToCppIntStar(cellIds,sw,sz,v0,v1));
3878 return self->computeTupleIdsToSelectFromCellIds(cellIdsBg,cellIdsBg+sz);
3881 void setGaussLocalizationOnCells(PyObject *li, const std::vector<double>& refCoo,
3882 const std::vector<double>& gsCoo, const std::vector<double>& wg) throw(INTERP_KERNEL::Exception)
3885 int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_MEDCoupling__DataArrayInt, 0 | 0 );
3886 if (!SWIG_IsOK(res1))
3889 INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
3890 self->setGaussLocalizationOnCells(tmp,((int *)tmp)+size,refCoo,gsCoo,wg);
3894 DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
3896 throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
3897 da2->checkAllocated();
3898 self->setGaussLocalizationOnCells(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),refCoo,gsCoo,wg);
3902 PyObject *getCellIdsHavingGaussLocalization(int locId) const throw(INTERP_KERNEL::Exception)
3904 std::vector<int> tmp;
3905 self->getCellIdsHavingGaussLocalization(locId,tmp);
3906 DataArrayInt *ret=DataArrayInt::New();
3907 ret->alloc((int)tmp.size(),1);
3908 std::copy(tmp.begin(),tmp.end(),ret->getPointer());
3909 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
3912 int getNumberOfTuplesExpectedRegardingCode(PyObject *code, PyObject *idsPerType) const throw(INTERP_KERNEL::Exception)
3914 std::vector<int> inp0;
3915 convertPyToNewIntArr4(code,1,3,inp0);
3916 std::vector<const DataArrayInt *> inp1;
3917 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayInt *>(idsPerType,SWIGTYPE_p_MEDCoupling__DataArrayInt,"DataArrayInt",inp1);
3918 return self->getNumberOfTuplesExpectedRegardingCode(inp0,inp1);
3923 class MEDCouplingFieldTemplate : public MEDCoupling::MEDCouplingField
3926 static MEDCouplingFieldTemplate *New(const MEDCouplingFieldDouble& f) throw(INTERP_KERNEL::Exception);
3927 static MEDCouplingFieldTemplate *New(const MEDCouplingFieldFloat& f) throw(INTERP_KERNEL::Exception);
3928 static MEDCouplingFieldTemplate *New(const MEDCouplingFieldInt& f) throw(INTERP_KERNEL::Exception);
3929 static MEDCouplingFieldTemplate *New(TypeOfField type);
3930 std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3931 std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
3932 bool isEqual(const MEDCouplingFieldTemplate *other, double meshPrec) const throw(INTERP_KERNEL::Exception);
3933 bool isEqualWithoutConsideringStr(const MEDCouplingFieldTemplate *other, double meshPrec) const throw(INTERP_KERNEL::Exception);
3936 MEDCouplingFieldTemplate(const MEDCouplingFieldDouble& f) throw(INTERP_KERNEL::Exception)
3938 return MEDCouplingFieldTemplate::New(f);
3941 MEDCouplingFieldTemplate(const MEDCouplingFieldFloat& f) throw(INTERP_KERNEL::Exception)
3943 return MEDCouplingFieldTemplate::New(f);
3946 MEDCouplingFieldTemplate(const MEDCouplingFieldInt& f) throw(INTERP_KERNEL::Exception)
3948 return MEDCouplingFieldTemplate::New(f);
3951 MEDCouplingFieldTemplate(TypeOfField type) throw(INTERP_KERNEL::Exception)
3953 return MEDCouplingFieldTemplate::New(type);
3956 std::string __str__() const throw(INTERP_KERNEL::Exception)
3958 return self->simpleRepr();
3961 std::string __repr__() const throw(INTERP_KERNEL::Exception)
3963 std::ostringstream oss;
3964 self->reprQuickOverview(oss);
3968 PyObject *isEqualIfNotWhy(const MEDCouplingFieldTemplate *other, double meshPrec) const throw(INTERP_KERNEL::Exception)
3971 bool ret0=self->isEqualIfNotWhy(other,meshPrec,ret1);
3972 PyObject *ret=PyTuple_New(2);
3973 PyObject *ret0Py=ret0?Py_True:Py_False;
3975 PyTuple_SetItem(ret,0,ret0Py);
3976 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
3983 class MEDCouplingFieldT : public MEDCoupling::MEDCouplingField
3986 TypeOfTimeDiscretization getTimeDiscretization() const throw(INTERP_KERNEL::Exception);
3988 MEDCouplingFieldT();
3989 ~MEDCouplingFieldT();
3992 %template(DTC3) MEDCoupling::MEDCouplingFieldT<double>;
3993 %template(MEDCouplingFieldTfloat) MEDCoupling::MEDCouplingFieldT<float>;
3994 %template(MEDCouplingFieldTint) MEDCoupling::MEDCouplingFieldT<int>;
3996 class MEDCouplingFieldInt;
3997 class MEDCouplingFieldFloat;
3999 class MEDCouplingFieldDouble : public MEDCouplingFieldT<double>
4002 static MEDCouplingFieldDouble *New(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME);
4003 static MEDCouplingFieldDouble *New(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME);
4004 bool isEqual(const MEDCouplingFieldDouble *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception);
4005 bool isEqualWithoutConsideringStr(const MEDCouplingFieldDouble *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception);
4006 void setTimeUnit(const std::string& unit);
4007 std::string getTimeUnit() const;
4008 void synchronizeTimeWithSupport() throw(INTERP_KERNEL::Exception);
4009 void copyTinyAttrFrom(const MEDCouplingFieldDouble *other) throw(INTERP_KERNEL::Exception);
4010 void copyAllTinyAttrFrom(const MEDCouplingFieldDouble *other) throw(INTERP_KERNEL::Exception);
4011 std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
4012 std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
4013 std::string writeVTK(const std::string& fileName, bool isBinary=true) const throw(INTERP_KERNEL::Exception);
4014 MEDCouplingFieldInt *convertToIntField() const throw(INTERP_KERNEL::Exception);
4015 MEDCouplingFieldFloat *convertToFloatField() const throw(INTERP_KERNEL::Exception);
4016 MEDCouplingFieldDouble *clone(bool recDeepCpy) const;
4017 MEDCouplingFieldDouble *cloneWithMesh(bool recDeepCpy) const;
4018 MEDCouplingFieldDouble *deepCopy() const;
4019 MEDCouplingFieldDouble *buildNewTimeReprFromThis(TypeOfTimeDiscretization td, bool deepCopy) const throw(INTERP_KERNEL::Exception);
4020 MEDCouplingFieldDouble *nodeToCellDiscretization() const throw(INTERP_KERNEL::Exception);
4021 MEDCouplingFieldDouble *cellToNodeDiscretization() const throw(INTERP_KERNEL::Exception);
4022 double getIJ(int tupleId, int compoId) const throw(INTERP_KERNEL::Exception);
4023 double getIJK(int cellId, int nodeIdInCell, int compoId) const throw(INTERP_KERNEL::Exception);
4024 void synchronizeTimeWithMesh() throw(INTERP_KERNEL::Exception);
4025 void setArray(DataArrayDouble *array) throw(INTERP_KERNEL::Exception);
4026 void setEndArray(DataArrayDouble *array) throw(INTERP_KERNEL::Exception);
4027 void setTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
4028 void setStartTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
4029 void setEndTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
4030 void applyLin(double a, double b, int compoId) throw(INTERP_KERNEL::Exception);
4031 void applyLin(double a, double b) throw(INTERP_KERNEL::Exception);
4032 int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
4033 int getNumberOfTuples() const throw(INTERP_KERNEL::Exception);
4034 int getNumberOfValues() const throw(INTERP_KERNEL::Exception);
4035 void setTimeTolerance(double val) throw(INTERP_KERNEL::Exception);
4036 double getTimeTolerance() const throw(INTERP_KERNEL::Exception);
4037 void setIteration(int it) throw(INTERP_KERNEL::Exception);
4038 void setEndIteration(int it) throw(INTERP_KERNEL::Exception);
4039 void setOrder(int order) throw(INTERP_KERNEL::Exception);
4040 void setEndOrder(int order) throw(INTERP_KERNEL::Exception);
4041 void setTimeValue(double val) throw(INTERP_KERNEL::Exception);
4042 void setEndTimeValue(double val) throw(INTERP_KERNEL::Exception);
4043 void changeUnderlyingMesh(const MEDCouplingMesh *other, int levOfCheck, double precOnMesh, double eps=1e-15) throw(INTERP_KERNEL::Exception);
4044 void substractInPlaceDM(const MEDCouplingFieldDouble *f, int levOfCheck, double precOnMesh, double eps=1e-15) throw(INTERP_KERNEL::Exception);
4045 bool mergeNodes(double eps, double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
4046 bool mergeNodesCenter(double eps, double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
4047 bool zipCoords(double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
4048 bool zipConnectivity(int compType,double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
4049 bool simplexize(int policy) throw(INTERP_KERNEL::Exception);
4050 MEDCouplingFieldDouble *doublyContractedProduct() const throw(INTERP_KERNEL::Exception);
4051 MEDCouplingFieldDouble *determinant() const throw(INTERP_KERNEL::Exception);
4052 MEDCouplingFieldDouble *eigenValues() const throw(INTERP_KERNEL::Exception);
4053 MEDCouplingFieldDouble *eigenVectors() const throw(INTERP_KERNEL::Exception);
4054 MEDCouplingFieldDouble *inverse() const throw(INTERP_KERNEL::Exception);
4055 MEDCouplingFieldDouble *trace() const throw(INTERP_KERNEL::Exception);
4056 MEDCouplingFieldDouble *deviator() const throw(INTERP_KERNEL::Exception);
4057 MEDCouplingFieldDouble *magnitude() const throw(INTERP_KERNEL::Exception);
4058 MEDCouplingFieldDouble *maxPerTuple() const throw(INTERP_KERNEL::Exception);
4059 void changeNbOfComponents(int newNbOfComp, double dftValue=0.) throw(INTERP_KERNEL::Exception);
4060 void sortPerTuple(bool asc) throw(INTERP_KERNEL::Exception);
4061 MEDCouplingFieldDouble &operator=(double value) throw(INTERP_KERNEL::Exception);
4062 void fillFromAnalytic(int nbOfComp, const std::string& func) throw(INTERP_KERNEL::Exception);
4063 void fillFromAnalyticCompo(int nbOfComp, const std::string& func) throw(INTERP_KERNEL::Exception);
4064 void fillFromAnalyticNamedCompo(int nbOfComp, const std::vector<std::string>& varsOrder, const std::string& func) throw(INTERP_KERNEL::Exception);
4065 void applyFunc(int nbOfComp, const std::string& func) throw(INTERP_KERNEL::Exception);
4066 void applyFuncCompo(int nbOfComp, const std::string& func) throw(INTERP_KERNEL::Exception);
4067 void applyFuncNamedCompo(int nbOfComp, const std::vector<std::string>& varsOrder, const std::string& func) throw(INTERP_KERNEL::Exception);
4068 void applyFunc(int nbOfComp, double val) throw(INTERP_KERNEL::Exception);
4069 void applyFunc(const std::string& func) throw(INTERP_KERNEL::Exception);
4070 void applyFuncFast32(const std::string& func) throw(INTERP_KERNEL::Exception);
4071 void applyFuncFast64(const std::string& func) throw(INTERP_KERNEL::Exception);
4072 double accumulate(int compId) const throw(INTERP_KERNEL::Exception);
4073 double getMaxValue() const throw(INTERP_KERNEL::Exception);
4074 double getMinValue() const throw(INTERP_KERNEL::Exception);
4075 double getAverageValue() const throw(INTERP_KERNEL::Exception);
4076 double norm2() const throw(INTERP_KERNEL::Exception);
4077 double normMax() const throw(INTERP_KERNEL::Exception);
4078 //do not put a default value to isWAbs because confusion in python with overloaded getWeightedAverageValue method
4079 double getWeightedAverageValue(int compId, bool isWAbs) const throw(INTERP_KERNEL::Exception);
4080 double integral(int compId, bool isWAbs) const throw(INTERP_KERNEL::Exception);
4081 double normL1(int compId) const throw(INTERP_KERNEL::Exception);
4082 double normL2(int compId) const throw(INTERP_KERNEL::Exception);
4083 DataArrayInt *findIdsInRange(double vmin, double vmax) const throw(INTERP_KERNEL::Exception);
4084 MEDCouplingFieldDouble *buildSubPartRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception);
4085 static MEDCouplingFieldDouble *MergeFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4086 static MEDCouplingFieldDouble *MeldFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4087 static MEDCouplingFieldDouble *DotFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4088 MEDCouplingFieldDouble *dot(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
4089 static MEDCouplingFieldDouble *CrossProductFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4090 MEDCouplingFieldDouble *crossProduct(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
4091 static MEDCouplingFieldDouble *MaxFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4092 MEDCouplingFieldDouble *max(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
4093 static MEDCouplingFieldDouble *MinFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4094 static MEDCouplingFieldDouble *AddFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4095 static MEDCouplingFieldDouble *SubstractFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4096 static MEDCouplingFieldDouble *MultiplyFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4097 static MEDCouplingFieldDouble *DivideFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
4098 MEDCouplingFieldDouble *min(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
4099 MEDCouplingFieldDouble *negate() const throw(INTERP_KERNEL::Exception);
4101 MEDCouplingFieldDouble(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME)
4103 return MEDCouplingFieldDouble::New(type,td);
4106 MEDCouplingFieldDouble(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME)
4108 return MEDCouplingFieldDouble::New(ft,td);
4111 std::string __str__() const throw(INTERP_KERNEL::Exception)
4113 return self->simpleRepr();
4116 std::string __repr__() const throw(INTERP_KERNEL::Exception)
4118 std::ostringstream oss;
4119 self->reprQuickOverview(oss);
4123 PyObject *isEqualIfNotWhy(const MEDCouplingFieldDouble *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception)
4126 bool ret0=self->isEqualIfNotWhy(other,meshPrec,valsPrec,ret1);
4127 PyObject *ret=PyTuple_New(2);
4128 PyObject *ret0Py=ret0?Py_True:Py_False;
4130 PyTuple_SetItem(ret,0,ret0Py);
4131 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
4135 MEDCouplingFieldDouble *voronoize(double eps) const throw(INTERP_KERNEL::Exception)
4137 MCAuto<MEDCouplingFieldDouble> ret(self->voronoize(eps));
4141 MEDCouplingFieldDouble *convertQuadraticCellsToLinear() const throw(INTERP_KERNEL::Exception)
4143 MCAuto<MEDCouplingFieldDouble> ret(self->convertQuadraticCellsToLinear());
4147 MEDCouplingFieldDouble *computeVectorFieldCyl(PyObject *center, PyObject *vector) const
4149 const char msg[]="Python wrap of MEDCouplingFieldDouble::computeVectorFieldCyl : ";
4151 DataArrayDouble *a,*a2;
4152 DataArrayDoubleTuple *aa,*aa2;
4153 std::vector<double> bb,bb2;
4155 const double *centerPtr=convertObjToPossibleCpp5_Safe(center,sw,val,a,aa,bb,msg,1,3,true);
4156 const double *vectorPtr=convertObjToPossibleCpp5_Safe(vector,sw,val2,a2,aa2,bb2,msg,1,3,true);
4157 return self->computeVectorFieldCyl(centerPtr,vectorPtr);
4160 DataArrayDouble *getArray() throw(INTERP_KERNEL::Exception)
4162 DataArrayDouble *ret=self->getArray();
4168 PyObject *getArrays() const throw(INTERP_KERNEL::Exception)
4170 std::vector<DataArrayDouble *> arrs=self->getArrays();
4171 for(std::vector<DataArrayDouble *>::iterator it=arrs.begin();it!=arrs.end();it++)
4175 PyObject *ret=PyTuple_New(sz);
4176 for(int i=0;i<sz;i++)
4179 PyTuple_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(arrs[i]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4181 PyTuple_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, 0 | 0 ));
4186 void setArrays(PyObject *ls) throw(INTERP_KERNEL::Exception)
4188 std::vector<const DataArrayDouble *> tmp;
4189 convertFromPyObjVectorOfObj<const DataArrayDouble *>(ls,SWIGTYPE_p_MEDCoupling__DataArrayDouble,"DataArrayDouble",tmp);
4191 std::vector<DataArrayDouble *> arrs(sz);
4192 for(int i=0;i<sz;i++)
4193 arrs[i]=const_cast<DataArrayDouble *>(tmp[i]);
4194 self->setArrays(arrs);
4197 DataArrayDouble *getEndArray() throw(INTERP_KERNEL::Exception)
4199 DataArrayDouble *ret=self->getEndArray();
4205 PyObject *getValueOn(PyObject *sl) const throw(INTERP_KERNEL::Exception)
4209 DataArrayDoubleTuple *aa;
4210 std::vector<double> bb;
4212 const MEDCouplingMesh *mesh=self->getMesh();
4214 throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingFieldDouble::getValueOn : no underlying mesh !");
4215 int spaceDim=mesh->getSpaceDimension();
4216 const char msg[]="Python wrap of MEDCouplingFieldDouble::getValueOn : ";
4217 const double *spaceLoc=convertObjToPossibleCpp5_Safe(sl,sw,val,a,aa,bb,msg,1,spaceDim,true);
4219 int sz=self->getNumberOfComponents();
4220 INTERP_KERNEL::AutoPtr<double> res=new double[sz];
4221 self->getValueOn(spaceLoc,res);
4222 return convertDblArrToPyList<double>(res,sz);
4225 PyObject *getValueOnPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception)
4227 int sz=self->getNumberOfComponents();
4228 INTERP_KERNEL::AutoPtr<double> res=new double[sz];
4229 self->getValueOnPos(i,j,k,res);
4230 return convertDblArrToPyList<double>(res,sz);
4233 DataArrayDouble *getValueOnMulti(PyObject *locs) const throw(INTERP_KERNEL::Exception)
4235 const MEDCouplingMesh *mesh(self->getMesh());
4237 throw INTERP_KERNEL::Exception("Python wrap MEDCouplingFieldDouble::getValueOnMulti : lying on a null mesh !");
4240 double v0; MEDCoupling::DataArrayDouble *v1(0); MEDCoupling::DataArrayDoubleTuple *v2(0); std::vector<double> v3;
4241 const double *inp=convertObjToPossibleCpp5_Safe2(locs,sw,v0,v1,v2,v3,"wrap of MEDCouplingFieldDouble::getValueOnMulti",
4242 mesh->getSpaceDimension(),true,nbPts);
4243 return self->getValueOnMulti(inp,nbPts);
4246 PyObject *getValueOn(PyObject *sl, double time) const throw(INTERP_KERNEL::Exception)
4250 DataArrayDoubleTuple *aa;
4251 std::vector<double> bb;
4253 const MEDCouplingMesh *mesh=self->getMesh();
4255 throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingFieldDouble::getValueOn : no underlying mesh !");
4256 int spaceDim=mesh->getSpaceDimension();
4257 const char msg[]="Python wrap of MEDCouplingFieldDouble::getValueOn : ";
4258 const double *spaceLoc=convertObjToPossibleCpp5_Safe(sl,sw,val,a,aa,bb,msg,1,spaceDim,true);
4261 int sz=self->getNumberOfComponents();
4262 INTERP_KERNEL::AutoPtr<double> res=new double[sz];
4263 self->getValueOn(spaceLoc,time,res);
4264 return convertDblArrToPyList<double>(res,sz);
4267 void setValues(PyObject *li, PyObject *nbOfTuples=0, PyObject *nbOfComp=0) throw(INTERP_KERNEL::Exception)
4269 if(self->getArray()!=0)
4270 MEDCoupling_DataArrayDouble_setValues__SWIG_0(self->getArray(),li,nbOfTuples,nbOfComp);
4273 MCAuto<DataArrayDouble> arr=DataArrayDouble::New();
4274 MEDCoupling_DataArrayDouble_setValues__SWIG_0(arr,li,nbOfTuples,nbOfComp);
4275 self->setArray(arr);
4279 PyObject *getTime() throw(INTERP_KERNEL::Exception)
4282 double tmp0=self->getTime(tmp1,tmp2);
4283 PyObject *res = PyList_New(3);
4284 PyList_SetItem(res,0,SWIG_From_double(tmp0));
4285 PyList_SetItem(res,1,SWIG_From_int(tmp1));
4286 PyList_SetItem(res,2,SWIG_From_int(tmp2));
4290 PyObject *getStartTime() throw(INTERP_KERNEL::Exception)
4293 double tmp0=self->getStartTime(tmp1,tmp2);
4294 PyObject *res = PyList_New(3);
4295 PyList_SetItem(res,0,SWIG_From_double(tmp0));
4296 PyList_SetItem(res,1,SWIG_From_int(tmp1));
4297 PyList_SetItem(res,2,SWIG_From_int(tmp2));
4301 PyObject *getEndTime() throw(INTERP_KERNEL::Exception)
4304 double tmp0=self->getEndTime(tmp1,tmp2);
4305 PyObject *res = PyList_New(3);
4306 PyList_SetItem(res,0,SWIG_From_double(tmp0));
4307 PyList_SetItem(res,1,SWIG_From_int(tmp1));
4308 PyList_SetItem(res,2,SWIG_From_int(tmp2));
4311 PyObject *accumulate() const throw(INTERP_KERNEL::Exception)
4313 int sz=self->getNumberOfComponents();
4314 INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
4315 self->accumulate(tmp);
4316 return convertDblArrToPyList<double>(tmp,sz);
4318 PyObject *integral(bool isWAbs) const throw(INTERP_KERNEL::Exception)
4320 int sz=self->getNumberOfComponents();
4321 INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
4322 self->integral(isWAbs,tmp);
4323 return convertDblArrToPyList<double>(tmp,sz);
4325 PyObject *getWeightedAverageValue(bool isWAbs=true) const throw(INTERP_KERNEL::Exception)
4327 int sz=self->getNumberOfComponents();
4328 INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
4329 self->getWeightedAverageValue(tmp,isWAbs);
4330 return convertDblArrToPyList<double>(tmp,sz);
4332 PyObject *normL1() const throw(INTERP_KERNEL::Exception)
4334 int sz=self->getNumberOfComponents();
4335 INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
4337 return convertDblArrToPyList<double>(tmp,sz);
4339 PyObject *normL2() const throw(INTERP_KERNEL::Exception)
4341 int sz=self->getNumberOfComponents();
4342 INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
4344 return convertDblArrToPyList<double>(tmp,sz);
4346 void renumberCells(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
4348 int szArr,sw,iTypppArr;
4349 std::vector<int> stdvecTyyppArr;
4350 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
4351 self->renumberCells(tmp,check);
4354 void renumberCellsWithoutMesh(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
4356 int szArr,sw,iTypppArr;
4357 std::vector<int> stdvecTyyppArr;
4358 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
4359 self->renumberCellsWithoutMesh(tmp,check);
4362 void renumberNodes(PyObject *li, double eps=1e-15) throw(INTERP_KERNEL::Exception)
4364 int szArr,sw,iTypppArr;
4365 std::vector<int> stdvecTyyppArr;
4366 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
4367 self->renumberNodes(tmp,eps);
4370 void renumberNodesWithoutMesh(PyObject *li, int newNbOfNodes, double eps=1e-15) throw(INTERP_KERNEL::Exception)
4372 int szArr,sw,iTypppArr;
4373 std::vector<int> stdvecTyyppArr;
4374 const int *tmp=convertIntStarLikePyObjToCppIntStar(li,sw,szArr,iTypppArr,stdvecTyyppArr);
4375 self->renumberNodesWithoutMesh(tmp,newNbOfNodes,eps);
4378 MEDCouplingFieldDouble *buildSubPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
4380 return fieldT_buildSubPart(self,li);
4383 MEDCouplingFieldDouble *__getitem__(PyObject *li) const throw(INTERP_KERNEL::Exception)
4385 return fieldT__getitem__(self,li);
4388 PyObject *getMaxValue2() const throw(INTERP_KERNEL::Exception)
4391 double r1=self->getMaxValue2(tmp);
4392 PyObject *ret=PyTuple_New(2);
4393 PyTuple_SetItem(ret,0,PyFloat_FromDouble(r1));
4394 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4398 PyObject *getMinValue2() const throw(INTERP_KERNEL::Exception)
4401 double r1=self->getMinValue2(tmp);
4402 PyObject *ret=PyTuple_New(2);
4403 PyTuple_SetItem(ret,0,PyFloat_FromDouble(r1));
4404 PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4408 MEDCouplingFieldDouble *keepSelectedComponents(PyObject *li) const throw(INTERP_KERNEL::Exception)
4410 std::vector<int> tmp;
4411 convertPyToNewIntArr3(li,tmp);
4412 return self->keepSelectedComponents(tmp);
4415 void setSelectedComponents(const MEDCouplingFieldDouble *f, PyObject *li) throw(INTERP_KERNEL::Exception)
4417 std::vector<int> tmp;
4418 convertPyToNewIntArr3(li,tmp);
4419 self->setSelectedComponents(f,tmp);
4422 MEDCouplingFieldDouble *extractSlice3D(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
4425 DataArrayDouble *a,*a2;
4426 DataArrayDoubleTuple *aa,*aa2;
4427 std::vector<double> bb,bb2;
4430 const char msg[]="Python wrap of MEDCouplingFieldDouble::extractSlice3D : 1st paramater for origin.";
4431 const char msg2[]="Python wrap of MEDCouplingFieldDouble::extractSlice3D : 2nd paramater for vector.";
4432 const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
4433 const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
4435 return self->extractSlice3D(orig,vect,eps);
4438 MEDCouplingFieldDouble *__add__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4440 return MEDCoupling_MEDCouplingFieldDouble___add__Impl(self,obj);
4443 MEDCouplingFieldDouble *__radd__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4445 return MEDCoupling_MEDCouplingFieldDouble___radd__Impl(self,obj);
4448 MEDCouplingFieldDouble *__sub__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4450 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__sub__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4451 const char msg2[]="in MEDCouplingFieldDouble.__sub__ : self field has no Array of values set !";
4454 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4456 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4458 return (*self)-(*other);
4460 throw INTERP_KERNEL::Exception(msg);
4465 DataArrayDoubleTuple *aa;
4466 std::vector<double> bb;
4468 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4473 if(!self->getArray())
4474 throw INTERP_KERNEL::Exception(msg2);
4475 MCAuto<DataArrayDouble> ret=self->getArray()->deepCopy();
4476 ret->applyLin(1.,-val);
4477 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4478 ret2->setArray(ret);
4483 if(!self->getArray())
4484 throw INTERP_KERNEL::Exception(msg2);
4485 MCAuto<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),a);
4486 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4487 ret2->setArray(ret);
4492 if(!self->getArray())
4493 throw INTERP_KERNEL::Exception(msg2);
4494 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4495 MCAuto<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),aaa);
4496 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4497 ret2->setArray(ret);
4502 if(!self->getArray())
4503 throw INTERP_KERNEL::Exception(msg2);
4504 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4505 MCAuto<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),aaa);
4506 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4507 ret2->setArray(ret);
4511 { throw INTERP_KERNEL::Exception(msg); }
4515 MEDCouplingFieldDouble *__rsub__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4517 return MEDCoupling_MEDCouplingFieldDouble___rsub__Impl(self,obj);
4520 MEDCouplingFieldDouble *__mul__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4522 return MEDCoupling_MEDCouplingFieldDouble___mul__Impl(self,obj);
4525 MEDCouplingFieldDouble *__rmul__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4527 return MEDCoupling_MEDCouplingFieldDouble___rmul__Impl(self,obj);
4530 MEDCouplingFieldDouble *__div__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4532 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__div__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4533 const char msg2[]="in MEDCouplingFieldDouble.__div__ : self field has no Array of values set !";
4536 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4538 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4540 return (*self)/(*other);
4542 throw INTERP_KERNEL::Exception(msg);
4547 DataArrayDoubleTuple *aa;
4548 std::vector<double> bb;
4550 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4556 throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble.__div__ : trying to divide by zero !");
4557 if(!self->getArray())
4558 throw INTERP_KERNEL::Exception(msg2);
4559 MCAuto<DataArrayDouble> ret=self->getArray()->deepCopy();
4560 ret->applyLin(1./val,0);
4561 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4562 ret2->setArray(ret);
4567 if(!self->getArray())
4568 throw INTERP_KERNEL::Exception(msg2);
4569 MCAuto<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),a);
4570 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4571 ret2->setArray(ret);
4576 if(!self->getArray())
4577 throw INTERP_KERNEL::Exception(msg2);
4578 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4579 MCAuto<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),aaa);
4580 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4581 ret2->setArray(ret);
4586 if(!self->getArray())
4587 throw INTERP_KERNEL::Exception(msg2);
4588 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4589 MCAuto<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),aaa);
4590 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4591 ret2->setArray(ret);
4595 { throw INTERP_KERNEL::Exception(msg); }
4599 MEDCouplingFieldDouble *__rdiv__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4601 return MEDCoupling_MEDCouplingFieldDouble___rdiv__Impl(self,obj);
4604 MEDCouplingFieldDouble *__pow__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4606 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__pow__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4607 const char msg2[]="in MEDCouplingFieldDouble.__pow__ : self field has no Array of values set !";
4610 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4612 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4614 return (*self)^(*other);
4616 throw INTERP_KERNEL::Exception(msg);
4621 DataArrayDoubleTuple *aa;
4622 std::vector<double> bb;
4624 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4629 if(!self->getArray())
4630 throw INTERP_KERNEL::Exception(msg2);
4631 MCAuto<DataArrayDouble> ret=self->getArray()->deepCopy();
4633 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4634 ret2->setArray(ret);
4639 if(!self->getArray())
4640 throw INTERP_KERNEL::Exception(msg2);
4641 MCAuto<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),a);
4642 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4643 ret2->setArray(ret);
4648 if(!self->getArray())
4649 throw INTERP_KERNEL::Exception(msg2);
4650 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4651 MCAuto<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),aaa);
4652 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4653 ret2->setArray(ret);
4658 if(!self->getArray())
4659 throw INTERP_KERNEL::Exception(msg2);
4660 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4661 MCAuto<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),aaa);
4662 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4663 ret2->setArray(ret);
4667 { throw INTERP_KERNEL::Exception(msg); }
4671 MEDCouplingFieldDouble *__neg__() const throw(INTERP_KERNEL::Exception)
4673 return self->negate();
4676 PyObject *___iadd___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4678 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__iadd__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4679 const char msg2[]="in MEDCouplingFieldDouble.__iadd__ : self field has no Array of values set !";
4682 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4684 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4688 Py_XINCREF(trueSelf);
4692 throw INTERP_KERNEL::Exception(msg);
4697 DataArrayDoubleTuple *aa;
4698 std::vector<double> bb;
4700 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4705 if(!self->getArray())
4706 throw INTERP_KERNEL::Exception(msg2);
4707 self->getArray()->applyLin(1.,val);
4708 Py_XINCREF(trueSelf);
4713 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4716 Py_XINCREF(trueSelf);
4721 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4722 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4723 ret2->setArray(aaa);
4725 Py_XINCREF(trueSelf);
4730 if(!self->getArray())
4731 throw INTERP_KERNEL::Exception(msg2);
4732 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4733 self->getArray()->addEqual(aaa);
4734 Py_XINCREF(trueSelf);
4738 { throw INTERP_KERNEL::Exception(msg); }
4742 PyObject *___isub___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4744 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__isub__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4745 const char msg2[]="in MEDCouplingFieldDouble.__isub__ : self field has no Array of values set !";
4748 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4750 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4754 Py_XINCREF(trueSelf);
4758 throw INTERP_KERNEL::Exception(msg);
4763 DataArrayDoubleTuple *aa;
4764 std::vector<double> bb;
4766 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4771 if(!self->getArray())
4772 throw INTERP_KERNEL::Exception(msg2);
4773 self->getArray()->applyLin(1.,-val);
4774 Py_XINCREF(trueSelf);
4779 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4782 Py_XINCREF(trueSelf);
4787 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4788 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4789 ret2->setArray(aaa);
4791 Py_XINCREF(trueSelf);
4796 if(!self->getArray())
4797 throw INTERP_KERNEL::Exception(msg2);
4798 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4799 self->getArray()->substractEqual(aaa);
4800 Py_XINCREF(trueSelf);
4804 { throw INTERP_KERNEL::Exception(msg); }
4808 PyObject *___imul___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4810 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__imul__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4811 const char msg2[]="in MEDCouplingFieldDouble.__imul__ : self field has no Array of values set !";
4814 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4816 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4820 Py_XINCREF(trueSelf);
4824 throw INTERP_KERNEL::Exception(msg);
4829 DataArrayDoubleTuple *aa;
4830 std::vector<double> bb;
4832 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4837 if(!self->getArray())
4838 throw INTERP_KERNEL::Exception(msg2);
4839 self->getArray()->applyLin(val,0);
4840 Py_XINCREF(trueSelf);
4845 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4848 Py_XINCREF(trueSelf);
4853 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4854 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4855 ret2->setArray(aaa);
4857 Py_XINCREF(trueSelf);
4862 if(!self->getArray())
4863 throw INTERP_KERNEL::Exception(msg2);
4864 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4865 self->getArray()->multiplyEqual(aaa);
4866 Py_XINCREF(trueSelf);
4870 { throw INTERP_KERNEL::Exception(msg); }
4874 PyObject *___idiv___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4876 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__idiv__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4877 const char msg2[]="in MEDCouplingFieldDouble.__idiv__ : self field has no Array of values set !";
4880 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4882 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4886 Py_XINCREF(trueSelf);
4890 throw INTERP_KERNEL::Exception(msg);
4895 DataArrayDoubleTuple *aa;
4896 std::vector<double> bb;
4898 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4904 throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble.__idiv__ : trying to divide by zero !");
4905 if(!self->getArray())
4906 throw INTERP_KERNEL::Exception(msg2);
4907 self->getArray()->applyLin(1./val,0);
4908 Py_XINCREF(trueSelf);
4913 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4916 Py_XINCREF(trueSelf);
4921 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4922 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4923 ret2->setArray(aaa);
4925 Py_XINCREF(trueSelf);
4930 if(!self->getArray())
4931 throw INTERP_KERNEL::Exception(msg2);
4932 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4933 self->getArray()->divideEqual(aaa);
4934 Py_XINCREF(trueSelf);
4938 { throw INTERP_KERNEL::Exception(msg); }
4942 PyObject *___ipow___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4944 const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__ipow__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4945 const char msg2[]="in MEDCouplingFieldDouble.__ipow__ : self field has no Array of values set !";
4948 if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,0|0)))
4950 MEDCouplingFieldDouble *other=reinterpret_cast< MEDCoupling::MEDCouplingFieldDouble * >(argp);
4954 Py_XINCREF(trueSelf);
4958 throw INTERP_KERNEL::Exception(msg);
4963 DataArrayDoubleTuple *aa;
4964 std::vector<double> bb;
4966 convertDoubleStarLikePyObjToCpp_2(obj,sw,val,a,aa,bb);
4971 if(!self->getArray())
4972 throw INTERP_KERNEL::Exception(msg2);
4973 self->getArray()->applyPow(val);
4974 Py_XINCREF(trueSelf);
4979 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4982 Py_XINCREF(trueSelf);
4987 MCAuto<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4988 MCAuto<MEDCouplingFieldDouble> ret2=self->clone(false);
4989 ret2->setArray(aaa);
4991 Py_XINCREF(trueSelf);
4996 if(!self->getArray())
4997 throw INTERP_KERNEL::Exception(msg2);
4998 MCAuto<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4999 self->getArray()->powEqual(aaa);
5000 Py_XINCREF(trueSelf);
5004 { throw INTERP_KERNEL::Exception(msg); }
5008 static MEDCouplingFieldDouble *MergeFields(PyObject *li) throw(INTERP_KERNEL::Exception)
5010 std::vector<const MEDCouplingFieldDouble *> tmp;
5011 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5012 return MEDCouplingFieldDouble::MergeFields(tmp);
5015 static std::string WriteVTK(const char *fileName, PyObject *li, bool isBinary=true) throw(INTERP_KERNEL::Exception)
5017 std::vector<const MEDCouplingFieldDouble *> tmp;
5018 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5019 return MEDCouplingFieldDouble::WriteVTK(fileName,tmp,isBinary);
5022 PyObject *getTinySerializationInformation() const throw(INTERP_KERNEL::Exception)
5024 return field_getTinySerializationInformation<MEDCouplingFieldDouble>(self);
5027 PyObject *serialize() const throw(INTERP_KERNEL::Exception)
5029 return field_serialize<double>(self);
5032 PyObject *__getstate__() const throw(INTERP_KERNEL::Exception)
5034 return field__getstate__<MEDCouplingFieldDouble>(self,MEDCoupling_MEDCouplingFieldDouble_getTinySerializationInformation,MEDCoupling_MEDCouplingFieldDouble_serialize);
5037 void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
5039 field__setstate__<double>(self,inp);
5044 class MEDCouplingMultiFields : public RefCountObject, public TimeLabel
5047 int getNumberOfFields() const;
5048 MEDCouplingMultiFields *deepCopy() const;
5049 virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
5050 virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
5051 virtual bool isEqual(const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const;
5052 virtual bool isEqualWithoutConsideringStr(const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const;
5053 virtual void checkConsistencyLight() const throw(INTERP_KERNEL::Exception);
5056 std::string __str__() const throw(INTERP_KERNEL::Exception)
5058 return self->simpleRepr();
5060 static MEDCouplingMultiFields *New(PyObject *li) throw(INTERP_KERNEL::Exception)
5062 std::vector<const MEDCoupling::MEDCouplingFieldDouble *> tmp;
5063 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5065 std::vector<MEDCouplingFieldDouble *> fs(sz);
5066 for(int i=0;i<sz;i++)
5067 fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
5068 return MEDCouplingMultiFields::New(fs);
5070 MEDCouplingMultiFields(PyObject *li) throw(INTERP_KERNEL::Exception)
5072 std::vector<const MEDCoupling::MEDCouplingFieldDouble *> tmp;
5073 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5075 std::vector<MEDCouplingFieldDouble *> fs(sz);
5076 for(int i=0;i<sz;i++)
5077 fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
5078 return MEDCouplingMultiFields::New(fs);
5080 PyObject *getFields() const
5082 std::vector<const MEDCouplingFieldDouble *> fields=self->getFields();
5083 int sz=fields.size();
5084 PyObject *res = PyList_New(sz);
5085 for(int i=0;i<sz;i++)
5089 fields[i]->incrRef();
5090 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(fields[i]),SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
5094 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble, 0 ));
5099 PyObject *getFieldAtPos(int id) const throw(INTERP_KERNEL::Exception)
5101 const MEDCouplingFieldDouble *ret=self->getFieldAtPos(id);
5105 return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 );
5108 return SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble, 0 );
5110 PyObject *getMeshes() const throw(INTERP_KERNEL::Exception)
5112 std::vector<MEDCouplingMesh *> ms=self->getMeshes();
5114 PyObject *res = PyList_New(sz);
5115 for(int i=0;i<sz;i++)
5120 PyList_SetItem(res,i,convertMesh(ms[i], SWIG_POINTER_OWN | 0 ));
5124 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, 0 ));
5129 PyObject *getDifferentMeshes() const throw(INTERP_KERNEL::Exception)
5131 std::vector<int> refs;
5132 std::vector<MEDCouplingMesh *> ms=self->getDifferentMeshes(refs);
5134 PyObject *res = PyList_New(sz);
5135 for(int i=0;i<sz;i++)
5140 PyList_SetItem(res,i,convertMesh(ms[i], SWIG_POINTER_OWN | 0 ));
5144 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh, 0 ));
5148 PyObject *ret=PyTuple_New(2);
5149 PyTuple_SetItem(ret,0,res);
5150 PyTuple_SetItem(ret,1,convertIntArrToPyList2(refs));
5153 PyObject *getArrays() const throw(INTERP_KERNEL::Exception)
5155 std::vector<DataArrayDouble *> ms=self->getArrays();
5157 PyObject *res = PyList_New(sz);
5158 for(int i=0;i<sz;i++)
5163 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
5167 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, 0 ));
5172 PyObject *getDifferentArrays() const throw(INTERP_KERNEL::Exception)
5174 std::vector< std::vector<int> > refs;
5175 std::vector<DataArrayDouble *> ms=self->getDifferentArrays(refs);
5177 PyObject *res = PyList_New(sz);
5178 PyObject *res2 = PyList_New(sz);
5179 for(int i=0;i<sz;i++)
5184 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
5188 PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, 0 ));
5190 PyList_SetItem(res2,i,convertIntArrToPyList2(refs[i]));
5193 PyObject *ret=PyTuple_New(2);
5194 PyTuple_SetItem(ret,0,res);
5195 PyTuple_SetItem(ret,1,res2);
5201 class MEDCouplingFieldInt : public MEDCouplingFieldT<int>
5204 static MEDCouplingFieldInt *New(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME);
5205 static MEDCouplingFieldInt *New(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME);
5206 bool isEqual(const MEDCouplingFieldInt *other, double meshPrec, int valsPrec) const throw(INTERP_KERNEL::Exception);
5207 bool isEqualWithoutConsideringStr(const MEDCouplingFieldInt *other, double meshPrec, int valsPrec) const throw(INTERP_KERNEL::Exception);
5208 void setTimeUnit(const std::string& unit) throw(INTERP_KERNEL::Exception);
5209 std::string getTimeUnit() const throw(INTERP_KERNEL::Exception);
5210 void setTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
5211 void setArray(DataArrayInt *array) throw(INTERP_KERNEL::Exception);
5212 MEDCouplingFieldInt *deepCopy() const throw(INTERP_KERNEL::Exception);
5213 MEDCouplingFieldInt *clone(bool recDeepCpy) const throw(INTERP_KERNEL::Exception);
5214 MEDCouplingFieldInt *cloneWithMesh(bool recDeepCpy) const throw(INTERP_KERNEL::Exception);
5215 MEDCouplingFieldDouble *convertToDblField() const throw(INTERP_KERNEL::Exception);
5216 MEDCouplingFieldInt *buildSubPartRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception);
5218 MEDCouplingFieldInt(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME)
5220 return MEDCouplingFieldInt::New(type,td);
5223 MEDCouplingFieldInt(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME)
5225 return MEDCouplingFieldInt::New(ft,td);
5228 PyObject *isEqualIfNotWhy(const MEDCouplingFieldInt *other, double meshPrec, int valsPrec) const throw(INTERP_KERNEL::Exception)
5231 bool ret0=self->isEqualIfNotWhy(other,meshPrec,valsPrec,ret1);
5232 PyObject *ret=PyTuple_New(2);
5233 PyObject *ret0Py=ret0?Py_True:Py_False;
5235 PyTuple_SetItem(ret,0,ret0Py);
5236 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
5240 std::string __str__() const throw(INTERP_KERNEL::Exception)
5242 return self->simpleRepr();
5245 std::string __repr__() const throw(INTERP_KERNEL::Exception)
5247 std::ostringstream oss;
5248 self->reprQuickOverview(oss);
5252 MEDCouplingFieldInt *buildSubPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
5254 return fieldT_buildSubPart(self,li);
5257 MEDCouplingFieldInt *__getitem__(PyObject *li) const throw(INTERP_KERNEL::Exception)
5259 return fieldT__getitem__(self,li);
5262 DataArrayInt *getArray() throw(INTERP_KERNEL::Exception)
5264 DataArrayInt *ret=self->getArray();
5270 PyObject *getTime() throw(INTERP_KERNEL::Exception)
5273 double tmp0=self->getTime(tmp1,tmp2);
5274 PyObject *res = PyList_New(3);
5275 PyList_SetItem(res,0,SWIG_From_double(tmp0));
5276 PyList_SetItem(res,1,SWIG_From_int(tmp1));
5277 PyList_SetItem(res,2,SWIG_From_int(tmp2));
5281 PyObject *getTinySerializationInformation() const throw(INTERP_KERNEL::Exception)
5283 return field_getTinySerializationInformation<MEDCouplingFieldInt>(self);
5286 PyObject *serialize() const throw(INTERP_KERNEL::Exception)
5288 return field_serialize<int>(self);
5291 PyObject *__getstate__() const throw(INTERP_KERNEL::Exception)
5293 return field__getstate__<MEDCouplingFieldInt>(self,MEDCoupling_MEDCouplingFieldInt_getTinySerializationInformation,MEDCoupling_MEDCouplingFieldInt_serialize);
5296 void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
5298 field__setstate__<int>(self,inp);
5303 class MEDCouplingFieldFloat : public MEDCouplingFieldT<float>
5306 static MEDCouplingFieldFloat *New(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME);
5307 static MEDCouplingFieldFloat *New(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME);
5308 bool isEqual(const MEDCouplingFieldFloat *other, double meshPrec, float valsPrec) const throw(INTERP_KERNEL::Exception);
5309 bool isEqualWithoutConsideringStr(const MEDCouplingFieldFloat *other, double meshPrec, float valsPrec) const throw(INTERP_KERNEL::Exception);
5310 void setTimeUnit(const std::string& unit) throw(INTERP_KERNEL::Exception);
5311 std::string getTimeUnit() const throw(INTERP_KERNEL::Exception);
5312 void setTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
5313 void setArray(DataArrayFloat *array) throw(INTERP_KERNEL::Exception);
5314 MEDCouplingFieldFloat *deepCopy() const throw(INTERP_KERNEL::Exception);
5315 MEDCouplingFieldFloat *clone(bool recDeepCpy) const throw(INTERP_KERNEL::Exception);
5316 MEDCouplingFieldFloat *cloneWithMesh(bool recDeepCpy) const throw(INTERP_KERNEL::Exception);
5317 MEDCouplingFieldDouble *convertToDblField() const throw(INTERP_KERNEL::Exception);
5318 MEDCouplingFieldFloat *buildSubPartRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception);
5320 MEDCouplingFieldFloat(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME)
5322 return MEDCouplingFieldFloat::New(type,td);
5325 MEDCouplingFieldFloat(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME)
5327 return MEDCouplingFieldFloat::New(ft,td);
5330 PyObject *isEqualIfNotWhy(const MEDCouplingFieldFloat *other, double meshPrec, float valsPrec) const throw(INTERP_KERNEL::Exception)
5333 bool ret0=self->isEqualIfNotWhy(other,meshPrec,valsPrec,ret1);
5334 PyObject *ret=PyTuple_New(2);
5335 PyObject *ret0Py=ret0?Py_True:Py_False;
5337 PyTuple_SetItem(ret,0,ret0Py);
5338 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
5342 std::string __str__() const throw(INTERP_KERNEL::Exception)
5344 return self->simpleRepr();
5347 std::string __repr__() const throw(INTERP_KERNEL::Exception)
5349 std::ostringstream oss;
5350 self->reprQuickOverview(oss);
5354 MEDCouplingFieldFloat *buildSubPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
5356 return fieldT_buildSubPart(self,li);
5359 MEDCouplingFieldFloat *__getitem__(PyObject *li) const throw(INTERP_KERNEL::Exception)
5361 return fieldT__getitem__(self,li);
5364 DataArrayFloat *getArray() throw(INTERP_KERNEL::Exception)
5366 DataArrayFloat *ret=self->getArray();
5372 PyObject *getTime() throw(INTERP_KERNEL::Exception)
5375 double tmp0=self->getTime(tmp1,tmp2);
5376 PyObject *res = PyList_New(3);
5377 PyList_SetItem(res,0,SWIG_From_double(tmp0));
5378 PyList_SetItem(res,1,SWIG_From_int(tmp1));
5379 PyList_SetItem(res,2,SWIG_From_int(tmp2));
5383 PyObject *getTinySerializationInformation() const throw(INTERP_KERNEL::Exception)
5385 return field_getTinySerializationInformation<MEDCouplingFieldFloat>(self);
5388 PyObject *serialize() const throw(INTERP_KERNEL::Exception)
5390 return field_serialize<float>(self);
5393 PyObject *__getstate__() const throw(INTERP_KERNEL::Exception)
5395 return field__getstate__<MEDCouplingFieldFloat>(self,MEDCoupling_MEDCouplingFieldFloat_getTinySerializationInformation,MEDCoupling_MEDCouplingFieldFloat_serialize);
5398 void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
5400 field__setstate__<float>(self,inp);
5405 class MEDCouplingDefinitionTime
5408 MEDCouplingDefinitionTime();
5409 void assign(const MEDCouplingDefinitionTime& other);
5410 bool isEqual(const MEDCouplingDefinitionTime& other) const;
5411 double getTimeResolution() const;
5412 std::vector<double> getHotSpotsTime() const;
5415 std::string __str__() const throw(INTERP_KERNEL::Exception)
5417 std::ostringstream oss;
5418 self->appendRepr(oss);
5422 PyObject *getIdsOnTimeRight(double tm) const throw(INTERP_KERNEL::Exception)
5424 int meshId,arrId,arrIdInField,fieldId;
5425 self->getIdsOnTimeRight(tm,meshId,arrId,arrIdInField,fieldId);
5426 PyObject *res=PyList_New(4);
5427 PyList_SetItem(res,0,PyInt_FromLong(meshId));
5428 PyList_SetItem(res,1,PyInt_FromLong(arrId));
5429 PyList_SetItem(res,2,PyInt_FromLong(arrIdInField));
5430 PyList_SetItem(res,3,PyInt_FromLong(fieldId));
5434 PyObject *getIdsOnTimeLeft(double tm) const throw(INTERP_KERNEL::Exception)
5436 int meshId,arrId,arrIdInField,fieldId;
5437 self->getIdsOnTimeLeft(tm,meshId,arrId,arrIdInField,fieldId);
5438 PyObject *res=PyList_New(4);
5439 PyList_SetItem(res,0,PyInt_FromLong(meshId));
5440 PyList_SetItem(res,1,PyInt_FromLong(arrId));
5441 PyList_SetItem(res,2,PyInt_FromLong(arrIdInField));
5442 PyList_SetItem(res,3,PyInt_FromLong(fieldId));
5448 class MEDCouplingFieldOverTime : public MEDCouplingMultiFields
5451 double getTimeTolerance() const throw(INTERP_KERNEL::Exception);
5452 MEDCouplingDefinitionTime getDefinitionTimeZone() const;
5456 MEDCouplingFieldOverTime(PyObject *li) throw(INTERP_KERNEL::Exception)
5458 std::vector<const MEDCoupling::MEDCouplingFieldDouble *> tmp;
5459 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5461 std::vector<MEDCouplingFieldDouble *> fs(sz);
5462 for(int i=0;i<sz;i++)
5463 fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
5464 return MEDCouplingFieldOverTime::New(fs);
5466 std::string __str__() const throw(INTERP_KERNEL::Exception)
5468 return self->simpleRepr();
5470 static MEDCouplingFieldOverTime *New(PyObject *li) throw(INTERP_KERNEL::Exception)
5472 std::vector<const MEDCoupling::MEDCouplingFieldDouble *> tmp;
5473 convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
5475 std::vector<MEDCouplingFieldDouble *> fs(sz);
5476 for(int i=0;i<sz;i++)
5477 fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
5478 return MEDCouplingFieldOverTime::New(fs);
5483 class MEDCouplingCartesianAMRMesh;
5485 class MEDCouplingCartesianAMRPatchGen : public RefCountObject
5488 int getNumberOfCellsRecursiveWithOverlap() const throw(INTERP_KERNEL::Exception);
5489 int getNumberOfCellsRecursiveWithoutOverlap() const throw(INTERP_KERNEL::Exception);
5490 int getMaxNumberOfLevelsRelativeToThis() const throw(INTERP_KERNEL::Exception);
5493 MEDCouplingCartesianAMRMeshGen *getMesh() const throw(INTERP_KERNEL::Exception)
5495 MEDCouplingCartesianAMRMeshGen *ret(const_cast<MEDCouplingCartesianAMRMeshGen *>(self->getMesh()));
5503 class MEDCouplingCartesianAMRPatch : public MEDCouplingCartesianAMRPatchGen
5506 int getNumberOfOverlapedCellsForFather() const throw(INTERP_KERNEL::Exception);
5507 bool isInMyNeighborhood(const MEDCouplingCartesianAMRPatch *other, int ghostLev) const throw(INTERP_KERNEL::Exception);
5508 std::vector<int> computeCellGridSt() const throw(INTERP_KERNEL::Exception);
5511 PyObject *getBLTRRange() const throw(INTERP_KERNEL::Exception)
5513 const std::vector< std::pair<int,int> >& ret(self->getBLTRRange());
5514 return convertFromVectorPairInt(ret);
5517 PyObject *getBLTRRangeRelativeToGF() const throw(INTERP_KERNEL::Exception)
5519 std::vector< std::pair<int,int> > ret(self->getBLTRRangeRelativeToGF());
5520 return convertFromVectorPairInt(ret);
5523 void addPatch(PyObject *bottomLeftTopRight, const std::vector<int>& factors) throw(INTERP_KERNEL::Exception)
5525 std::vector< std::pair<int,int> > inp;
5526 convertPyToVectorPairInt(bottomLeftTopRight,inp);
5527 self->addPatch(inp,factors);
5530 MEDCouplingCartesianAMRPatch *__getitem__(int patchId) const throw(INTERP_KERNEL::Exception)
5532 const MEDCouplingCartesianAMRMeshGen *mesh(self->getMesh());
5534 throw INTERP_KERNEL::Exception("wrap MEDCouplingCartesianAMRPatchGen.__getitem__ : no underlying mesh !");
5535 if(patchId==mesh->getNumberOfPatches())
5537 std::ostringstream oss;
5538 oss << "Requesting for patchId " << patchId << " having only " << mesh->getNumberOfPatches() << " patches !";
5539 PyErr_SetString(PyExc_StopIteration,oss.str().c_str());
5542 MEDCouplingCartesianAMRPatch *ret(const_cast<MEDCouplingCartesianAMRPatch *>(mesh->getPatch(patchId)));
5548 void __delitem__(int patchId) throw(INTERP_KERNEL::Exception)
5550 MEDCouplingCartesianAMRMeshGen *mesh(const_cast<MEDCouplingCartesianAMRMeshGen *>(self->getMesh()));
5552 throw INTERP_KERNEL::Exception("wrap MEDCouplingCartesianAMRPatch.__delitem__ : no underlying mesh !");
5553 mesh->removePatch(patchId);
5556 int __len__() const throw(INTERP_KERNEL::Exception)
5558 const MEDCouplingCartesianAMRMeshGen *mesh(self->getMesh());
5560 throw INTERP_KERNEL::Exception("wrap MEDCouplingCartesianAMRPatch.__len__ : no underlying mesh !");
5561 return mesh->getNumberOfPatches();
5566 class MEDCouplingCartesianAMRPatchGF : public MEDCouplingCartesianAMRPatchGen
5570 class MEDCouplingCartesianAMRMeshGen : public RefCountObject, public TimeLabel
5573 int getAbsoluteLevel() const throw(INTERP_KERNEL::Exception);
5574 int getAbsoluteLevelRelativeTo(const MEDCouplingCartesianAMRMeshGen *ref) const throw(INTERP_KERNEL::Exception);
5575 std::vector<int> getPositionRelativeTo(const MEDCouplingCartesianAMRMeshGen *ref) const throw(INTERP_KERNEL::Exception);
5576 int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
5577 const std::vector<int>& getFactors() const throw(INTERP_KERNEL::Exception);
5578 void setFactors(const std::vector<int>& newFactors) throw(INTERP_KERNEL::Exception);
5579 int getMaxNumberOfLevelsRelativeToThis() const throw(INTERP_KERNEL::Exception);
5580 int getNumberOfCellsAtCurrentLevel() const throw(INTERP_KERNEL::Exception);
5581 int getNumberOfCellsAtCurrentLevelGhost(int ghostLev) const throw(INTERP_KERNEL::Exception);
5582 int getNumberOfCellsRecursiveWithOverlap() const throw(INTERP_KERNEL::Exception);
5583 int getNumberOfCellsRecursiveWithoutOverlap() const throw(INTERP_KERNEL::Exception);
5584 bool isPatchInNeighborhoodOf(int patchId1, int patchId2, int ghostLev) const throw(INTERP_KERNEL::Exception);
5585 virtual void detachFromFather() throw(INTERP_KERNEL::Exception);
5587 int getNumberOfPatches() const throw(INTERP_KERNEL::Exception);
5588 int getPatchIdFromChildMesh(const MEDCouplingCartesianAMRMeshGen *mesh) const throw(INTERP_KERNEL::Exception);
5589 MEDCouplingUMesh *buildUnstructured() const throw(INTERP_KERNEL::Exception);
5590 DataArrayDouble *extractGhostFrom(int ghostSz, const DataArrayDouble *arr) const throw(INTERP_KERNEL::Exception);
5591 std::vector<int> getPatchIdsInTheNeighborhoodOf(int patchId, int ghostLev) const throw(INTERP_KERNEL::Exception);
5592 MEDCoupling1SGTUMesh *buildMeshFromPatchEnvelop() const throw(INTERP_KERNEL::Exception);
5593 MEDCoupling1SGTUMesh *buildMeshOfDirectChildrenOnly() const throw(INTERP_KERNEL::Exception);
5594 void removeAllPatches() throw(INTERP_KERNEL::Exception);
5595 void removePatch(int patchId) throw(INTERP_KERNEL::Exception);
5596 void createPatchesFromCriterion(const INTERP_KERNEL::BoxSplittingOptions& bso, const DataArrayByte *criterion, const std::vector<int>& factors) throw(INTERP_KERNEL::Exception);
5597 void createPatchesFromCriterion(const INTERP_KERNEL::BoxSplittingOptions& bso, const DataArrayDouble *criterion, const std::vector<int>& factors, double eps) throw(INTERP_KERNEL::Exception);
5598 DataArrayDouble *createCellFieldOnPatch(int patchId, const DataArrayDouble *cellFieldOnThis) const throw(INTERP_KERNEL::Exception);
5599 void fillCellFieldOnPatch(int patchId, const DataArrayDouble *cellFieldOnThis, DataArrayDouble *cellFieldOnPatch, bool isConservative=true) const throw(INTERP_KERNEL::Exception);
5600 void fillCellFieldOnPatchGhost(int patchId, const DataArrayDouble *cellFieldOnThis, DataArrayDouble *cellFieldOnPatch, int ghostLev, bool isConservative=true) const throw(INTERP_KERNEL::Exception);
5601 void fillCellFieldOnPatchOnlyOnGhostZone(int patchId, const DataArrayDouble *cellFieldOnThis, DataArrayDouble *cellFieldOnPatch, int ghostLev) const throw(INTERP_KERNEL::Exception);
5602 void fillCellFieldOnPatchOnlyOnGhostZoneWith(int ghostLev, const MEDCouplingCartesianAMRPatch *patchToBeModified, const MEDCouplingCartesianAMRPatch *neighborPatch, DataArrayDouble *cellFieldOnPatch, const DataArrayDouble *cellFieldNeighbor) const;
5603 void fillCellFieldComingFromPatch(int patchId, const DataArrayDouble *cellFieldOnPatch, DataArrayDouble *cellFieldOnThis, bool isConservative=true) const throw(INTERP_KERNEL::Exception);
5604 void fillCellFieldComingFromPatchGhost(int patchId, const DataArrayDouble *cellFieldOnPatch, DataArrayDouble *cellFieldOnThis, int ghostLev, bool isConservative=true) const throw(INTERP_KERNEL::Exception);
5605 DataArrayInt *findPatchesInTheNeighborhoodOf(int patchId, int ghostLev) const throw(INTERP_KERNEL::Exception);
5606 std::string buildPythonDumpOfThis() const throw(INTERP_KERNEL::Exception);
5609 void addPatch(PyObject *bottomLeftTopRight, const std::vector<int>& factors) throw(INTERP_KERNEL::Exception)
5611 std::vector< std::pair<int,int> > inp;
5612 convertPyToVectorPairInt(bottomLeftTopRight,inp);
5613 self->addPatch(inp,factors);
5616 PyObject *getPatches() const throw(INTERP_KERNEL::Exception)
5618 std::vector< const MEDCouplingCartesianAMRPatch *> ps(self->getPatches());
5620 PyObject *ret = PyList_New(sz);
5621 for(int i=0;i<sz;i++)
5623 MEDCouplingCartesianAMRPatch *elt(const_cast<MEDCouplingCartesianAMRPatch *>(ps[i]));
5626 PyList_SetItem(ret,i,convertCartesianAMRPatch(elt, SWIG_POINTER_OWN | 0 ));
5631 // agy : don't know why typemap fails here ??? let it in the extend section
5632 PyObject *deepCopy(MEDCouplingCartesianAMRMeshGen *father) const throw(INTERP_KERNEL::Exception)
5634 return convertCartesianAMRMesh(self->deepCopy(father), SWIG_POINTER_OWN | 0 );
5637 MEDCouplingCartesianAMRPatch *getPatchAtPosition(const std::vector<int>& pos) const throw(INTERP_KERNEL::Exception)
5639 const MEDCouplingCartesianAMRPatch *ret(self->getPatchAtPosition(pos));
5640 MEDCouplingCartesianAMRPatch *ret2(const_cast<MEDCouplingCartesianAMRPatch *>(ret));
5646 MEDCouplingCartesianAMRMeshGen *getMeshAtPosition(const std::vector<int>& pos) const throw(INTERP_KERNEL::Exception)
5648 const MEDCouplingCartesianAMRMeshGen *ret(self->getMeshAtPosition(pos));
5649 MEDCouplingCartesianAMRMeshGen *ret2(const_cast<MEDCouplingCartesianAMRMeshGen *>(ret));
5655 virtual PyObject *positionRelativeToGodFather() const throw(INTERP_KERNEL::Exception)
5657 std::vector<int> out1;
5658 std::vector< std::pair<int,int> > out0(self->positionRelativeToGodFather(out1));
5659 PyObject *ret(PyTuple_New(2));
5660 PyTuple_SetItem(ret,0,convertFromVectorPairInt(out0));
5661 PyTuple_SetItem(ret,1,convertIntArrToPyList2(out1));
5665 virtual PyObject *retrieveGridsAt(int absoluteLev) const throw(INTERP_KERNEL::Exception)
5667 std::vector<MEDCouplingCartesianAMRPatchGen *> ps(self->retrieveGridsAt(absoluteLev));
5669 PyObject *ret = PyList_New(sz);
5670 for(int i=0;i<sz;i++)
5671 PyList_SetItem(ret,i,convertCartesianAMRPatch(ps[i], SWIG_POINTER_OWN | 0 ));
5675 MEDCouplingFieldDouble *buildCellFieldOnRecurseWithoutOverlapWithoutGhost(int ghostSz, PyObject *recurseArrs) const
5677 std::vector<const DataArrayDouble *> inp;
5678 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayDouble *>(recurseArrs,SWIGTYPE_p_MEDCoupling__DataArrayDouble,"DataArrayDouble",inp);
5679 return self->buildCellFieldOnRecurseWithoutOverlapWithoutGhost(ghostSz,inp);
5682 virtual MEDCouplingCartesianAMRMeshGen *getFather() const throw(INTERP_KERNEL::Exception)
5684 MEDCouplingCartesianAMRMeshGen *ret(const_cast<MEDCouplingCartesianAMRMeshGen *>(self->getFather()));
5690 virtual MEDCouplingCartesianAMRMeshGen *getGodFather() const throw(INTERP_KERNEL::Exception)
5692 MEDCouplingCartesianAMRMeshGen *ret(const_cast<MEDCouplingCartesianAMRMeshGen *>(self->getGodFather()));
5698 MEDCouplingCartesianAMRPatch *getPatch(int patchId) const throw(INTERP_KERNEL::Exception)
5700 MEDCouplingCartesianAMRPatch *ret(const_cast<MEDCouplingCartesianAMRPatch *>(self->getPatch(patchId)));
5706 MEDCouplingIMesh *getImageMesh() const throw(INTERP_KERNEL::Exception)
5708 const MEDCouplingIMesh *ret(self->getImageMesh());
5711 return const_cast<MEDCouplingIMesh *>(ret);
5714 MEDCouplingCartesianAMRPatch *__getitem__(int patchId) const throw(INTERP_KERNEL::Exception)
5716 if(patchId==self->getNumberOfPatches())
5718 std::ostringstream oss;
5719 oss << "Requesting for patchId " << patchId << " having only " << self->getNumberOfPatches() << " patches !";
5720 PyErr_SetString(PyExc_StopIteration,oss.str().c_str());
5723 MEDCouplingCartesianAMRPatch *ret(const_cast<MEDCouplingCartesianAMRPatch *>(self->getPatch(patchId)));
5729 void fillCellFieldOnPatchGhostAdv(int patchId, const DataArrayDouble *cellFieldOnThis, int ghostLev, PyObject *arrsOnPatches, bool isConservative=true) const throw(INTERP_KERNEL::Exception)
5731 std::vector<const MEDCoupling::DataArrayDouble *> arrsOnPatches2;
5732 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayDouble *>(arrsOnPatches,SWIGTYPE_p_MEDCoupling__DataArrayDouble,"DataArrayDouble",arrsOnPatches2);
5733 self->fillCellFieldOnPatchGhostAdv(patchId,cellFieldOnThis,ghostLev,arrsOnPatches2,isConservative);
5736 void fillCellFieldOnPatchOnlyGhostAdv(int patchId, int ghostLev, PyObject *arrsOnPatches) const
5738 std::vector<const MEDCoupling::DataArrayDouble *> arrsOnPatches2;
5739 convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayDouble *>(arrsOnPatches,SWIGTYPE_p_MEDCoupling__DataArrayDouble,"DataArrayDouble",arrsOnPatches2);
5740 self->fillCellFieldOnPatchOnlyGhostAdv(patchId,ghostLev,arrsOnPatches2);
5743 void __delitem__(int patchId) throw(INTERP_KERNEL::Exception)
5745 self->removePatch(patchId);
5748 int __len__() const throw(INTERP_KERNEL::Exception)
5750 return self->getNumberOfPatches();
5755 class MEDCouplingCartesianAMRMeshSub : public MEDCouplingCartesianAMRMeshGen
5759 class MEDCouplingCartesianAMRMesh : public MEDCouplingCartesianAMRMeshGen
5762 static MEDCouplingCartesianAMRMesh *New(MEDCouplingIMesh *mesh) throw(INTERP_KERNEL::Exception);
5765 static MEDCouplingCartesianAMRMesh *New(const std::string& meshName, int spaceDim, PyObject *nodeStrct, PyObject *origin, PyObject *dxyz) throw(INTERP_KERNEL::Exception)
5767 static const char msg0[]="MEDCouplingCartesianAMRMesh::New : error on 'origin' parameter !";
5768 static const char msg1[]="MEDCouplingCartesianAMRMesh::New : error on 'dxyz' parameter !";
5769 const int *nodeStrctPtr(0);
5770 const double *originPtr(0),*dxyzPtr(0);
5772 std::vector<int> bb0;
5773 nodeStrctPtr=convertIntStarLikePyObjToCppIntStar(nodeStrct,sw,sz,val0,bb0);
5776 std::vector<double> bb,bb2;
5778 originPtr=convertObjToPossibleCpp5_SingleCompo(origin,sw,val,bb,msg0,false,sz1);
5779 dxyzPtr=convertObjToPossibleCpp5_SingleCompo(dxyz,sw,val2,bb2,msg1,false,sz2);
5781 return MEDCouplingCartesianAMRMesh::New(meshName,spaceDim,nodeStrctPtr,nodeStrctPtr+sz,originPtr,originPtr+sz1,dxyzPtr,dxyzPtr+sz2);
5784 void createPatchesFromCriterionML(PyObject *bso, const DataArrayDouble *criterion, PyObject *factors, double eps) throw(INTERP_KERNEL::Exception)
5786 std::vector<const INTERP_KERNEL::BoxSplittingOptions *> inp0;
5787 convertFromPyObjVectorOfObj<const INTERP_KERNEL::BoxSplittingOptions *>(bso,SWIGTYPE_p_INTERP_KERNEL__BoxSplittingOptions,"BoxSplittingOptions",inp0);
5788 std::vector< std::vector<int> > inp2;
5789 convertPyToVectorOfVectorOfInt(factors,inp2);
5790 self->createPatchesFromCriterionML(inp0,criterion,inp2,eps);
5793 MEDCouplingCartesianAMRMesh(const std::string& meshName, int spaceDim, PyObject *nodeStrct, PyObject *origin, PyObject *dxyz) throw(INTERP_KERNEL::Exception)
5795 return MEDCoupling_MEDCouplingCartesianAMRMesh_New__SWIG_1(meshName,spaceDim,nodeStrct,origin,dxyz);
5798 MEDCouplingCartesianAMRMesh(MEDCouplingIMesh *mesh) throw(INTERP_KERNEL::Exception)
5800 return MEDCouplingCartesianAMRMesh::New(mesh);
5805 class MEDCouplingDataForGodFather : public RefCountObject
5808 virtual void synchronizeFineToCoarse() throw(INTERP_KERNEL::Exception);
5809 virtual void synchronizeFineToCoarseBetween(int fromLev, int toLev) throw(INTERP_KERNEL::Exception);
5810 virtual void synchronizeCoarseToFine() throw(INTERP_KERNEL::Exception);
5811 virtual void synchronizeCoarseToFineBetween(int fromLev, int toLev) throw(INTERP_KERNEL::Exception);
5812 virtual void synchronizeAllGhostZones() throw(INTERP_KERNEL::Exception);
5813 virtual void synchronizeAllGhostZonesOfDirectChidrenOf(const MEDCouplingCartesianAMRMeshGen *mesh) throw(INTERP_KERNEL::Exception);
5814 virtual void synchronizeAllGhostZonesAtASpecifiedLevel(int level) throw(INTERP_KERNEL::Exception);
5815 virtual void synchronizeAllGhostZonesAtASpecifiedLevelUsingOnlyFather(int level) throw(INTERP_KERNEL::Exception);
5816 virtual void alloc() throw(INTERP_KERNEL::Exception);
5817 virtual void dealloc() throw(INTERP_KERNEL::Exception);
5820 MEDCouplingCartesianAMRMesh *getMyGodFather() throw(INTERP_KERNEL::Exception)
5822 MEDCouplingCartesianAMRMesh *ret(self->getMyGodFather());
5830 class MEDCouplingAMRAttribute : public MEDCouplingDataForGodFather, public TimeLabel
5833 int getNumberOfLevels() const throw(INTERP_KERNEL::Exception);
5834 MEDCouplingAMRAttribute *deepCopy() const throw(INTERP_KERNEL::Exception);
5835 MEDCouplingAMRAttribute *deepCpyWithoutGodFather() const throw(INTERP_KERNEL::Exception);
5836 MEDCouplingFieldDouble *buildCellFieldOnRecurseWithoutOverlapWithoutGhost(MEDCouplingCartesianAMRMeshGen *mesh, const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
5837 MEDCouplingFieldDouble *buildCellFieldOnWithGhost(MEDCouplingCartesianAMRMeshGen *mesh, const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
5838 MEDCouplingFieldDouble *buildCellFieldOnWithoutGhost(MEDCouplingCartesianAMRMeshGen *mesh, const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
5839 bool changeGodFather(MEDCouplingCartesianAMRMesh *gf) throw(INTERP_KERNEL::Exception);
5840 MEDCouplingAMRAttribute *projectTo(MEDCouplingCartesianAMRMesh *targetGF) const throw(INTERP_KERNEL::Exception);
5841 std::string writeVTHB(const std::string& fileName) const throw(INTERP_KERNEL::Exception);
5844 static MEDCouplingAMRAttribute *New(MEDCouplingCartesianAMRMesh *gf, PyObject *fieldNames, int ghostLev) throw(INTERP_KERNEL::Exception)
5846 std::vector< std::pair<std::string,int> > fieldNamesCpp0;
5847 std::vector< std::pair<std::string, std::vector<std::string> > > fieldNamesCpp1;
5848 MEDCouplingAMRAttribute *ret(0);
5851 convertPyToVectorPairStringInt(fieldNames,fieldNamesCpp0);
5852 ret=MEDCouplingAMRAttribute::New(gf,fieldNamesCpp0,ghostLev);
5854 catch(INTERP_KERNEL::Exception&)
5856 convertPyToVectorPairStringVecString(fieldNames,fieldNamesCpp1);
5857 ret=MEDCouplingAMRAttribute::New(gf,fieldNamesCpp1,ghostLev);
5862 MEDCouplingAMRAttribute(MEDCouplingCartesianAMRMesh *gf, PyObject *fieldNames, int ghostLev) throw(INTERP_KERNEL::Exception)
5864 return MEDCoupling_MEDCouplingAMRAttribute_New(gf,fieldNames,ghostLev);
5867 DataArrayDouble *getFieldOn(MEDCouplingCartesianAMRMeshGen *mesh, const std::string& fieldName) const throw(INTERP_KERNEL::Exception)
5869 const DataArrayDouble *ret(self->getFieldOn(mesh,fieldName));
5870 DataArrayDouble *ret2(const_cast<DataArrayDouble *>(ret));
5876 void spillInfoOnComponents(PyObject *compNames) throw(INTERP_KERNEL::Exception)
5878 std::vector< std::vector<std::string> > compNamesCpp;
5879 convertPyToVectorOfVectorOfString(compNames,compNamesCpp);
5880 self->spillInfoOnComponents(compNamesCpp);
5883 void spillNatures(PyObject *nfs) throw(INTERP_KERNEL::Exception)
5885 std::vector<int> inp0;
5886 if(!fillIntVector(nfs,inp0))
5887 throw INTERP_KERNEL::Exception("wrap of MEDCouplingAMRAttribute::spillNatures : vector of NatureOfField enum expected !");
5888 std::size_t sz(inp0.size());
5889 std::vector<NatureOfField> inp00(sz);
5890 for(std::size_t i=0;i<sz;i++)
5891 inp00[i]=(NatureOfField)inp0[i];
5892 self->spillNatures(inp00);
5895 PyObject *retrieveFieldsOn(MEDCouplingCartesianAMRMeshGen *mesh) const throw(INTERP_KERNEL::Exception)
5897 std::vector<DataArrayDouble *> ret(self->retrieveFieldsOn(mesh));
5898 int sz((int)ret.size());
5899 PyObject *retPy(PyList_New(sz));
5900 for(int i=0;i<sz;i++)
5901 PyList_SetItem(retPy,i,SWIG_NewPointerObj(SWIG_as_voidptr(ret[i]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
5907 class DenseMatrix : public RefCountObject, public TimeLabel
5910 static DenseMatrix *New(int nbRows, int nbCols) throw(INTERP_KERNEL::Exception);
5911 static DenseMatrix *New(DataArrayDouble *array, int nbRows, int nbCols) throw(INTERP_KERNEL::Exception);
5912 DenseMatrix *deepCopy() const throw(INTERP_KERNEL::Exception);
5913 DenseMatrix *shallowCpy() const throw(INTERP_KERNEL::Exception);
5915 int getNumberOfRows() const throw(INTERP_KERNEL::Exception);
5916 int getNumberOfCols() const throw(INTERP_KERNEL::Exception);
5917 int getNbOfElems() const throw(INTERP_KERNEL::Exception);
5918 void reBuild(DataArrayDouble *array, int nbRows=-1, int nbCols=-1) throw(INTERP_KERNEL::Exception);
5919 void reShape(int nbRows, int nbCols) throw(INTERP_KERNEL::Exception);
5920 void transpose() throw(INTERP_KERNEL::Exception);
5922 bool isEqual(const DenseMatrix& other, double eps) const throw(INTERP_KERNEL::Exception);
5923 DataArrayDouble *matVecMult(const DataArrayDouble *vec) const throw(INTERP_KERNEL::Exception);
5924 static DataArrayDouble *MatVecMult(const DenseMatrix *mat, const DataArrayDouble *vec) throw(INTERP_KERNEL::Exception);
5927 DenseMatrix(int nbRows, int nbCols) throw(INTERP_KERNEL::Exception)
5929 return DenseMatrix::New(nbRows,nbCols);
5932 DenseMatrix(DataArrayDouble *array, int nbRows, int nbCols) throw(INTERP_KERNEL::Exception)
5934 return DenseMatrix::New(array,nbRows,nbCols);
5937 PyObject *isEqualIfNotWhy(const DenseMatrix& other, double eps) const throw(INTERP_KERNEL::Exception)
5940 bool ret0=self->isEqualIfNotWhy(other,eps,ret1);
5941 PyObject *ret=PyTuple_New(2);
5942 PyObject *ret0Py=ret0?Py_True:Py_False;
5944 PyTuple_SetItem(ret,0,ret0Py);
5945 PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
5949 DataArrayDouble *getData() throw(INTERP_KERNEL::Exception)
5951 DataArrayDouble *ret(self->getData());
5957 DenseMatrix *__add__(const DenseMatrix *other) throw(INTERP_KERNEL::Exception)
5959 return MEDCoupling::DenseMatrix::Add(self,other);
5962 DenseMatrix *__sub__(const DenseMatrix *other) throw(INTERP_KERNEL::Exception)
5964 return MEDCoupling::DenseMatrix::Substract(self,other);
5967 DenseMatrix *__mul__(const DenseMatrix *other) throw(INTERP_KERNEL::Exception)
5969 return MEDCoupling::DenseMatrix::Multiply(self,other);
5972 DenseMatrix *__mul__(const DataArrayDouble *other) throw(INTERP_KERNEL::Exception)
5974 return MEDCoupling::DenseMatrix::Multiply(self,other);
5977 PyObject *___iadd___(PyObject *trueSelf, const DenseMatrix *other) throw(INTERP_KERNEL::Exception)
5979 self->addEqual(other);
5980 Py_XINCREF(trueSelf);
5984 PyObject *___isub___(PyObject *trueSelf, const DenseMatrix *other) throw(INTERP_KERNEL::Exception)
5986 self->substractEqual(other);
5987 Py_XINCREF(trueSelf);
5991 PyObject *toNumPyMatrix() throw(INTERP_KERNEL::Exception) // not const. It is not a bug !
5993 PyObject *obj(ToNumPyArrayUnderground<DataArrayDouble,double>(self->getData(),NPY_DOUBLE,"DataArrayDouble",self->getNumberOfRows(),self->getNumberOfCols()));
6002 def MEDCouplingUMeshReduce(self):
6003 return MEDCouplingStdReduceFunct,(MEDCouplingUMesh,((),(self.__getstate__()),))
6004 def MEDCouplingCMeshReduce(self):
6005 return MEDCouplingStdReduceFunct,(MEDCouplingCMesh,((),(self.__getstate__()),))
6006 def MEDCouplingIMeshReduce(self):
6007 return MEDCouplingStdReduceFunct,(MEDCouplingIMesh,((),(self.__getstate__()),))
6008 def MEDCouplingMappedExtrudedMeshReduce(self):
6009 return MEDCouplingStdReduceFunct,(MEDCouplingMappedExtrudedMesh,((),(self.__getstate__()),))
6010 def MEDCouplingCurveLinearMeshReduce(self):
6011 return MEDCouplingStdReduceFunct,(MEDCouplingCurveLinearMesh,((),(self.__getstate__()),))
6012 def MEDCoupling1SGTUMeshReduce(self):
6013 return MEDCouplingStdReduceFunct,(MEDCoupling1SGTUMesh,((),(self.__getstate__()),))
6014 def MEDCoupling1DGTUMeshReduce(self):
6015 return MEDCouplingStdReduceFunct,(MEDCoupling1DGTUMesh,((),(self.__getstate__()),))
6016 def MEDCouplingFieldDoubleReduce(self):
6017 self.checkConsistencyLight()
6018 d=(self.getTypeOfField(),self.getTimeDiscretization())
6019 return MEDCouplingStdReduceFunct,(MEDCouplingFieldDouble,(d,(self.__getstate__()),))
6020 def MEDCouplingFieldIntReduce(self):
6021 self.checkConsistencyLight()
6022 d=(self.getTypeOfField(),self.getTimeDiscretization())
6023 return MEDCouplingStdReduceFunct,(MEDCouplingFieldInt,(d,(self.__getstate__()),))
6024 def MEDCouplingFieldFloatReduce(self):
6025 self.checkConsistencyLight()
6026 d=(self.getTypeOfField(),self.getTimeDiscretization())
6027 return MEDCouplingStdReduceFunct,(MEDCouplingFieldFloat,(d,(self.__getstate__()),))
6032 __filename=os.environ.get('PYTHONSTARTUP')
6033 if __filename and os.path.isfile(__filename):
6034 exec(open(__filename).read())