X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FTopology.hxx;h=6aaaa525a6f4e825a2de997223661f8a24c8d272;hb=4b4c848900cf2fb2cd8cb585c6ff21c7d284b87b;hp=60238509c73c7d486ff414703fb5265e64c9a9f3;hpb=75943f980f7b908052ef03c2c0154508f4b0a039;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/Topology.hxx b/src/ParaMEDMEM/Topology.hxx index 60238509c..6aaaa525a 100644 --- a/src/ParaMEDMEM/Topology.hxx +++ b/src/ParaMEDMEM/Topology.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 @@ -20,12 +20,17 @@ #ifndef __TOPOLOGY_HXX__ #define __TOPOLOGY_HXX__ -#include - -namespace ParaMEDMEM +namespace MEDCoupling { class ProcessorGroup; + /*! + * Topology of a group of processors within a processor group. Abstract class, see derivations. + * + * \sa BlockTopology + * \sa ExplicitTopology + * \sa MPIProcessorGroup + */ class Topology { public: