X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FExplicitTopology.hxx;h=1dbedf084d4fe3ef67c608e37c599d72669fbaa4;hb=c41e6035d050073ea10040690daae247865b8b74;hp=5c9e8b14613880253d0a4992ebbb1ed0a3eb3aae;hpb=378cb2ebe08f8f4543ef632b2bd5f77fe180f978;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ExplicitTopology.hxx b/src/ParaMEDMEM/ExplicitTopology.hxx old mode 100755 new mode 100644 index 5c9e8b146..1dbedf084 --- a/src/ParaMEDMEM/ExplicitTopology.hxx +++ b/src/ParaMEDMEM/ExplicitTopology.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 @@ -27,16 +27,23 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class ParaMESH; class Topology; class ComponentTopology; + /*! + * \anchor ExplicitTopology-det + * + * An ExplicitTopology typically represents the split of a mesh among the processors of + * a common ProcessorGroup. Each processor gets a user-defined part of the cells in the mesh. + * \sa BlockTopology + */ class ExplicitTopology : public Topology { public: - ExplicitTopology() { } + ExplicitTopology(); ExplicitTopology( const ExplicitTopology& topo, int nbcomponents); ExplicitTopology(const ParaMESH &mesh); virtual ~ExplicitTopology();