Salome HOME
Revert "Synchronize adm files"
[modules/homard.git] / doc / en / gui_homard.rst
1 .. _gui_homard:
2
3 The computation
4 ###############
5 .. index:: single: iteration
6 .. index:: single: computation
7
8 To compute an iteration
9 ***********************
10 To launch an adaptation obtains by selecting the iteration to calculate. It is identified by an icone "wait". We choose then "*Compute*" in the menu HOMARD or with the mouse.
11
12 .. image:: images/lancement_1.png
13    :align: center
14
15 .. index:: single: object browser
16
17 Object browser
18 **************
19
20 At the end of this calculation, the object browser was enriched. The icone in front of the iteration is validated. Under the iteration, we find the reference to the files of results created, identified by their name in the directory *rep* which was defined in the creation of the case:
21
22   - *rep*/I(n+1)/Liste.n.vers.(n+1).log
23   - *rep*/I(n+1)/apad.n.vers.(n+1).bilan
24   - *rep*/maill.(n+1).med
25
26 The first two files are text files, editable. Liste.n.vers.(n+1).log contains information on the progress of the adaptation: summary of the mode of adaptation, percentage of concerned elements, etc. The file apad.n.vers.(n+1).bilan is a summary of the characteristics of the obtained mesh.
27
28 The file maill.(n+1).med is the one which contains the mesh produced in the format MED. We find this mesh in the section of the object browser of the module SMESH. It is then visible in this module and usable then as quite different mesh.
29
30
31 .. image:: images/lancement_2.png
32    :align: center
33
34 To consult the result of an adaptation
35 **************************************
36 Both text files, Liste.n.vers.(n+1).log and apad.n.vers.(n+1).bilan, are visible by selecting them. We choose then "*Edit file*" in the menu HOMARD or with the mouse.
37
38 .. image:: images/lancement_3.png
39    :align: center
40
41
42 .. note::
43   By default, the calculation is launched with the load module of HOMARD installed with SALOME. If we wish to use a personal version of HOMARD, to test an evolution for example, it is necessary to specify where the new load module is available. For that purpose, it is necessary to have got two variables of environment.
44   "*HOMARD_REP_EXE_PRIVATE*" defines the directory in which is the load module
45   "*HOMARD_EXE_PRIVATE*" defines the name of the load module in this directory, if this name is different of "*homard*".
46
47 Corresponding python functions
48 ******************************
49 Look :ref:`tui_create_iteration`
50