X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ParaDomainSelector.hxx;h=eeb6cce62541ccdb107a2653af7f101cb6537ef2;hb=bd238ae917aa20ba3fe2f7569883d619b7e4f7a9;hp=82bddcc12276898d8d92ff7331d99cf0d5f37ab1;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.hxx b/src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.hxx index 82bddcc12..eeb6cce62 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,7 +25,7 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class MEDCouplingUMesh; } @@ -64,7 +64,7 @@ namespace MEDPARTITIONER int getNbTotalFaces() { return _face_shift_by_domain.back(); }; //Collect nb of entities on procs - void gatherNbOf(const std::vector& domain_meshes); + void gatherNbOf(const std::vector& domain_meshes); //distribution of the graph vertices among the processors int* getProcVtxdist() const; @@ -97,8 +97,8 @@ namespace MEDPARTITIONER //Evaluate current memory usage and return the maximal one in KB int evaluateMemory() const; - void sendMesh(const ParaMEDMEM::MEDCouplingUMesh& mesh, int target) const; - void recvMesh(ParaMEDMEM::MEDCouplingUMesh*& mesh, int source) const; + void sendMesh(const MEDCoupling::MEDCouplingUMesh& mesh, int target) const; + void recvMesh(MEDCoupling::MEDCouplingUMesh*& mesh, int source) const; private: int _rank; //my rank int _world_size; //nb of processors