Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / intro_groups.rst
1 :tocdepth: 3
2
3 .. _intro_groups:
4
5 ========================================
6 Define the groups on the model of blocks
7 ========================================
8
9 A group is characterized by the three following components:
10
11 - its type
12 - its name
13 - its elements
14
15 The six following classes define all the kind of group:
16
17 - group3d for groups of hexahedra,
18 - group2d for groups of facets,
19 - group1d for groups of segments,
20 - group0dVertices for groups of nodes on the edges,
21 - group0dFaces for groups of of nodes on the faces,
22 - group0dBlocks for groups of nodes in the blocks,
23
24 See TUI  scripts and GUI part.