]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
A small useful doc
authorgeay <anthony.geay@cea.fr>
Thu, 15 May 2014 06:16:41 +0000 (08:16 +0200)
committergeay <anthony.geay@cea.fr>
Thu, 15 May 2014 06:16:41 +0000 (08:16 +0200)
src/MEDCoupling/MEDCoupling1GTUMesh.cxx

index 971e31781f6f25a08eb25725f590318b0a4814e5..07a9d3b57bf910d64a7eaa3d1ccdd9f9aecf5714 100644 (file)
@@ -1674,6 +1674,8 @@ MEDCoupling1SGTUMesh *MEDCoupling1SGTUMesh::explodeEachHexa8To6Quad4() const
  * This method returns three objects : The cartesian mesh geometrically equivalent to \a this (within a precision of \a eps) and a permutation of cells
  * and a permutation of nodes.
  *
+ * - this[cellPerm[i]]=ret[i]
+ *
  * \param [out] cellPerm the permutation array of size \c this->getNumberOfCells()
  * \param [out] nodePerm the permutation array of size \c this->getNumberOfNodes()
  * \return MEDCouplingCMesh * - a newly allocated mesh that is the result of the structurization of \a this.