X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FComponentTopology.hxx;h=3a5613cb92b6d788a9dc8e005db558c46ce7c56f;hb=f100fdf8977ff06ab097b9a1d1400a26b16aebb9;hp=c5a73c436091320ad9bc7419aed3f453c407fc30;hpb=75943f980f7b908052ef03c2c0154508f4b0a039;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ComponentTopology.hxx b/src/ParaMEDMEM/ComponentTopology.hxx index c5a73c436..3a5613cb9 100644 --- a/src/ParaMEDMEM/ComponentTopology.hxx +++ b/src/ParaMEDMEM/ComponentTopology.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -24,10 +24,18 @@ #include -namespace ParaMEDMEM +namespace MEDCoupling { class ProcessorGroup; + /*! + * \anchor ComponentTopology-det + * + * The ComponentTopology can be used when building a ParaFIELD. It allows the splitting of the components + * of the field among different processors within a single processor group. + * + * \sa ParaFIELD::ParaFIELD(TypeOfField , TypeOfTimeDiscretization , ParaMESH* , const ComponentTopology& ) + */ class ComponentTopology { public: