Salome HOME
Documentation reorganization
[tools/medcoupling.git] / src / ParaMEDMEM / InterpolationMatrix.hxx
index 8a7af393242f96f3f0aa1f4c61cd350e5a114c76..97fc2a3009f63e9b250fdf4623bf1b64db67a279 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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
   {