From 849a8d71e35f6e4d71e1ed0751a5f8c930890897 Mon Sep 17 00:00:00 2001 From: nicolas Date: Tue, 22 Oct 2013 13:28:44 +0000 Subject: [PATCH] =?utf8?q?nouveaut=C3=83=C2=A9s=20pour=207.3=20dans=20la?= =?utf8?q?=20documentation=20(divers)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/en/divers.rst | 6 +++++- doc/fr/divers.rst | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/en/divers.rst b/doc/en/divers.rst index 28d4c90c..f5cb284d 100644 --- a/doc/en/divers.rst +++ b/doc/en/divers.rst @@ -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 diff --git a/doc/fr/divers.rst b/doc/fr/divers.rst index ad2e6b54..a0a4ad13 100644 --- a/doc/fr/divers.rst +++ b/doc/fr/divers.rst @@ -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 -- 2.39.2