Salome HOME
Intersect2DMeshWith1DLine : Bug correction concerning cells in mesh1D colinear to...
[modules/med.git] / src / MEDCoupling / MEDCouplingFieldTemplate.hxx
index 50194cec241f00f20d27b5ec8551e2e94ae75853..daec671ee546bc0713b5f421ee556439bd8abc50 100644 (file)
 namespace ParaMEDMEM
 {
   class MEDCouplingFieldDouble;
-
+  /*!
+   * \brief A field template can be seen as a field without array of values.
+   *
+   * A field template instance aggregates a MEDCouplingMesh instance and a spatial discretization object (instance of MEDCouplingFieldDiscretization).
+   * 
+   * Instances of type MEDCouplingFieldTemplate are the most appropriate for preparation of matrix using MEDCouplingRemapper::prepareEx.
+   */
   class MEDCouplingFieldTemplate : public MEDCouplingField
   {
   public: