Salome HOME
52092d93a7c758505ef8daaaa111c5f648712606
[modules/med.git] / doc / user / doxygen / doxfiles / reference / misc / MEDCouplingFieldTemplates.dox
1
2 /*!
3   \page MEDCouplingFieldTemplatesPage Field templates in MEDCoupling
4
5 This concept appears in ICOCO API.
6 A field template is the adequate data structure to perform costly interpolation matrix computation as \ref remapper "Remapper class" does.
7 A field template can be seen as field without its 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 meshes "mesh"
12 - a spatial discretization (on cells, on nodes, on Gauss points (including localizations, reference elements), )
13
14 TODO enhance here
15
16 */
17
18  LocalWords:  discretization