]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
[EDF28170] : management of structure elements pipes using SEG4 elements. Management... agy/edf28170
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 4 Aug 2023 09:30:34 +0000 (11:30 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 4 Aug 2023 09:30:34 +0000 (11:30 +0200)
src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py

index c32bd34bd78c19d370a4e308666900cf80e58e90..4f3a298f102d529223f155ca9c8354c7663210d9 100644 (file)
@@ -1174,7 +1174,7 @@ class MEDCouplingBasicsTest7(unittest.TestCase):
         # 1D cells
         vec = [0.64]
 
-        for gt in [NORM_SEG2,NORM_SEG3]:
+        for gt in [NORM_SEG2,NORM_SEG3,NORM_SEG4]:
             ref_coord = [list(elt) for elt in MEDCouplingGaussLocalization.GetDefaultReferenceCoordinatesOf(gt).getValuesAsTuple()]
 
             der_computed = GetDerivative(ref_coord,vec)