From: nicolas Date: Tue, 22 Oct 2013 13:28:44 +0000 (+0000) Subject: nouveautés pour 7.3 dans la documentation (divers) X-Git-Tag: V7_3_0a1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=849a8d71e35f6e4d71e1ed0751a5f8c930890897;p=modules%2Fhomard.git nouveautés pour 7.3 dans la documentation (divers) --- 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