Salome HOME
updated copyright message
[modules/hexablock.git] / doc / gui_discret_law.rst
1 :tocdepth: 3
2
3 .. _guidiscretelaw:
4
5 ==========================
6 Manage discretization laws
7 ==========================
8
9
10 .. _guiaddlaw:
11
12 Add law
13 =======
14
15 A discretization law is defined by four properties:
16
17 - the name of the law
18 - the number of nodes for the discretization law
19 - the coefficient for the arithmetic and geometric law
20 - the kind of the law:
21     - uniform (default)
22     - arithmetic
23     - geometric
24
25 To define a discretization law in the **Main Menu** select **Mesh -> Add Law**.
26
27 The dialogue box to create a law is:
28
29 .. image:: _static/gui_add_law.png
30    :align: center
31
32 .. centered::
33    Add a Discretization Law
34
35 Remove law
36 ==========
37
38 To remove a group from the model, in the **Mesh Tab's Tree View** select the Law you want to remove then click on **Mesh -> Remove Law** in the main menu.
39
40
41 TUI command: :ref:`tuidiscretelaw`