Salome HOME
Enhance doc on parallelism.
[tools/medcoupling.git] / src / ParaMEDMEM / OverlapInterpolationMatrix.hxx
index 514deb8defbae8e999efcef2ea21dd2391c62b56..2190e9adddb3f6651f162cfc51092dccbffbafa8 100644 (file)
@@ -31,6 +31,11 @@ namespace ParaMEDMEM
   class ParaFIELD;
   class MEDCouplingPointSet;
 
+  /*!
+   * Internal class, not part of the public API.
+   *
+   * Similar to InterpolationMatrix, but for the OverlapDEC instead of the InterpKernelDEC.
+   */
   class OverlapInterpolationMatrix : public INTERP_KERNEL::InterpolationOptions,
                                      public DECOptions
   {