Salome HOME
CCAR: merge de la version de developpement V1_12a2 dans la branche principale
[tools/eficas.git] / Homard / homard_cata_STA7.py
index 6e8387304109512c6668b676b63c8cd4fd59b257..99504895855498cf34ab9e48d0f9368fff9fe4ef 100755 (executable)
@@ -1,3 +1,4 @@
+
 # --------------------------------------------------
 # debut entete
 # --------------------------------------------------
@@ -10,7 +11,7 @@ from Accas import *
 JdC = JDC_CATA(code='HOMARD',
                execmodul=None,
                regles = (AU_MOINS_UN('DONNEES_HOMARD'),),
-                       )
+                        )
 
 # Type le plus general
 class entier  (ASSD):pass
@@ -45,13 +46,13 @@ DONNEES_HOMARD=PROC(nom="DONNEES_HOMARD",op= 189, docu="U7.04.01-b",
 # 2. Les fichiers en entree/sortie
 #
          FICHIERS = FACT(statut='o',
-               NOM_MED_MAILLAGE_N = SIMP(statut='o' ,typ='TXM',
-                        fr="Nom du fichier contenant le maillage à adapter",
-                        ang="File name including the in-mesh"),
-               NOM_MED_MAILLAGE_NP1 = SIMP(statut='o' ,typ='TXM',
+                NOM_MED_MAILLAGE_N = SIMP(statut='o' ,typ='TXM',
+                         fr="Nom du fichier contenant le maillage à adapter",
+                         ang="File name including the in-mesh"),
+                NOM_MED_MAILLAGE_NP1 = SIMP(statut='o' ,typ='TXM',
                          fr="Nom du fichier qui contiendra le maillage adapté",
                          ang="File name for resulting out-mesh"),
-               INFORMATION =  SIMP(statut='o' ,typ='TXM',
+                INFORMATION =  SIMP(statut='o' ,typ='TXM',
                          fr="Nom du fichier contenant les informations de sortie",
                          ang="Log File"),
                      ),
@@ -74,12 +75,10 @@ DONNEES_HOMARD=PROC(nom="DONNEES_HOMARD",op= 189, docu="U7.04.01-b",
            RAFFINEMENT      =SIMP(statut='f',typ='TXM',     
                                  fr="Choix du mode de raffinement.",
                                  ang="Choice of refinement mode.",
-                                 defaut="LIBRE",
                                  into=("LIBRE","UNIFORME","NON","NON-CONFORME","NON-CONFORME-INDICATEUR") ),
            DERAFFINEMENT   =SIMP(statut='f',typ='TXM',     
                                  fr="Choix du mode de deraffinement.",
                                  ang="Choice of unrefinement mode.",
-                                 defaut="LIBRE",
                                  into=("LIBRE","UNIFORME","NON") ),
            INFORMATION     =SIMP(statut='f',typ='TXM',
                                  fr="Information sur un maillage",
@@ -204,9 +203,9 @@ DONNEES_HOMARD=PROC(nom="DONNEES_HOMARD",op= 189, docu="U7.04.01-b",
                                                  ang="Groups which define the boundary" ),
                                ) ,
          fichier_frontiere=BLOC ( condition = "NOM_MED_MAILLAGE_FRONTIERE != None" ,
-                         FIC_FRON = SIMP(statut='f',typ='TXM',
-                                        fr="Nom du fichier MED contenant le maillage frontiere",
-                                        ang="MED File including the boundary mesh" ),
+                          FIC_FRON = SIMP(statut='f',typ='TXM',
+                                         fr="Nom du fichier MED contenant le maillage frontiere",
+                                         ang="MED File including the boundary mesh" ),
                                ), 
 #
          ),