Salome HOME
Correction of bug EDF10723 for 0D mesh.
[modules/med.git] / doc / doxygen / doxfiles / medcoupling / MEDCouplingFieldTemplates.dox
1
2 /*!
3   \page MEDCouplingFieldTemplatesPage Field templates in MEDCoupling
4
5 This concept appears in ICOCO API.
6 field template is the adequate data structure to perform costly interpolation matrix computation as \ref RemapperClasses "Remapper class" does.
7 So, a field template can be seen as field without double values. The double values are only used for light matrix vector multiplication.
8
9 Concretely a field template is a pair containing :
10
11 - a \ref MEDCouplingMeshesPage "mesh"
12 - a spatial discretization (on cells, on nodes, on Gauss points (including localizations, reference elements), )
13
14 */
15
16  LocalWords:  discretization