Salome HOME
Merge branch 'V8_0_0_BR'
[tools/medcoupling.git] / src / ParaMEDMEM / MxN_Mapping.hxx
index 5aa3ce7fffd6bb3ca8b63c0be5a71a0a9126c35d..6a5e8befb4446d5d58f9f64555ff6cedc4f5bc91 100644 (file)
 
 #include <vector>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
 
   class ProcessorGroup;
 
+  /*!
+   * Internal class, not part of the public API.
+   *
+   * Used by InterpolationMatrix. This class manages the mapping between a given processor and part
+   * of the mesh (cell ids).
+   */
   class MxN_Mapping : public DECOptions
   {
   public:
-    MxN_Mapping();
     MxN_Mapping(const ProcessorGroup& source_group, const ProcessorGroup& target_group, const DECOptions& dec_options);
     virtual ~MxN_Mapping();
     void addElementFromSource(int distant_proc, int distant_elem);