Salome HOME
Documentation en anglais - phase 2
[modules/homard.git] / doc / glossaire_en.rst
1 .. _glossaire_en:
2
3 Glossary
4 ========
5
6 .. glossary::
7    :sorted:
8
9    refinement
10       The refinement is an operation that consists in splitting the selected elements.
11
12    level
13       The level of an element corresponds to the number of splitting that were done to obtain it. The levem of the elements in the initial mesh is 0.
14
15    unrefinement
16       The unrefinement is an operation that consists in removing the selected elements. In fact, the objective is to cancel a previous splitting: a 'higher' level than the initial mesh cannot be obtained.
17
18    zone
19       A zone is a region that may govern the adaptation: every element with at least 2 nodes inside the zone is split or removed, depending on the choice.
20
21    case
22       A case is defined with an initial mesh and a list of adaptations.
23
24    iteration
25       An iteration is the process that transform a mesh to another one into a case. An iteration implies refinement and/or unrefinement, following the associated hypothesis.
26
27    hypothesis
28       An hypothesis describes the conditions that governs the modification from a mesh to another one: refinement and/or unrefinement, etc. An hypothesis is referenced by 1 or more iterations.
29
30    field
31       A field is expressed over a mesh, onto node or element, with 1 or more components.
32
33    MED
34       It is the excange format for the meshes and the fields in SALOME.