From e1ba7df4da0f890206ebca72e93f8a2f1a288c1d Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 4 Aug 2023 11:30:34 +0200 Subject: [PATCH] [EDF28170] : management of structure elements pipes using SEG4 elements. Management of Gauss Points on SEG4 cell types --- src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2