X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldDiscretization.hxx;h=50fdb2e0eee43aea58315568e82a8e93fad2616e;hb=b8616069f6667dcec3f90574a05bfc9e66d87fa5;hp=18b1d5ec7a3647880f0c6fb543a8e0df1df34861;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingFieldDiscretization.hxx b/src/MEDCoupling/MEDCouplingFieldDiscretization.hxx index 18b1d5ec7..50fdb2e0e 100644 --- a/src/MEDCoupling/MEDCouplingFieldDiscretization.hxx +++ b/src/MEDCoupling/MEDCouplingFieldDiscretization.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -366,6 +366,7 @@ namespace MEDCoupling static const double FGP_TETRA10[10];//to check static const double FGP_PENTA6[6]; static const double FGP_PENTA15[15];//to check + static const double FGP_PENTA18[18];//to check static const double FGP_HEXA8[8]; static const double FGP_HEXA20[20];//to check static const double FGP_HEXA27[27]; @@ -384,6 +385,7 @@ namespace MEDCoupling static const double REF_TETRA10[30]; static const double REF_PENTA6[18]; static const double REF_PENTA15[45]; + static const double REF_PENTA18[54]; static const double REF_HEXA8[24]; static const double REF_HEXA20[60]; static const double REF_HEXA27[81]; @@ -402,6 +404,7 @@ namespace MEDCoupling static const double LOC_TETRA10[30];//to check static const double LOC_PENTA6[18]; static const double LOC_PENTA15[45];//to check + static const double LOC_PENTA18[54];//to check static const double LOC_HEXA8[24]; static const double LOC_HEXA20[60];//to check static const double LOC_HEXA27[81];