Salome HOME
Documentation reorganization
[tools/medcoupling.git] / src / ParaMEDMEM / InterpolationMatrix.hxx
index 2d577bcb28c391cf74273804ae27c2652e7c0d74..97fc2a3009f63e9b250fdf4623bf1b64db67a279 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -29,6 +29,12 @@ namespace ParaMEDMEM
 {
   class ElementLocator;
 
+  /**! class InterpolationMatrix
+   This class enables the storage of an interpolation matrix Wij mapping
+   source field Sj to target field Ti via Ti=Vi^(-1).Wij.Sj.
+   The matrix is built and stored on the processors belonging to the source
+   group.
+   */
   class InterpolationMatrix : public INTERP_KERNEL::InterpolationOptions,
                               public DECOptions
   {