Salome HOME
extract medtool doc from MED
[modules/med.git] / medtool / doc / user / doxygen / doxfiles / reference / fields / discretization.dox
1 /*!
2 \page discretization Spatial and temporal discretizations
3
4 TODO: enhance this page
5
6 \section field-space Spatial discretization
7 A field can be supported by: 
8 - the nodes (vertices) of the mesh: built with the 
9 \ref ParaMEDMEM::MEDCouplingFieldDouble::New "ON_NODES" keyword. This is sometimes called a P1 field.
10 - the cells (or "elements") of the mesh: built with the 
11 \ref ParaMEDMEM::MEDCouplingFieldDouble::New "ON_CELLS" keyword. This is sometimes called a P0 field.
12 - or more complex items (Gauss points, etc ...)
13
14 \section field-time Temporal discretization
15
16 A field has a temporal discretization. It can be one of:
17 - \ref ParaMEDMEM::MEDCouplingFieldDouble::New "NO_TIME"
18 - \ref ParaMEDMEM::MEDCouplingFieldDouble::New "ONE_TIME"
19 - \ref ParaMEDMEM::MEDCouplingFieldDouble::New "CONST_ON_TIME_INTERVAL"
20
21 */