Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / general.rst
1 :tocdepth: 3
2
3 .. _generale:
4
5 #########################
6 Introduction to HEXABLOCK 
7 #########################
8
9 With SALOME framework, a CAD component (GEOM) and a meshing component (SMESH) are developed.
10 These tools enable to construct hexahedral meshes:
11
12 - by means of a CAD cutting in blocks topologically equivalent to hexahedra with GEOM component,
13
14 - and generate a hexahedral mesh with SMESH component.
15
16 The HEXABLOCK component of SALOME is designed to help users to build hexahedral meshes:
17
18 - with also the block method,
19
20 -  but without modify the geometry.
21
22 Like other SALOME components, HEXABLOCK can also be used in two ways:
23
24 - by using Graphic User Interface,
25
26 - by writing Python Script.
27
28
29 Stages to obtain hexahedral mesh
30 ================================
31
32 HEXABLOCK component enables to define a mesh with hexahedra in 5 stages:
33
34 .. toctree::
35    :maxdepth: 1
36
37    cad.rst
38    block_method.rst
39    intro_association.rst
40    intro_groups.rst
41    intro_mesh.rst
42
43 .. toctree::
44    :maxdepth: 1
45
46    intro_python.rst
47    annexe.rst