]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
fix tests with Z interpolation to the nearest bathy point: The mesh varies slightly...
authorPaul RASCLE <paul.rascle@openfields.fr>
Mon, 21 Sep 2020 12:09:42 +0000 (14:09 +0200)
committerYOANN AUDOUIN <B61570@dsp0851742.postes.calibre.edf.fr>
Fri, 30 Oct 2020 16:06:23 +0000 (17:06 +0100)
doc/salome/examples/h011_normalCaseManualInterpolZ.py
doc/salome/examples/h014_caseDigueManualInterpolZ.py
doc/salome/examples/h015_normalCaseManualTelemac.py
doc/salome/examples/h019_normalCaseManualInterpolZStrickler.py
doc/salome/examples/h020_normalCaseChangeBathy.py

index c00a2558cbc38b604802967f835d46299ded30a7..9405ad06f265f41252e69b3022af2f1c4a30c39a 100644 (file)
@@ -502,7 +502,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.17, 5.12, 17.57, 31.33, 0.25),
-            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.25),
+            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78)}
 controlStatZ(statz, refstatz)
 
index 6dcc84a44f8291fedfd670197be2e6886633c519..9937b681c7c92443a7033096152b345a29aa42bc 100644 (file)
@@ -612,7 +612,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.09, 5.13, 17.57, 31.33, 0.2),
-            'riveGauche': (7.72, 72.40, 21.59, 8.37, 16.71, 35.71, 0.3),
+            'riveGauche': (7.72, 72.40, 21.59, 8.37, 16.71, 35.71, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78),
             'digue': (14.10, 27.09, 22.01, 2.56, 18.15, 25.02)}
 controlStatZ(statz, refstatz)
index 451bd28048160069808dc874ff3f1de9a56ecb2c..23e8a42f97ae8463eb499aa704178e2a3df2e2d6 100644 (file)
@@ -510,7 +510,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.17, 5.12, 17.57, 31.33, 0.25),
-            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.25),
+            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78)}
 controlStatZ(statz, refstatz)
 
index f21324a9f78a7e60bc33eb7aebabf1f737baf807..47faa3aa58e80ab4836a56b5e36724cbd71d8664 100644 (file)
@@ -793,7 +793,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print statz
 refstatz = {'riveDroite': (10.88, 32.61, 24.17, 5.12, 17.57, 31.33, 0.25),
-            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.25),
+            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78)}
 controlStatZ(statz, refstatz)
 
index 6bcbe7b90b8fd968754156687bab33212c3f9fc2..bb71999a7e43d4bcce074c272325b523b5e031a4 100644 (file)
@@ -530,7 +530,7 @@ m3d = True
 statz = interpolZ(nomCas, fichierMaillage, dicoGroupeRegion, zUndef, interpolMethod, m3d)
 #print(statz)
 refstatz = {'riveDroite': (10.88, 32.61, 24.17, 5.12, 17.57, 31.33, 0.25),
-            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.25),
+            'riveGauche': (7.72, 71.86, 24.51, 12.18, 12.90, 60.36, 0.4),
             'litMineur': (2.06, 25.41, 13.93, 4.33, 8.47, 21.78)}
 controlStatZ(statz, refstatz)