Salome HOME
Description des schémas YACS
[modules/homard.git] / doc / en / divers.rst
1 .. _divers:
2
3 Miscellaneous
4 #############
5
6 References
7 **********
8 .. index:: single: reference
9
10 For a reference to HOMARD, use:
11
12 G. Nicolas and T. Fouquet, Adaptive Mesh Refinement for Conformal Hexahedral Meshes, "*Finite Elements in Analysis and Design*", Vol. 67, pp. 1-12, 2013, doi:10.1016/j.finel.2012.11.008
13
14 `Available here <http://dx.doi.org/10.1016/j.finel.2012.11.008>`_
15
16
17 Evolutions of the module
18 ************************
19 .. index:: single: evolution
20
21 Here are the main evolutions de HOMARD from the first release in SALOME 6.5.
22
23 SALOME RELEASE 6.6 :
24    - Interface with med 3.0.6
25    - Default values for the time steps
26    - New element types: TRIA7 and QUAD9
27    - Optional output into the MED file of the level of refinement of every element
28
29 SALOME RELEASE 7.1 :
30    - Correction of a bug in the filtering of the refinement by groups
31    - Driving of the adaptation by a threshold that is based upon the mean and the standard deviation (see :ref:`tui_create_hypothese`)
32    - TUI: the last time step for the driving instant can be selected by SetTimeStepRankLast (see :ref:`tui_create_iteration`)
33    - The destruction of the objects is available (GUI and TUI)
34    - The TUI functions are modified: they act onto the objects and no more by the names:
35      ``homard.AssociateIterHypo(iter_name,hypo_name)`` becomes ``iter.AssociateHypo(hypo_name)``, ``homard.AssociateHypoZone(hypo_name,zone_name,type_use)`` becomes ``hypo.AddZone(zone_name,type_use)``, ``homard.CreateIteration(iter_name,iter_parent_name)`` becomes ``case.NextIteration(iter_name)`` ou ``iter.NextIteration(iter_name)``
36    - Addition of a function:
37      ``cas.LastIteration()`` : returns the last iteration of the case (see :ref:`tui_create_iteration`)
38    - Mesh analysis (see :ref:`gui_mesh_info`)
39
40 SALOME RELEASE 7.2.0 :
41    - A cone can be used as a support for a 2D boundary (see :ref:`tui_create_boundary`)
42    - The result can be published or not published in SMESH (see :ref:`tui_create_iteration`)
43      ``iter.Compute(option)`` becomes ``iter.Compute(option1, option2)``
44    - A serie of iterations that is stored in a directory can be followed (see :ref:`gui_create_case`)
45
46 SALOME VERSION 7.2.1 :
47    - English documentation
48
49
50
51