]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Changement des noms de zones et commentaires
authorGerald NICOLAS <D68518@dsp0677846.(none)>
Thu, 7 Jan 2016 10:10:28 +0000 (11:10 +0100)
committerGerald NICOLAS <D68518@dsp0677846.(none)>
Thu, 7 Jan 2016 10:10:28 +0000 (11:10 +0100)
tests/test_12.py
tests/test_13.py
tests/test_14.py
tests/test_15.py

index 97a2aa81605eb525b6f2c9377dfaf130175bf9c7..f938775b8d9a57166a4a1724cd46cf3a64eaa142 100755 (executable)
@@ -19,7 +19,7 @@
 #
 """
 Python script for HOMARD
-Test test_11 associe au tutorial 2
+Test test_12 associe au tutorial 2
 """
 __revision__ = "V2.3"
 
@@ -75,26 +75,26 @@ Python script for HOMARD
   #
   # Creation des zones
   # ==================
-  # Box "Zone_0"
-  Zone_0 = homard.CreateZoneBox ('Zone_0', -0.1, 1.1, -0.1, 1.1, 0.9, 1.1)
+  # Box "Zone_12_0"
+  Zone_12_0 = homard.CreateZoneBox ('Zone_12_0', -0.1, 1.1, -0.1, 1.1, 0.9, 1.1)
   #
-  # Sphere "Zone_1"
-  Zone_1 = homard.CreateZoneSphere ('Zone_1', 0., 0., 0., 1.05)
+  # Sphere "Zone_12_1"
+  Zone_12_1 = homard.CreateZoneSphere ('Zone_12_1', 0., 0., 0., 1.05)
   #
-  # Box "Zone_2"
-  Zone_2 = homard.CreateZoneBox ('Zone_2', -0.1, 0.51, -0.1, 0.51, -0.1, 0.51)
+  # Box "Zone_12_2"
+  Zone_12_2 = homard.CreateZoneBox ('Zone_12_2', -0.1, 0.51, -0.1, 0.51, -0.1, 0.51)
   #
   # Hypothese "Hypo_2"
   # ==================
   Hypo_2 = homard.CreateHypothesis('Hypo_2')
-  Hypo_2.AddZone('Zone_1', 1)
-  Hypo_2.AddZone('Zone_0', 1)
+  Hypo_2.AddZone('Zone_12_1', 1)
+  Hypo_2.AddZone('Zone_12_0', 1)
   #
   # Hypothese "Hypo_2_bis"
   # ======================
   Hypo_2_bis = homard.CreateHypothesis('Hypo_2_bis')
-  Hypo_2_bis.AddZone('Zone_0', -1)
-  Hypo_2_bis.AddZone('Zone_2', 1)
+  Hypo_2_bis.AddZone('Zone_12_0', -1)
+  Hypo_2_bis.AddZone('Zone_12_2', 1)
   #
   # Cas
   # ===
index 0d074ce23bbc7efcf7662dca533c726bd67424b7..a904186fb8ec350d12836c6b16c436ae3e698213 100755 (executable)
@@ -19,7 +19,7 @@
 #
 """
 Python script for HOMARD
-Test test_11 associe au tutorial 3
+Test test_13 associe au tutorial 3
 """
 __revision__ = "V2.3"
 
index 2d9a91c8fe00729ced124ef66c236c1066cf6c27..1928ffc3cbad22e7177164c19934925377df71a5 100755 (executable)
@@ -19,7 +19,7 @@
 #
 """
 Python script for HOMARD
-Test test_11 associe au tutorial 4
+Test test_14 associe au tutorial 4
 """
 __revision__ = "V2.3"
 
index da64c66c02475c340248e546277587b8b50b211b..a3164536a2bc09ba830895b24dfbe5e7c94ca8e5 100755 (executable)
@@ -19,7 +19,7 @@
 #
 """
 Python script for HOMARD
-Test test_11 associe au tutorial 5
+Test test_15 associe au tutorial 5
 """
 __revision__ = "V2.3"