]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
nouveautés pour 7.3 dans la documentation (divers)
authornicolas <nicolas>
Tue, 22 Oct 2013 13:28:44 +0000 (13:28 +0000)
committernicolas <nicolas>
Tue, 22 Oct 2013 13:28:44 +0000 (13:28 +0000)
doc/en/divers.rst
doc/fr/divers.rst

index 28d4c90ca9187ff96185a8f2fd51fcfc79fed625..f5cb284d0f407cfbb299ad2d88374b21641e8118 100644 (file)
@@ -44,9 +44,13 @@ SALOME RELEASE 7.2.0 :
      ``iter.Compute(option)`` becomes ``iter.Compute(option1, option2)``
    - A serie of iterations that is stored in a directory can be followed (see :ref:`gui_create_case`)
 
-SALOME VERSION 7.2.1 :
+SALOME VERSION 7.3 :
    - English documentation
    - Addition of a function:
      ``iter.SetInfoCompute(MessInfo)`` : gives options to track the computation (see :ref:`tui_create_iteration`)
    - Automatic creation of YACS schema:
      ``case.WriteYACSSchema(ScriptFile, DirName, MeshFile)`` : writes a schema YACS relative to the case (see :ref:`tui_create_case`)
+   - The time steps for the interpolation of the files can be choosen:
+     ``SetFieldInterpTimeStep(FieldInterp, TimeStep)``: defines the time step for the interpolation of the field (see :ref:`tui_create_iteration`)
+     ``SetFieldInterpTimeStepRank(FieldInterp, TimeStep, Rank)``: defines the time step and the rank for the interpolation of the field (see :ref:`tui_create_iteration`)
+   - Arrêt en cas d'erreur dans les données des fonctions python
index ad2e6b54bcd336713034187d354b907e4c99e76d..a0a4ad13a250d5fff565aed684fd69f4ec58db27 100644 (file)
@@ -44,12 +44,16 @@ SALOME VERSION 7.2.0 :
      ``iter.Compute(option)`` devient ``iter.Compute(option1, option2)``
    - Possibilité de poursuivre une suite d'itérations archivées dans un répertoire (voir :ref:`gui_create_case`)
 
-SALOME VERSION 7.2.1 :
+SALOME VERSION 7.3 :
    - Documentation en anglais
    - Ajout de fonctions :
      ``iter.SetInfoCompute(MessInfo)`` : précise des options pour suivre le calcul de l'itération (voir :ref:`tui_create_iteration`)
    - Creation automatique de schéma YACS :
      ``case.WriteYACSSchema(ScriptFile, DirName, MeshFile)`` : écrit un schéma YACS correspondant au cas (voir :ref:`tui_create_case`)
+   - Possibilité de choix des pas de temps pour l'interpolation des champs :
+     ``SetFieldInterpTimeStep(FieldInterp, TimeStep)`` : interpole le champ au pas de temps TimeStep (voir :ref:`tui_create_iteration`)
+     ``SetFieldInterpTimeStepRank(FieldInterp, TimeStep, Rank)`` : interpole le champ au pas de temps TimeStep et au numéro d'ordre Rank (voir :ref:`tui_create_iteration`)
+   - Arrêt en cas d'erreur dans les données des fonctions python