From: Anthony Geay Date: Fri, 4 Aug 2023 09:30:34 +0000 (+0200) Subject: [EDF28170] : management of structure elements pipes using SEG4 elements. Management... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fagy%2Fedf28170;p=tools%2Fmedcoupling.git [EDF28170] : management of structure elements pipes using SEG4 elements. Management of Gauss Points on SEG4 cell types --- diff --git a/src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py b/src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py index c32bd34bd..4f3a298f1 100644 --- a/src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py +++ b/src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py @@ -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)