Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / annexe.rst
1 :tocdepth: 3
2
3 .. _annexe:
4
5 =======================================================
6 Appendix: naming rule to find elements in an hexahedron
7 =======================================================
8
9
10 Definition of an hexahedron
11 ===========================
12
13 .. image:: _static/hexahedron.png
14    :align: center
15
16
17 Naming rule for the faces of an hexahedron
18
19 | A: plane Z = 0
20 | B: plane Z = 1
21 | C: plane Y = 0
22 | D: plane Y = 1
23 | E: plane X = 0
24 | F: plane X = 1
25
26 Quadrangles in an hexahedron
27 ''''''''''''''''''''''''''''''
28
29 Naming rule for the 6 quadrangles in an hexahedron
30
31 | Q_A or 0: plane Z=0
32 | Q_B or 1: plane Z=1
33 | Q_C or 2: plane Y=0
34 | Q_D or 3: plane Y=1
35 | Q_E or 4: plane X=0
36 | Q_F or 5: plane X=1
37
38 Edges in an hexahedron
39 ''''''''''''''''''''''''
40
41 Naming rule for the 12 edges in an hexahedron
42
43 | E_AC or 0: planes Z=0 and Y=0
44 | E_AD or 1: planes Z=0 and Y=1
45 | E_BC or 2: planes Z=1 and Y=0
46 | E_BD or 3: planes Z=1 and Y=1
47
48 | E_AE or 4: planes Z=0 and X=0
49 | E_AF or 5: planes Z=0 and X=1
50 | E_BE or 6: planes Z=1 and X=0
51 | E_BF or 7: planes Z=1 and X=1
52
53 | E_CE or 8: planes Y=0 and X=0
54 | E_CF or 9: planes Y=0 and X=1
55 | E_DE or 10: planes Y=1 and X=0
56 | E_DF or 11: planes Y=1 and X=1
57
58 Vertices in an hexahedron
59 ''''''''''''''''''''''''''''
60
61 Naming rule for the 8 vertices in an hexahedron
62
63 | V_ACE or 0: planes Z=0 and Y=0 and X=0
64 | V_ACF or 1: planes Z=0 and Y=0 and X=1
65 | V_ADE or 2: planes Z=0 and Y=1 and X=0
66 | V_ADF or 3: planes Z=0 and Y=1 and X=1
67
68 | V_BCE or 4: planes Z=1 and Y=0 and X=0
69 | V_BCF or 5: planes Z=1 and Y=0 and X=1
70 | V_BDE or 6: planes Z=1 and Y=1 and X=0
71 | V_BDF or 7: planes Z=1 and Y=1 and X=1