X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldTemplate.hxx;h=daec671ee546bc0713b5f421ee556439bd8abc50;hb=ca0a87a4be13a9aef87ddea21708d9f32e6e9263;hp=50194cec241f00f20d27b5ec8551e2e94ae75853;hpb=ff43ab5bba59622a80e6535b04bf54bfba800698;p=modules%2Fmed.git diff --git a/src/MEDCoupling/MEDCouplingFieldTemplate.hxx b/src/MEDCoupling/MEDCouplingFieldTemplate.hxx old mode 100755 new mode 100644 index 50194cec2..daec671ee --- a/src/MEDCoupling/MEDCouplingFieldTemplate.hxx +++ b/src/MEDCoupling/MEDCouplingFieldTemplate.hxx @@ -26,7 +26,13 @@ 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: