From: Gerald Nicolas Date: Mon, 30 Mar 2015 13:24:52 +0000 (+0200) Subject: Mise à jour des images pour la documentation du démarrage rapide. X-Git-Tag: V7_6_0a1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f465b4626522554c7106d59eb7029a0a1a59cede;p=modules%2Fhomard.git Mise à jour des images pour la documentation du démarrage rapide. --- diff --git a/doc/en/demarrage_rapide.rst b/doc/en/demarrage_rapide.rst index 6bba7d97..f272e23a 100644 --- a/doc/en/demarrage_rapide.rst +++ b/doc/en/demarrage_rapide.rst @@ -24,7 +24,7 @@ This window appears: .. image:: images/intro_31.png :align: center -Two answers must be given: the directory that will contain the files produced by the further adaptations and the MED file from the initial calculation. Validate by "Apply and close". +Two answers must be given: the directory that will contain the files produced by the further adaptations and the MED file from the initial calculation. In this case, the default options are left unchanged: conformity of the mesh and no curved boundaries. Validate by "Apply and close". .. image:: images/intro_32.png :align: center diff --git a/doc/en/images/homard_1.png b/doc/en/images/homard_1.png index 3585c128..8410e47c 100644 Binary files a/doc/en/images/homard_1.png and b/doc/en/images/homard_1.png differ diff --git a/doc/en/images/homard_2.png b/doc/en/images/homard_2.png index 8ec72957..da3222d6 100644 Binary files a/doc/en/images/homard_2.png and b/doc/en/images/homard_2.png differ diff --git a/doc/en/images/intro_331.png b/doc/en/images/intro_331.png index ba34e383..9b1d46cf 100644 Binary files a/doc/en/images/intro_331.png and b/doc/en/images/intro_331.png differ diff --git a/doc/fr/demarrage_rapide.rst b/doc/fr/demarrage_rapide.rst index daf6a7d0..3eef5b96 100644 --- a/doc/fr/demarrage_rapide.rst +++ b/doc/fr/demarrage_rapide.rst @@ -14,16 +14,16 @@ La première action nécessite de lancer le module HOMARD, en créant une nouvel .. image:: images/homard_1.png :align: center :alt: HOMARD - lancement - :width: 565 - :height: 154 + :width: 560 + :height: 150 Une fois le module HOMARD activé, on crée un cas par le choix "*Nouveau cas*" dans le menu HOMARD. .. image:: images/homard_2.png :align: center :alt: Nouveau cas - :width: 378 - :height: 120 + :width: 463 + :height: 150 La fenêtre suivante apparaît : @@ -33,7 +33,7 @@ La fenêtre suivante apparaît : :width: 554 :height: 298 -Il faut fournir deux informations : le répertoire qui contiendra les fichiers produits par les adaptations successives et le fichier MED issu du calcul que l'on vient de faire. On valide par "Appliquer et fermer". +Il faut fournir deux informations : le répertoire qui contiendra les fichiers produits par les adaptations successives et le fichier MED issu du calcul que l'on vient de faire. Dans ce cas, on laissera les options par défaut de conformité du maillage et de non prise en compte de frontières courbes. On valide par "Appliquer et fermer". .. image:: images/intro_32.png :align: center @@ -46,8 +46,8 @@ L'arbre d'études est enrichi de ce cas. On déplie le cas jusqu'à afficher le .. image:: images/intro_331.png :align: center :alt: Nouvelle itération - :width: 324 - :height: 282 + :width: 357 + :height: 327 La fenêtre suivante apparaît : @@ -78,8 +78,10 @@ On modifie les options par défaut pour correspondre à notre choix de pilotage .. image:: images/intro_36.png :align: center :alt: Fenetre + :width: 719 + :height: 229 -On valide par "Appliquer et fermer" cette création d'hypothése, puis la création de la nouvelle itération. On se retrouve avec un arbre d'études enrichi avec la description de l'hypothèse créée et de l'itération à calculer, repérée par une icone "en attente". +On valide par "Appliquer et fermer" cette création d'hypothèse, puis la création de la nouvelle itération. On se retrouve avec un arbre d'études enrichi avec la description de l'hypothèse créée et de l'itération à calculer, repérée par une icone "en attente". Lancer l'adaptation s'obtient en sélectionnant l'itération à calculer. On choisit ensuite "*Calculer*" dans le menu HOMARD ou à la souris. L'arbre d'études s'enrichit de fichiers d'informations et du nom du fichier au format MED qui contient le nouveau maillage, ``maill.01.med``. On remarque qu'il est placé dans le répertoire qui a été désigné à la création du cas. diff --git a/doc/fr/images/homard_1.png b/doc/fr/images/homard_1.png index 80006888..727bbb10 100644 Binary files a/doc/fr/images/homard_1.png and b/doc/fr/images/homard_1.png differ diff --git a/doc/fr/images/homard_2.png b/doc/fr/images/homard_2.png index 8ec72957..11c70be9 100644 Binary files a/doc/fr/images/homard_2.png and b/doc/fr/images/homard_2.png differ diff --git a/doc/fr/images/intro_331.png b/doc/fr/images/intro_331.png index ba34e383..0b47170b 100644 Binary files a/doc/fr/images/intro_331.png and b/doc/fr/images/intro_331.png differ diff --git a/src/HOMARD_I/HOMARD_Gen_i.cxx b/src/HOMARD_I/HOMARD_Gen_i.cxx index 44cbaae8..d1db6aa6 100644 --- a/src/HOMARD_I/HOMARD_Gen_i.cxx +++ b/src/HOMARD_I/HOMARD_Gen_i.cxx @@ -3902,7 +3902,7 @@ void HOMARD_Gen_i::PublishFileUnderIteration(const char* NomIter, const char* No // Le reperage se fait par la 1ere lettre du commentaire : I pour Iteration n std::string icone ; std::string ior = " " ; - if ( Commentaire[0] == 'I' ) + if ( Commentaire[0] == 'M' ) { icone = "med.png" ; } else { icone = "texte_2.png" ; }