Salome HOME
extract medtool doc from MED
[modules/med.git] / medtool / doc / user / doxygen / doxfiles / reference / fields / fields.dox
1 /*!
2
3 \page fields Fields
4
5 A field in MEDCoupli,g represents some physical quantity associated with the spatial domain.
6 This is not a continuous description of the physical quantity over the domain, and hence a field has 
7 a finite set of values, associated to some constituents of the mesh (nodes, cells, or more complicated).
8
9 At a low level, a field is a \ref arrays DataArray associated to a given mesh. A field can have more than one
10 component (vector or tensor field), for example the 3 components v_x, v_y, vz of a velocity field. 
11
12 - \subpage discretization
13 - \subpage MEDCouplingFieldsPage
14
15 Finally, and for interpolation purposes only, one needs to define the nature of a field (is it an extensive
16 field, like mass, or an intensive field, like temperature, etc ...). This is covered thoroughly in the
17 interpolation pages:
18
19 - \ref NatureOfField
20
21 */