Salome HOME
Minor doc fix
authorabn <adrien.bruneton@cea.fr>
Fri, 8 Dec 2017 14:39:54 +0000 (15:39 +0100)
committerabn <adrien.bruneton@cea.fr>
Fri, 8 Dec 2017 14:39:54 +0000 (15:39 +0100)
doc/tutorial/medcoupling_umesh1_en.rst
doc/tutorial/medcoupling_umesh1_fr.rst

index 0c23f27525fb912d483fc624dcde88bc5cba4614..63710e68cb92f4ca66597eb9b47cef725374b4d9 100644 (file)
@@ -189,7 +189,7 @@ Then aggregate mesh3DSlice2 with its translated copy, using MEDCouplingUMesh.Mer
         mesh3DSlice2bis.translate([0.,1000.,0.])
         mesh3DSlice2All=MEDCouplingUMesh.MergeUMeshes([mesh3DSlice2,mesh3DSlice2bis])
 
-.. note:: My apologies for the name of the method MEDCouplingUMesh.MergeUMeshes. In future version it will be called AggregateUMeshes. For information, to merge two (or more) unstructured meshes, one has to invoke MergeUMeshes(), then mergeNodes() on the result, and finally zipConnectivity().
+.. note:: My apologies for the name of the method MEDCouplingUMesh.MergeUMeshes. In future version it will be called AggregateUMeshes. For information, to merge two (or more) unstructured meshes, one has to invoke MergeUMeshes(), then mergeNodes() on the result, and finally zipConnectivityTraducer().
 
 
 Descending connectivity
index 5555dcc5df38ed3d438929d438c6636800e8b4f5..83db9df6bcefeb5f0f1f004830ee4331d03f2a82 100644 (file)
@@ -248,7 +248,7 @@ Puis aggréger ``mesh3DSlice2`` avec sa copie translatée ``mesh3DSlice2bis``, e
        mesh3DSlice2All.writeVTK("mesh3DSlice2All.vtu")
 
 .. note:: Pour information pour merger deux (ou plus) maillages non structurés, il faut invoquer ``MEDCouplingUMesh.MergeUMeshes()``
-       puis ``MEDCouplingUMesh.mergeNodes()`` sur le résultat, et enfin ``MEDCouplingUMesh.zipConnectivity()``.
+       puis ``MEDCouplingUMesh.mergeNodes()`` sur le résultat, et enfin ``MEDCouplingUMesh.zipConnectivityTraducer()``.
 
 .. _exo-umesh-desc-connec: