Salome HOME
[EDF26877] : management of computation of measure field on field on Gauss Point in...
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingFieldDiscretization.cxx
1 // Copyright (C) 2007-2022  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 // Author : Anthony Geay (EDF R&D)
20
21 #include "MEDCouplingFieldDiscretization.hxx"
22 #include "MEDCouplingFieldDiscretizationOnNodesFE.hxx"
23 #include "MEDCouplingCMesh.hxx"
24 #include "MEDCouplingUMesh.hxx"
25 #include "MEDCouplingFieldDouble.hxx"
26 #include "MCAuto.hxx"
27
28 #include "CellModel.hxx"
29 #include "InterpolationUtils.hxx"
30 #include "InterpKernelAutoPtr.hxx"
31 #include "InterpKernelGaussCoords.hxx"
32 #include "InterpKernelMatrixTools.hxx"
33 #include "InterpKernelDenseMatrix.hxx"
34
35 #include <set>
36 #include <list>
37 #include <limits>
38 #include <sstream>
39 #include <numeric>
40 #include <algorithm>
41 #include <functional>
42
43 using namespace MEDCoupling;
44
45 const double MEDCouplingFieldDiscretization::DFLT_PRECISION=1.e-12;
46
47 const char MEDCouplingFieldDiscretizationP0::REPR[]="P0";
48
49 const char MEDCouplingFieldDiscretizationP1::REPR[]="P1";
50
51 const mcIdType MEDCouplingFieldDiscretizationPerCell::DFT_INVALID_LOCID_VALUE=-1;
52
53 const char MEDCouplingFieldDiscretizationGauss::REPR[]="GAUSS";
54
55 const char MEDCouplingFieldDiscretizationGaussNE::REPR[]="GSSNE";
56
57 const char MEDCouplingFieldDiscretizationKriging::REPR[]="KRIGING";
58
59 // doc is here http://www.code-aster.org/V2/doc/default/fr/man_r/r3/r3.01.01.pdf
60 const double MEDCouplingFieldDiscretizationGaussNE::FGP_POINT1[1]={0.};
61 const double MEDCouplingFieldDiscretizationGaussNE::FGP_SEG2[2]={1.,1.};
62 const double MEDCouplingFieldDiscretizationGaussNE::FGP_SEG3[3]={0.5555555555555556,0.8888888888888888,0.5555555555555556};
63 const double MEDCouplingFieldDiscretizationGaussNE::FGP_SEG4[4]={0.347854845137454,0.347854845137454,0.652145154862546,0.652145154862546};
64 const double MEDCouplingFieldDiscretizationGaussNE::FGP_TRI3[3]={0.16666666666666666,0.16666666666666666,0.16666666666666666};
65 const double MEDCouplingFieldDiscretizationGaussNE::FGP_TRI6[6]={0.0549758718227661,0.0549758718227661,0.0549758718227661,0.11169079483905,0.11169079483905,0.11169079483905};
66 const double MEDCouplingFieldDiscretizationGaussNE::FGP_TRI7[7]={0.062969590272413,0.062969590272413,0.062969590272413,0.066197076394253,0.066197076394253,0.066197076394253,0.1125};
67 const double MEDCouplingFieldDiscretizationGaussNE::FGP_QUAD4[4]={1.,1.,1.,1.};
68 const double MEDCouplingFieldDiscretizationGaussNE::FGP_QUAD8[8]={1.,1.,1.,1.,1.,1.,1.,1.};
69 const double MEDCouplingFieldDiscretizationGaussNE::FGP_QUAD9[9]={0.30864197530864196,0.30864197530864196,0.30864197530864196,0.30864197530864196,0.49382716049382713,0.49382716049382713,0.49382716049382713,0.49382716049382713,0.7901234567901234};
70 const double MEDCouplingFieldDiscretizationGaussNE::FGP_TETRA4[4]={0.041666666666666664,0.041666666666666664,0.041666666666666664,0.041666666666666664};
71 const double MEDCouplingFieldDiscretizationGaussNE::FGP_TETRA10[10]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};//to check
72 const double MEDCouplingFieldDiscretizationGaussNE::FGP_PENTA6[6]={0.16666666666666666,0.16666666666666666,0.16666666666666666,0.16666666666666666,0.16666666666666666,0.16666666666666666};
73 const double MEDCouplingFieldDiscretizationGaussNE::FGP_PENTA15[15]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};//to check
74 const double MEDCouplingFieldDiscretizationGaussNE::FGP_PENTA18[18]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};//to check
75 const double MEDCouplingFieldDiscretizationGaussNE::FGP_HEXA8[8]={1.,1.,1.,1.,1.,1.,1.,1.};
76 const double MEDCouplingFieldDiscretizationGaussNE::FGP_HEXA20[20]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};
77 const double MEDCouplingFieldDiscretizationGaussNE::FGP_HEXA27[27]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};
78 const double MEDCouplingFieldDiscretizationGaussNE::FGP_PYRA5[5]={0.13333333333333333,0.13333333333333333,0.13333333333333333,0.13333333333333333,0.13333333333333333};
79 const double MEDCouplingFieldDiscretizationGaussNE::FGP_PYRA13[13]={1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.};//to check
80 const double MEDCouplingFieldDiscretizationGaussNE::REF_SEG2[2]={-1.,1.};
81 const double MEDCouplingFieldDiscretizationGaussNE::REF_SEG3[3]={-1.,1.,0.};
82 const double MEDCouplingFieldDiscretizationGaussNE::REF_SEG4[4]={-1.,1.,-0.3333333333333333,0.3333333333333333};
83 const double MEDCouplingFieldDiscretizationGaussNE::REF_TRI3[6]={0.,0.,1.,0.,0.,1.};
84 const double MEDCouplingFieldDiscretizationGaussNE::REF_TRI6[12]={0.,0.,1.,0.,0.,1.,0.5,0.,0.5,0.5,0.,0.5};
85 const double MEDCouplingFieldDiscretizationGaussNE::REF_TRI7[14]={0.,0.,1.,0.,0.,1.,0.5,0.,0.5,0.5,0.,0.5,0.3333333333333333,0.3333333333333333};
86 const double MEDCouplingFieldDiscretizationGaussNE::REF_QUAD4[8]={-1.,-1.,1.,-1.,1.,1.,-1.,1.};
87 const double MEDCouplingFieldDiscretizationGaussNE::REF_QUAD8[16]={-1.,-1.,1.,-1.,1.,1.,-1.,1.,0.,-1.,1.,0.,0.,1.,-1.,0.};
88 const double MEDCouplingFieldDiscretizationGaussNE::REF_QUAD9[18]={-1.,-1.,1.,-1.,1.,1.,-1.,1.,0.,-1.,1.,0.,0.,1.,-1.,0.,0.,0.};
89 const double MEDCouplingFieldDiscretizationGaussNE::REF_TETRA4[12]={0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.,0.};
90 const double MEDCouplingFieldDiscretizationGaussNE::REF_TETRA10[30]={0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,0.5,0.5,0.,0.,0.5,0.,0.5,0.,0.5,0.5,0.,0.5,0.,0.5,0.5,0.,0.};
91 const double MEDCouplingFieldDiscretizationGaussNE::REF_PENTA6[18]={-1.,1.,0.,-1.,0.,1.,-1.,0.,0.,1.,1.,0.,1.,0.,1.,1.,0.,0.};
92 const double MEDCouplingFieldDiscretizationGaussNE::REF_PENTA15[45]={-1.,1.,0.,-1.,0.,1.,-1.,0.,0.,1.,1.,0.,1.,0.,1.,1.,0.,0.,-1.,0.5,0.5,-1.,0.,0.5,-1.,0.5,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.5,0.5,1.,0.,0.5,1.,0.5,0.};
93 const double MEDCouplingFieldDiscretizationGaussNE::REF_PENTA18[54]={-1.,1.,0.,-1.,0.,1.,-1.,0.,0.,1.,1.,0.,1.,0.,1.,1.,0.,0.,-1.,0.5,0.5,-1.,0.,0.5,-1.,0.5,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.5,0.5,1.,0.,0.5,1.,0.5,0.,0.,0.5,0.5,0.,0.,0.5,0.,0.5,0.};
94 const double MEDCouplingFieldDiscretizationGaussNE::REF_HEXA8[24]={-1.,-1.,-1.,1.,-1.,-1.,1.,1.,-1.,-1.,1.,-1.,-1.,-1.,1.,1.,-1.,1.,1.,1.,1.,-1.,1.,1.};
95 const double MEDCouplingFieldDiscretizationGaussNE::REF_HEXA20[60]={-1.,-1.,-1.,1.,-1.,-1.,1.,1.,-1.,-1.,1.,-1.,-1.,-1.,1.,1.,-1.,1.,1.,1.,1.,-1.,1.,1.,0.,-1.,-1.,1.,0.,-1.,0.,1.,-1.,-1.,0.,-1.,-1.,-1.,0.,1.,-1.,0.,1.,1.,0.,-1.,1.,0.,0.,-1.,1.,1.,0.,1.,0.,1.,1.,-1.,0.,1.};
96 const double MEDCouplingFieldDiscretizationGaussNE::REF_HEXA27[81]={-1.,-1.,-1.,-1.,1.,-1.,1.,1.,-1.,1.,-1.,-1.,-1.,-1.,1.,-1.,1.,1.,1.,1.,1.,1.,-1.,1.,-1.,0.,-1.,0.,1.,-1.,1.,0.,-1.,0.,-1.,-1.,-1.,0.,1.,0.,1.,1.,1.,0.,1.,0.,-1.,1.,-1.,-1.,0.,-1.,1.,0.,1.,1.,0.,1.,-1.,0.,0.,0.,-1.,-1.,0.,0.,0.,1.,0.,1.,0.,0.,0.,-1.,0.,0.,0.,1.,0.,0.,0.};
97 const double MEDCouplingFieldDiscretizationGaussNE::REF_PYRA5[15]={1.,0.,0.,0.,1.,0.,-1.,0.,0.,0.,-1.,0.,0.,0.,1.};
98 const double MEDCouplingFieldDiscretizationGaussNE::REF_PYRA13[39]={1.,0.,0.,0.,-1.,0.,-1.,0.,0.,0.,1.,0.,0.,0.,1.,0.5,-0.5,0.,-0.5,-0.5,0.,-0.5,0.5,0.,0.5,0.5,0.,0.5,0.,0.5,0.,-0.5,0.5,-0.5,0.,0.5,0.,0.5,0.5};
99 const double MEDCouplingFieldDiscretizationGaussNE::LOC_SEG2[2]={0.577350269189626,-0.577350269189626};
100 const double MEDCouplingFieldDiscretizationGaussNE::LOC_SEG3[3]={-0.774596669241,0.,0.774596669241};
101 const double MEDCouplingFieldDiscretizationGaussNE::LOC_SEG4[4]={0.339981043584856,-0.339981043584856,0.861136311594053,-0.861136311594053};
102 const double MEDCouplingFieldDiscretizationGaussNE::LOC_TRI3[6]={0.16666666666666667,0.16666666666666667,0.6666666666666667,0.16666666666666667,0.16666666666666667,0.6666666666666667};
103 const double MEDCouplingFieldDiscretizationGaussNE::LOC_TRI6[12]={0.091576213509771,0.091576213509771,0.816847572980458,0.091576213509771,0.091576213509771,0.816847572980458,0.445948490915965,0.10810301816807,0.445948490915965,0.445948490915965,0.10810301816807,0.445948490915965};
104 const double MEDCouplingFieldDiscretizationGaussNE::LOC_TRI7[14]={0.3333333333333333,0.3333333333333333,0.470142064105115,0.470142064105115,0.05971587178977,0.470142064105115,0.470142064105115,0.05971587178977,0.101286507323456,0.101286507323456,0.797426985353088,0.101286507323456,0.101286507323456,0.797426985353088};
105 const double MEDCouplingFieldDiscretizationGaussNE::LOC_QUAD4[8]={-0.774596669241483,-0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483};
106 const double MEDCouplingFieldDiscretizationGaussNE::LOC_QUAD8[16]={-0.774596669241483,-0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483,0.,-0.774596669241483,0.774596669241483,0.,0.,0.774596669241483,-0.774596669241483,0.};
107 const double MEDCouplingFieldDiscretizationGaussNE::LOC_QUAD9[18]={-0.774596669241483,-0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483,0.774596669241483,-0.774596669241483,0.774596669241483,0.,-0.774596669241483,0.774596669241483,0.,0.,0.774596669241483,-0.774596669241483,0.,0.,0.};
108 const double MEDCouplingFieldDiscretizationGaussNE::LOC_TETRA4[12]={0.1381966011250105,0.1381966011250105,0.1381966011250105,0.1381966011250105,0.1381966011250105,0.5854101966249685,0.1381966011250105,0.5854101966249685,0.1381966011250105,0.5854101966249685,0.1381966011250105,0.1381966011250105};
109 const double MEDCouplingFieldDiscretizationGaussNE::LOC_TETRA10[30]={0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,0.5,0.5,0.,0.,0.5,0.,0.5,0.,0.5,0.5,0.,0.5,0.,0.5,0.5,0.,0.};//to check
110 const double MEDCouplingFieldDiscretizationGaussNE::LOC_PENTA6[18]={-0.5773502691896258,0.5,0.5,-0.5773502691896258,0.,0.5,-0.5773502691896258,0.5,0.,0.5773502691896258,0.5,0.5,0.5773502691896258,0.,0.5,0.5773502691896258,0.5,0.};
111 const double MEDCouplingFieldDiscretizationGaussNE::LOC_PENTA15[45]={-1.,1.,0.,-1.,0.,1.,-1.,0.,0.,1.,1.,0.,1.,0.,1.,1.,0.,0.,-1.,0.5,0.5,-1.,0.,0.5,-1.,0.5,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.5,0.5,1.,0.,0.5,1.,0.5,0.};//to check
112 const double MEDCouplingFieldDiscretizationGaussNE::LOC_PENTA18[54]={-1.,1.,0.,-1.,0.,1.,-1.,0.,0.,1.,1.,0.,1.,0.,1.,1.,0.,0.,-1.,0.5,0.5,-1.,0.,0.5,-1.,0.5,0.,0.,1.,0.,0.,0.,1.,0.,0.,0.,1.,0.5,0.5,1.,0.,0.5,1.,0.5,0.,0.,0.5,0.5,0.,0.,0.5,0.,0.5,0.};//to check
113 const double MEDCouplingFieldDiscretizationGaussNE::LOC_HEXA8[24]={-0.5773502691896258,-0.5773502691896258,-0.5773502691896258,-0.5773502691896258,-0.5773502691896258,0.5773502691896258,-0.5773502691896258,0.5773502691896258,-0.5773502691896258,-0.5773502691896258,0.5773502691896258,0.5773502691896258,0.5773502691896258,-0.5773502691896258,-0.5773502691896258,0.5773502691896258,-0.5773502691896258,0.5773502691896258,0.5773502691896258,0.5773502691896258,-0.5773502691896258,0.5773502691896258,0.5773502691896258,0.5773502691896258};
114 const double MEDCouplingFieldDiscretizationGaussNE::LOC_HEXA20[60]={-1.,-1.,-1.,1.,-1.,-1.,1.,1.,-1.,-1.,1.,-1.,-1.,-1.,1.,1.,-1.,1.,1.,1.,1.,-1.,1.,1.,0.,-1.,-1.,1.,0.,-1.,0.,1.,-1.,-1.,0.,-1.,-1.,-1.,0.,1.,-1.,0.,1.,1.,0.,-1.,1.,0.,0.,-1.,1.,1.,0.,1.,0.,1.,1.,-1.,0.,1.};//to check
115 const double MEDCouplingFieldDiscretizationGaussNE::LOC_HEXA27[81]={-1.,-1.,-1.,-1.,1.,-1.,1.,1.,-1.,1.,-1.,-1.,-1.,-1.,1.,-1.,1.,1.,1.,1.,1.,1.,-1.,1.,-1.,0.,-1.,0.,1.,-1.,1.,0.,-1.,0.,-1.,-1.,-1.,0.,1.,0.,1.,1.,1.,0.,1.,0.,-1.,1.,-1.,-1.,0.,-1.,1.,0.,1.,1.,0.,1.,-1.,0.,0.,0.,-1.,-1.,0.,0.,0.,1.,0.,1.,0.,0.,0.,-1.,0.,0.,0.,1.,0.,0.,0.};
116 const double MEDCouplingFieldDiscretizationGaussNE::LOC_PYRA5[15]={0.5,0.,0.1531754163448146,0.,0.5,0.1531754163448146,-0.5,0.,0.1531754163448146,0.,-0.5,0.1531754163448146,0.,0.,0.6372983346207416};
117 const double MEDCouplingFieldDiscretizationGaussNE::LOC_PYRA13[39]={1.,0.,0.,0.,-1.,0.,-1.,0.,0.,0.,1.,0.,0.,0.,0.999999999999,0.5,-0.5,0.,-0.5,-0.5,0.,-0.5,0.5,0.,0.5,0.5,0.,0.5,0.,0.5,0.,-0.5,0.5,-0.5,0.,0.5,0.,0.5,0.5};//to check 0.99999... to avoid nan ! on node #4 of PYRA13
118
119 MEDCouplingFieldDiscretization::MEDCouplingFieldDiscretization():_precision(DFLT_PRECISION)
120 {
121 }
122
123 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretization::New(TypeOfField type)
124 {
125   switch(type)
126   {
127     case MEDCouplingFieldDiscretizationP0::TYPE:
128       return new MEDCouplingFieldDiscretizationP0;
129     case MEDCouplingFieldDiscretizationP1::TYPE:
130       return new MEDCouplingFieldDiscretizationP1;
131     case MEDCouplingFieldDiscretizationGauss::TYPE:
132       return new MEDCouplingFieldDiscretizationGauss;
133     case MEDCouplingFieldDiscretizationGaussNE::TYPE:
134       return new MEDCouplingFieldDiscretizationGaussNE;
135     case MEDCouplingFieldDiscretizationKriging::TYPE:
136       return new MEDCouplingFieldDiscretizationKriging;
137     case MEDCouplingFieldDiscretizationOnNodesFE::TYPE:
138       return new MEDCouplingFieldDiscretizationOnNodesFE;
139     default:
140       throw INTERP_KERNEL::Exception("Chosen discretization is not implemented yet.");
141   }
142 }
143
144 TypeOfField MEDCouplingFieldDiscretization::GetTypeOfFieldFromStringRepr(const std::string& repr)
145 {
146   if(repr==MEDCouplingFieldDiscretizationP0::REPR)
147     return MEDCouplingFieldDiscretizationP0::TYPE;
148   if(repr==MEDCouplingFieldDiscretizationP1::REPR)
149     return MEDCouplingFieldDiscretizationP1::TYPE;
150   if(repr==MEDCouplingFieldDiscretizationGauss::REPR)
151     return MEDCouplingFieldDiscretizationGauss::TYPE;
152   if(repr==MEDCouplingFieldDiscretizationGaussNE::REPR)
153     return MEDCouplingFieldDiscretizationGaussNE::TYPE;
154   if(repr==MEDCouplingFieldDiscretizationKriging::REPR)
155     return MEDCouplingFieldDiscretizationKriging::TYPE;
156   if(repr==MEDCouplingFieldDiscretizationOnNodesFE::REPR)
157     return MEDCouplingFieldDiscretizationOnNodesFE::TYPE;
158   throw INTERP_KERNEL::Exception("Representation does not match with any field discretization !");
159 }
160
161 std::string MEDCouplingFieldDiscretization::GetTypeOfFieldRepr(TypeOfField type)
162 {
163   switch(type)
164   {
165     case MEDCouplingFieldDiscretizationP0::TYPE:
166       return MEDCouplingFieldDiscretizationP0::REPR;
167     case MEDCouplingFieldDiscretizationP1::TYPE:
168       return MEDCouplingFieldDiscretizationP1::REPR;
169     case MEDCouplingFieldDiscretizationGauss::TYPE:
170       return MEDCouplingFieldDiscretizationGauss::REPR;
171     case MEDCouplingFieldDiscretizationGaussNE::TYPE:
172       return MEDCouplingFieldDiscretizationGaussNE::REPR;
173     case MEDCouplingFieldDiscretizationKriging::TYPE:
174       return MEDCouplingFieldDiscretizationKriging::REPR;
175     case MEDCouplingFieldDiscretizationOnNodesFE::TYPE:
176       return MEDCouplingFieldDiscretizationOnNodesFE::REPR;
177     default:
178       throw INTERP_KERNEL::Exception("GetTypeOfFieldRepr : Representation does not match with any field discretization !");
179   }
180 }
181
182 bool MEDCouplingFieldDiscretization::isEqual(const MEDCouplingFieldDiscretization *other, double eps) const
183 {
184   std::string reason;
185   return isEqualIfNotWhy(other,eps,reason);
186 }
187
188 bool MEDCouplingFieldDiscretization::isEqualWithoutConsideringStr(const MEDCouplingFieldDiscretization *other, double eps) const
189 {
190   return isEqual(other,eps);
191 }
192
193 /*!
194  * This method is an alias of MEDCouplingFieldDiscretization::clone. It is only here for coherency with all the remaining of MEDCoupling.
195  * \sa MEDCouplingFieldDiscretization::clone.
196  */
197 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretization::deepCopy() const
198 {
199   return clone();
200 }
201
202 /*!
203  * For all field discretization excepted GaussPts the [ \a startCellIds, \a endCellIds ) has no impact on the cloned instance.
204  */
205 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretization::clonePart(const mcIdType *startCellIds, const mcIdType *endCellIds) const
206 {
207   return clone();
208 }
209
210 /*!
211  * For all field discretization excepted GaussPts the slice( \a beginCellId, \a endCellIds, \a stepCellId ) has no impact on the cloned instance.
212  */
213 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretization::clonePartRange(mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds) const
214 {
215   return clone();
216 }
217
218 /*!
219  * Excepted for MEDCouplingFieldDiscretizationPerCell no underlying TimeLabel object : nothing to do in generally.
220  */
221 void MEDCouplingFieldDiscretization::updateTime() const
222 {
223 }
224
225 std::size_t MEDCouplingFieldDiscretization::getHeapMemorySizeWithoutChildren() const
226 {
227   return 0;
228 }
229
230 std::vector<const BigMemoryObject *> MEDCouplingFieldDiscretization::getDirectChildrenWithNull() const
231 {
232   return std::vector<const BigMemoryObject *>();
233 }
234
235 /*!
236  * Computes normL1 of DataArrayDouble instance arr.
237  * @param res output parameter expected to be of size arr->getNumberOfComponents();
238  * @throw when the field discretization fails on getMeasure fields (gauss points for example)
239  */
240 void MEDCouplingFieldDiscretization::normL1(const MEDCouplingMesh *mesh, const DataArrayDouble *arr, double *res) const
241 {
242   MCAuto<MEDCouplingFieldDouble> vol=getMeasureField(mesh,true);
243   std::size_t nbOfCompo=arr->getNumberOfComponents();
244   mcIdType nbOfElems=getNumberOfTuples(mesh);
245   std::fill(res,res+nbOfCompo,0.);
246   const double *arrPtr=arr->getConstPointer();
247   const double *volPtr=vol->getArray()->getConstPointer();
248   double deno=0.;
249   for(mcIdType i=0;i<nbOfElems;i++)
250     {
251       double v=fabs(volPtr[i]);
252       for(std::size_t j=0;j<nbOfCompo;j++)
253         res[j]+=fabs(arrPtr[i*nbOfCompo+j])*v;
254       deno+=v;
255     }
256   std::transform(res,res+nbOfCompo,res,std::bind(std::multiplies<double>(),std::placeholders::_1,1./deno));
257 }
258
259 /*!
260  * Computes normL2 of DataArrayDouble instance arr.
261  * @param res output parameter expected to be of size arr->getNumberOfComponents();
262  * @throw when the field discretization fails on getMeasure fields (gauss points for example)
263  */
264 void MEDCouplingFieldDiscretization::normL2(const MEDCouplingMesh *mesh, const DataArrayDouble *arr, double *res) const
265 {
266   MCAuto<MEDCouplingFieldDouble> vol=getMeasureField(mesh,true);
267   std::size_t nbOfCompo=arr->getNumberOfComponents();
268   mcIdType nbOfElems=getNumberOfTuples(mesh);
269   std::fill(res,res+nbOfCompo,0.);
270   const double *arrPtr=arr->getConstPointer();
271   const double *volPtr=vol->getArray()->getConstPointer();
272   double deno=0.;
273   for(mcIdType i=0;i<nbOfElems;i++)
274     {
275       double v=fabs(volPtr[i]);
276       for(std::size_t j=0;j<nbOfCompo;j++)
277         res[j]+=arrPtr[i*nbOfCompo+j]*arrPtr[i*nbOfCompo+j]*v;
278       deno+=v;
279     }
280   std::transform(res,res+nbOfCompo,res,std::bind(std::multiplies<double>(),std::placeholders::_1,1./deno));
281   std::transform(res,res+nbOfCompo,res,[](double c){return sqrt(c);});
282 }
283
284 /*!
285  * Computes integral of DataArrayDouble instance arr.
286  * @param res output parameter expected to be of size arr->getNumberOfComponents();
287  * @throw when the field discretization fails on getMeasure fields (gauss points for example)
288  */
289 void MEDCouplingFieldDiscretization::integral(const MEDCouplingMesh *mesh, const DataArrayDouble *arr, bool isWAbs, double *res) const
290 {
291   if(!mesh)
292     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretization::integral : mesh is NULL !");
293   if(!arr)
294     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretization::integral : input array is NULL !");
295   MCAuto<MEDCouplingFieldDouble> vol=getMeasureField(mesh,isWAbs);
296   std::size_t nbOfCompo(arr->getNumberOfComponents());
297   mcIdType nbOfElems(getNumberOfTuples(mesh));
298   if(nbOfElems!=arr->getNumberOfTuples())
299     {
300       std::ostringstream oss; oss << "MEDCouplingFieldDiscretization::integral : field is not correct ! number of tuples in array is " << arr->getNumberOfTuples();
301       oss << " whereas number of tuples expected is " << nbOfElems << " !";
302       throw INTERP_KERNEL::Exception(oss.str().c_str());
303     }
304   std::fill(res,res+nbOfCompo,0.);
305   const double *arrPtr(arr->begin()),*volPtr(vol->getArray()->begin());
306   INTERP_KERNEL::AutoPtr<double> tmp=new double[nbOfCompo];
307   for(mcIdType i=0;i<nbOfElems;i++)
308     {
309       std::transform(arrPtr+i*nbOfCompo,arrPtr+(i+1)*nbOfCompo,(double *)tmp,std::bind(std::multiplies<double>(),std::placeholders::_1,volPtr[i]));
310       std::transform((double *)tmp,(double *)tmp+nbOfCompo,res,res,std::plus<double>());
311     }
312 }
313
314 /*!
315  * This method is strictly equivalent to MEDCouplingFieldDiscretization::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
316  * 
317  * \param [out] beginOut Valid only if \a di is NULL
318  * \param [out] endOut Valid only if \a di is NULL
319  * \param [out] stepOut Valid only if \a di is NULL
320  * \param [out] di is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable.
321  *
322  * \sa MEDCouplingFieldDiscretization::buildSubMeshData
323  */
324 MEDCouplingMesh *MEDCouplingFieldDiscretization::buildSubMeshDataRange(const MEDCouplingMesh *mesh, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType& beginOut, mcIdType& endOut, mcIdType& stepOut, DataArrayIdType *&di) const
325 {
326   MCAuto<DataArrayIdType> da=DataArrayIdType::Range(beginCellIds,endCellIds,stepCellIds);
327   return buildSubMeshData(mesh,da->begin(),da->end(),di);
328 }
329
330 void MEDCouplingFieldDiscretization::getSerializationIntArray(DataArrayIdType *& arr) const
331 {
332   arr=0;
333 }
334
335 /*!
336  * Empty : Not a bug
337  */
338 void MEDCouplingFieldDiscretization::getTinySerializationIntInformation(std::vector<mcIdType>& tinyInfo) const
339 {
340 }
341
342 /*!
343  * Empty : Not a bug
344  */
345 void MEDCouplingFieldDiscretization::getTinySerializationDbleInformation(std::vector<double>& tinyInfo) const
346 {
347 }
348
349 void MEDCouplingFieldDiscretization::resizeForUnserialization(const std::vector<mcIdType>& tinyInfo, DataArrayIdType *& arr)
350 {
351   arr=0;
352 }
353
354 /*!
355  * Empty : Not a bug
356  */
357 void MEDCouplingFieldDiscretization::checkForUnserialization(const std::vector<mcIdType>& tinyInfo, const DataArrayIdType *arr)
358 {
359 }
360
361 /*!
362  * Empty : Not a bug
363  */
364 void MEDCouplingFieldDiscretization::finishUnserialization(const std::vector<double>& tinyInfo)
365 {
366 }
367
368 /*!
369  * This method is typically the first step of renumbering. The implementation is empty it is not a bug only gauss is impacted
370  * virtually by this method.
371  */
372 void MEDCouplingFieldDiscretization::renumberCells(const mcIdType *old2NewBg, bool check)
373 {
374 }
375
376 double MEDCouplingFieldDiscretization::getIJK(const MEDCouplingMesh *mesh, const DataArrayDouble *da, mcIdType cellId, mcIdType nodeIdInCell, int compoId) const
377 {
378   throw INTERP_KERNEL::Exception("getIJK Invalid ! only for GaussPoint and GaussNE discretizations !");
379 }
380
381 void MEDCouplingFieldDiscretization::setGaussLocalizationOnType(const MEDCouplingMesh *m, INTERP_KERNEL::NormalizedCellType type, const std::vector<double>& refCoo,
382                                                                 const std::vector<double>& gsCoo, const std::vector<double>& wg)
383 {
384   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
385 }
386
387 void MEDCouplingFieldDiscretization::setGaussLocalizationOnCells(const MEDCouplingMesh *m, const mcIdType *begin, const mcIdType *end, const std::vector<double>& refCoo,
388                                                                  const std::vector<double>& gsCoo, const std::vector<double>& wg)
389 {
390   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
391 }
392
393 void MEDCouplingFieldDiscretization::clearGaussLocalizations()
394 {
395   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
396 }
397
398 MEDCouplingGaussLocalization& MEDCouplingFieldDiscretization::getGaussLocalization(mcIdType locId)
399 {
400   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
401 }
402
403 const MEDCouplingGaussLocalization& MEDCouplingFieldDiscretization::getGaussLocalization(mcIdType locId) const
404 {
405   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
406 }
407
408 mcIdType MEDCouplingFieldDiscretization::getNbOfGaussLocalization() const
409 {
410   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
411 }
412
413 mcIdType MEDCouplingFieldDiscretization::getGaussLocalizationIdOfOneCell(mcIdType cellId) const
414 {
415   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
416 }
417
418 mcIdType MEDCouplingFieldDiscretization::getGaussLocalizationIdOfOneType(INTERP_KERNEL::NormalizedCellType type) const
419 {
420   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
421 }
422
423 std::set<mcIdType> MEDCouplingFieldDiscretization::getGaussLocalizationIdsOfOneType(INTERP_KERNEL::NormalizedCellType type) const
424 {
425   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
426 }
427
428 void MEDCouplingFieldDiscretization::getCellIdsHavingGaussLocalization(mcIdType locId, std::vector<mcIdType>& cellIds) const
429 {
430   throw INTERP_KERNEL::Exception("Invalid method for the corresponding field discretization : available only for GaussPoint discretization !");
431 }
432
433 void MEDCouplingFieldDiscretization::RenumberEntitiesFromO2NArr(double eps, const mcIdType *old2NewPtr, mcIdType newNbOfEntity, DataArrayDouble *arr, const std::string& msg)
434 {
435   if(!arr)
436     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretization::RenumberEntitiesFromO2NArr : input array is NULL !");
437   mcIdType oldNbOfElems=arr->getNumberOfTuples();
438   std::size_t nbOfComp=arr->getNumberOfComponents();
439   mcIdType newNbOfTuples=newNbOfEntity;
440   MCAuto<DataArrayDouble> arrCpy=arr->deepCopy();
441   const double *ptSrc=arrCpy->getConstPointer();
442   arr->reAlloc(newNbOfTuples);
443   double *ptToFill=arr->getPointer();
444   std::fill(ptToFill,ptToFill+nbOfComp*newNbOfTuples,std::numeric_limits<double>::max());
445   INTERP_KERNEL::AutoPtr<double> tmp=new double[nbOfComp];
446   for(mcIdType i=0;i<oldNbOfElems;i++)
447     {
448       mcIdType newNb=old2NewPtr[i];
449       if(newNb>=0)//if newNb<0 the node is considered as out.
450         {
451           if(std::find_if(ptToFill+newNb*nbOfComp,ptToFill+(newNb+1)*nbOfComp,std::bind(std::not_equal_to<double>(),std::placeholders::_1,std::numeric_limits<double>::max()))
452           ==ptToFill+(newNb+1)*nbOfComp)
453             std::copy(ptSrc+i*nbOfComp,ptSrc+(i+1)*nbOfComp,ptToFill+newNb*nbOfComp);
454           else
455             {
456               std::transform(ptSrc+i*nbOfComp,ptSrc+(i+1)*nbOfComp,ptToFill+newNb*nbOfComp,(double *)tmp,std::minus<double>());
457               std::transform((double *)tmp,((double *)tmp)+nbOfComp,(double *)tmp,[](double c){return fabs(c);});
458               //if(!std::equal(ptSrc+i*nbOfComp,ptSrc+(i+1)*nbOfComp,ptToFill+newNb*nbOfComp))
459               if(*std::max_element((double *)tmp,((double *)tmp)+nbOfComp)>eps)
460                 {
461                   std::ostringstream oss;
462                   oss << msg << " " << i << " and " << std::find(old2NewPtr,old2NewPtr+i,newNb)-old2NewPtr
463                       << " have been merged and " << msg << " field on them are different !";
464                   throw INTERP_KERNEL::Exception(oss.str().c_str());
465                 }
466             }
467         }
468     }
469 }
470
471 void MEDCouplingFieldDiscretization::RenumberEntitiesFromN2OArr(const mcIdType *new2OldPtr, mcIdType new2OldSz, DataArrayDouble *arr, const std::string& msg)
472 {
473   std::size_t nbOfComp=arr->getNumberOfComponents();
474   MCAuto<DataArrayDouble> arrCpy=arr->deepCopy();
475   const double *ptSrc=arrCpy->getConstPointer();
476   arr->reAlloc(new2OldSz);
477   double *ptToFill=arr->getPointer();
478   for(mcIdType i=0;i<new2OldSz;i++)
479     {
480       mcIdType oldNb=new2OldPtr[i];
481       std::copy(ptSrc+oldNb*nbOfComp,ptSrc+(oldNb+1)*nbOfComp,ptToFill+i*nbOfComp);
482     }
483 }
484
485 MEDCouplingFieldDiscretization::~MEDCouplingFieldDiscretization()
486 {
487 }
488
489 TypeOfField MEDCouplingFieldDiscretizationP0::getEnum() const
490 {
491   return TYPE;
492 }
493
494 /*!
495  * This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of \a this.
496  *
497  * \sa MEDCouplingFieldDiscretization::deepCopy.
498  */
499 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationP0::clone() const
500 {
501   return new MEDCouplingFieldDiscretizationP0;
502 }
503
504 std::string MEDCouplingFieldDiscretizationP0::getStringRepr() const
505 {
506   return std::string(REPR);
507 }
508
509 const char *MEDCouplingFieldDiscretizationP0::getRepr() const
510 {
511   return REPR;
512 }
513
514 bool MEDCouplingFieldDiscretizationP0::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
515 {
516   if(!other)
517     {
518       reason="other spatial discretization is NULL, and this spatial discretization (P0) is defined.";
519       return false;
520     }
521   const MEDCouplingFieldDiscretizationP0 *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationP0 *>(other);
522   bool ret=otherC!=0;
523   if(!ret)
524     reason="Spatial discrtization of this is ON_CELLS, which is not the case of other.";
525   return ret;
526 }
527
528 mcIdType MEDCouplingFieldDiscretizationP0::getNumberOfTuples(const MEDCouplingMesh *mesh) const
529 {
530   if(!mesh)
531     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getNumberOfTuples : NULL input mesh !");
532   return mesh->getNumberOfCells();
533 }
534
535 /*!
536  * This method returns the number of tuples regarding exclusively the input code \b without \b using \b a \b mesh \b in \b input.
537  * The input code coherency is also checked regarding spatial discretization of \a this.
538  * If an incoherency is detected, an exception will be thrown. If the input code is coherent, the number of tuples expected is returned.
539  * The number of tuples expected is equal to those to have a valid field lying on \a this and having a mesh fitting perfectly the input code (geometric type distribution).
540  */
541 mcIdType MEDCouplingFieldDiscretizationP0::getNumberOfTuplesExpectedRegardingCode(const std::vector<mcIdType>& code, const std::vector<const DataArrayIdType *>& idsPerType) const
542 {
543   if(code.size()%3!=0)
544     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getNumberOfTuplesExpectedRegardingCode : invalid input code !");
545   mcIdType nbOfSplit=ToIdType(idsPerType.size());
546   mcIdType nbOfTypes=ToIdType(code.size()/3);
547   mcIdType ret=0;
548   for(mcIdType i=0;i<nbOfTypes;i++)
549     {
550       mcIdType nbOfEltInChunk=code[3*i+1];
551       if(nbOfEltInChunk<0)
552         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getNumberOfTuplesExpectedRegardingCode : invalid input code ! presence of negative value in a type !");
553       mcIdType pos=code[3*i+2];
554       if(pos!=-1)
555         {
556           if(pos<0 || pos>=nbOfSplit)
557             {
558               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationP0::getNumberOfTuplesExpectedRegardingCode : input code points to pos " << pos << " in typeid " << i << " ! Should be in [0," << nbOfSplit << ") !";
559               throw INTERP_KERNEL::Exception(oss.str().c_str());
560             }
561           const DataArrayIdType *ids(idsPerType[pos]);
562           if(!ids || !ids->isAllocated() || ids->getNumberOfComponents()!=1 || ids->getNumberOfTuples()!=nbOfEltInChunk || ids->getMinValueInArray()<0)
563             {
564               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationP0::getNumberOfTuplesExpectedRegardingCode : input pfl chunck at pos " << pos << " should have " << i << " tuples and one component and with ids all >=0 !";
565               throw INTERP_KERNEL::Exception(oss.str().c_str());
566             }
567         }
568       ret+=nbOfEltInChunk;
569     }
570   return ret;
571 }
572
573 mcIdType MEDCouplingFieldDiscretizationP0::getNumberOfMeshPlaces(const MEDCouplingMesh *mesh) const
574 {
575   if(!mesh)
576     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getNumberOfMeshPlaces : NULL input mesh !");
577   return mesh->getNumberOfCells();
578 }
579
580 DataArrayIdType *MEDCouplingFieldDiscretizationP0::getOffsetArr(const MEDCouplingMesh *mesh) const
581 {
582   if(!mesh)
583     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getOffsetArr : NULL input mesh !");
584   std::size_t nbOfTuples=mesh->getNumberOfCells();
585   DataArrayIdType *ret=DataArrayIdType::New();
586   ret->alloc(nbOfTuples+1,1);
587   ret->iota(0);
588   return ret;
589 }
590
591 void MEDCouplingFieldDiscretizationP0::renumberArraysForCell(const MEDCouplingMesh *mesh, const std::vector<DataArray *>& arrays,
592                                                              const mcIdType *old2NewBg, bool check)
593 {
594   if(!mesh)
595     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::renumberArraysForCell : NULL input mesh !");
596   const mcIdType *array=old2NewBg;
597   if(check)
598     array=DataArrayIdType::CheckAndPreparePermutation(old2NewBg,old2NewBg+mesh->getNumberOfCells());
599   for(std::vector<DataArray *>::const_iterator it=arrays.begin();it!=arrays.end();it++)
600     {
601       if(*it)
602         (*it)->renumberInPlace(array);
603     }
604   if(check)
605     free(const_cast<mcIdType *>(array));
606 }
607
608 DataArrayDouble *MEDCouplingFieldDiscretizationP0::getLocalizationOfDiscValues(const MEDCouplingMesh *mesh) const
609 {
610   if(!mesh)
611     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getLocalizationOfDiscValues : NULL input mesh !");
612   return mesh->computeCellCenterOfMass();
613 }
614
615 void MEDCouplingFieldDiscretizationP0::computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, const mcIdType *tupleIdsBg, const mcIdType *tupleIdsEnd,
616                                                                           DataArrayIdType *&cellRestriction, DataArrayIdType *&trueTupleRestriction) const
617 {
618   if(!mesh)
619     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::computeMeshRestrictionFromTupleIds : NULL input mesh !");
620   MCAuto<DataArrayIdType> tmp=DataArrayIdType::New();
621   tmp->alloc(std::distance(tupleIdsBg,tupleIdsEnd),1);
622   std::copy(tupleIdsBg,tupleIdsEnd,tmp->getPointer());
623   MCAuto<DataArrayIdType> tmp2(tmp->deepCopy());
624   cellRestriction=tmp.retn();
625   trueTupleRestriction=tmp2.retn();
626 }
627
628 void MEDCouplingFieldDiscretizationP0::reprQuickOverview(std::ostream& stream) const
629 {
630   stream << "P0 spatial discretization.";
631 }
632
633 void MEDCouplingFieldDiscretizationP0::checkCompatibilityWithNature(NatureOfField nat) const
634 {
635 }
636
637 void MEDCouplingFieldDiscretizationP0::checkCoherencyBetween(const MEDCouplingMesh *mesh, const DataArray *da) const
638 {
639   if(!mesh || !da)
640     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::checkCoherencyBetween : NULL input mesh or DataArray !");
641   if(mesh->getNumberOfCells()!=da->getNumberOfTuples())
642     {
643       std::ostringstream message;
644       message << "Field on cells invalid because there are " << mesh->getNumberOfCells();
645       message << " cells in mesh and " << da->getNumberOfTuples() << " tuples in field !";
646       throw INTERP_KERNEL::Exception(message.str().c_str());
647     }
648 }
649
650 MEDCouplingFieldDouble *MEDCouplingFieldDiscretizationP0::getMeasureField(const MEDCouplingMesh *mesh, bool isAbs) const
651 {
652   if(!mesh)
653     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getMeasureField : mesh instance specified is NULL !");
654   return mesh->getMeasureField(isAbs);
655 }
656
657 void MEDCouplingFieldDiscretizationP0::getValueOn(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const
658 {
659   if(!mesh)
660     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getValueOn : NULL input mesh !");
661   mcIdType id=mesh->getCellContainingPoint(loc,_precision);
662   if(id==-1)
663     throw INTERP_KERNEL::Exception("Specified point is detected outside of mesh : unable to apply P0::getValueOn !");
664   arr->getTuple(id,res);
665 }
666
667 void MEDCouplingFieldDiscretizationP0::getValueOnPos(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, mcIdType i, mcIdType j, mcIdType k, double *res) const
668 {
669   const MEDCouplingCMesh *meshC=dynamic_cast<const MEDCouplingCMesh *>(mesh);
670   if(!meshC)
671     throw INTERP_KERNEL::Exception("P0::getValueOnPos is only accessible for structured meshes !");
672   mcIdType id=meshC->getCellIdFromPos(i,j,k);
673   arr->getTuple(id,res);
674 }
675
676 DataArrayDouble *MEDCouplingFieldDiscretizationP0::getValueOnMulti(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfPoints) const
677 {
678   if(!mesh)
679     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::getValueOnMulti : NULL input mesh !");
680   MCAuto<DataArrayIdType> eltsArr,eltsIndexArr;
681   mesh->getCellsContainingPoints(loc,nbOfPoints,_precision,eltsArr,eltsIndexArr);
682   const mcIdType *elts(eltsArr->begin()),*eltsIndex(eltsIndexArr->begin());
683   int spaceDim=mesh->getSpaceDimension();
684   std::size_t nbOfComponents=arr->getNumberOfComponents();
685   MCAuto<DataArrayDouble> ret=DataArrayDouble::New();
686   ret->alloc(nbOfPoints,nbOfComponents);
687   double *ptToFill=ret->getPointer();
688   for(mcIdType i=0;i<nbOfPoints;i++,ptToFill+=nbOfComponents)
689     if(eltsIndex[i+1]-eltsIndex[i]>=1)
690       arr->getTuple(elts[eltsIndex[i]],ptToFill);
691     else
692       {
693         std::ostringstream oss; oss << "Point #" << i << " with coordinates : (";
694         std::copy(loc+i*spaceDim,loc+(i+1)*spaceDim,std::ostream_iterator<double>(oss,", "));
695         oss << ") detected outside mesh : unable to apply P0::getValueOnMulti ! ";
696         throw INTERP_KERNEL::Exception(oss.str().c_str());
697       }
698   return ret.retn();
699 }
700
701 /*!
702  * Nothing to do. It's not a bug.
703  */
704 void MEDCouplingFieldDiscretizationP0::renumberValuesOnNodes(double , const mcIdType *, mcIdType newNbOfNodes, DataArrayDouble *) const
705 {
706 }
707
708 void MEDCouplingFieldDiscretizationP0::renumberValuesOnCells(double epsOnVals, const MEDCouplingMesh *mesh, const mcIdType *old2New, mcIdType newSz, DataArrayDouble *arr) const
709 {
710   RenumberEntitiesFromO2NArr(epsOnVals,old2New,newSz,arr,"Cell");
711 }
712
713 void MEDCouplingFieldDiscretizationP0::renumberValuesOnCellsR(const MEDCouplingMesh *mesh, const mcIdType *new2old, mcIdType newSz, DataArrayDouble *arr) const
714 {
715   RenumberEntitiesFromN2OArr(new2old,newSz,arr,"Cell");
716 }
717
718 /*!
719  * This method returns a tuple ids selection from cell ids selection [start;end).
720  * This method is called by MEDCouplingFieldDiscretizationP0::buildSubMeshData to return parameter \b di.
721  * Here for P0 it's very simple !
722  *
723  * \return a newly allocated array containing ids to select into the DataArrayDouble of the field.
724  * 
725  */
726 DataArrayIdType *MEDCouplingFieldDiscretizationP0::computeTupleIdsToSelectFromCellIds(const MEDCouplingMesh *mesh, const mcIdType *startCellIds, const mcIdType *endCellIds) const
727 {
728   MCAuto<DataArrayIdType> ret=DataArrayIdType::New();
729   ret->alloc(std::distance(startCellIds,endCellIds),1);
730   std::copy(startCellIds,endCellIds,ret->getPointer());
731   return ret.retn();
732 }
733
734 /*!
735  * This method returns a submesh of 'mesh' instance constituting cell ids contained in array defined as an interval [start;end).
736  * @param di is an array returned that specifies entity ids (here cells ids) in mesh 'mesh' of entity in returned submesh.
737  * Example : The first cell id of returned mesh has the (*di)[0] id in 'mesh'
738  *
739  * \sa MEDCouplingFieldDiscretizationP0::buildSubMeshDataRange
740  */
741 MEDCouplingMesh *MEDCouplingFieldDiscretizationP0::buildSubMeshData(const MEDCouplingMesh *mesh, const mcIdType *start, const mcIdType *end, DataArrayIdType *&di) const
742 {
743   if(!mesh)
744     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::buildSubMeshData : NULL input mesh !");
745   MCAuto<MEDCouplingMesh> ret=mesh->buildPart(start,end);
746   MCAuto<DataArrayIdType> diSafe=DataArrayIdType::New();
747   diSafe->alloc(std::distance(start,end),1);
748   std::copy(start,end,diSafe->getPointer());
749   di=diSafe.retn();
750   return ret.retn();
751 }
752
753 /*!
754  * This method is strictly equivalent to MEDCouplingFieldDiscretizationP0::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
755  * 
756  * \param [out] beginOut Valid only if \a di is NULL
757  * \param [out] endOut Valid only if \a di is NULL
758  * \param [out] stepOut Valid only if \a di is NULL
759  * \param [out] di is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable.
760  *
761  * \sa MEDCouplingFieldDiscretizationP0::buildSubMeshData
762  */
763 MEDCouplingMesh *MEDCouplingFieldDiscretizationP0::buildSubMeshDataRange(const MEDCouplingMesh *mesh, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType& beginOut, mcIdType& endOut, mcIdType& stepOut, DataArrayIdType *&di) const
764 {
765   if(!mesh)
766     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP0::buildSubMeshDataRange : NULL input mesh !");
767   MCAuto<MEDCouplingMesh> ret=mesh->buildPartRange(beginCellIds,endCellIds,stepCellIds);
768   di=0; beginOut=beginCellIds; endOut=endCellIds; stepOut=stepCellIds;
769   return ret.retn();
770 }
771
772 MCAuto<MEDCouplingFieldDiscretization> MEDCouplingFieldDiscretizationP0::aggregate(std::vector<const MEDCouplingFieldDiscretization *>& fds) const
773 {
774   return EasyAggregate<MEDCouplingFieldDiscretizationP0>(fds);
775 }
776
777 mcIdType MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuples(const MEDCouplingMesh *mesh) const
778 {
779   if(!mesh)
780     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::getNumberOfTuples : NULL input mesh !");
781   return mesh->getNumberOfNodes();
782 }
783
784 /*!
785  * This method returns the number of tuples regarding exclusively the input code \b without \b using \b a \b mesh \b in \b input.
786  * The input code coherency is also checked regarding spatial discretization of \a this.
787  * If an incoherency is detected, an exception will be thrown. If the input code is coherent, the number of tuples expected is returned.
788  * The number of tuples expected is equal to those to have a valid field lying on \a this and having a mesh fitting perfectly the input code (geometric type distribution).
789  */
790 mcIdType MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuplesExpectedRegardingCode(const std::vector<mcIdType>& code, const std::vector<const DataArrayIdType *>& idsPerType) const
791 {
792   if(code.size()%3!=0)
793     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuplesExpectedRegardingCode : invalid input code !");
794   mcIdType nbOfSplit=ToIdType(idsPerType.size());
795   mcIdType nbOfTypes=ToIdType(code.size()/3);
796   mcIdType ret=0;
797   for(mcIdType i=0;i<nbOfTypes;i++)
798     {
799       mcIdType nbOfEltInChunk=code[3*i+1];
800       if(nbOfEltInChunk<0)
801         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuplesExpectedRegardingCode : invalid input code ! presence of negative value in a type !");
802       mcIdType pos=code[3*i+2];
803       if(pos!=-1)
804         {
805           if(pos<0 || pos>=nbOfSplit)
806             {
807               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuplesExpectedRegardingCode : input code points to pos " << pos << " in typeid " << i << " ! Should be in [0," << nbOfSplit << ") !";
808               throw INTERP_KERNEL::Exception(oss.str().c_str());
809             }
810           const DataArrayIdType *ids(idsPerType[pos]);
811           if(!ids || !ids->isAllocated() || ids->getNumberOfComponents()!=1 || ids->getNumberOfTuples()!=nbOfEltInChunk || ids->getMinValueInArray()<0)
812             {
813               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationOnNodes::getNumberOfTuplesExpectedRegardingCode : input pfl chunck at pos " << pos << " should have " << i << " tuples and one component and with ids all >=0 !";
814               throw INTERP_KERNEL::Exception(oss.str().c_str());
815             }
816         }
817       ret+=nbOfEltInChunk;
818     }
819   return ret;
820 }
821
822 mcIdType MEDCouplingFieldDiscretizationOnNodes::getNumberOfMeshPlaces(const MEDCouplingMesh *mesh) const
823 {
824   if(!mesh)
825     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::getNumberOfMeshPlaces : NULL input mesh !");
826   return mesh->getNumberOfNodes();
827 }
828
829 /*!
830  * Nothing to do here.
831  */
832 void MEDCouplingFieldDiscretizationOnNodes::renumberArraysForCell(const MEDCouplingMesh *, const std::vector<DataArray *>& arrays,
833                                                                   const mcIdType *old2NewBg, bool check)
834 {
835 }
836
837 DataArrayIdType *MEDCouplingFieldDiscretizationOnNodes::getOffsetArr(const MEDCouplingMesh *mesh) const
838 {
839   if(!mesh)
840     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::getOffsetArr : NULL input mesh !");
841   mcIdType nbOfTuples=mesh->getNumberOfNodes();
842   DataArrayIdType *ret=DataArrayIdType::New();
843   ret->alloc(nbOfTuples+1,1);
844   ret->iota(0);
845   return ret;
846 }
847
848 DataArrayDouble *MEDCouplingFieldDiscretizationOnNodes::getLocalizationOfDiscValues(const MEDCouplingMesh *mesh) const
849 {
850   if(!mesh)
851     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::getLocalizationOfDiscValues : NULL input mesh !");
852   return mesh->getCoordinatesAndOwner();
853 }
854
855 void MEDCouplingFieldDiscretizationOnNodes::computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, const mcIdType *tupleIdsBg, const mcIdType *tupleIdsEnd,
856                                                                                DataArrayIdType *&cellRestriction, DataArrayIdType *&trueTupleRestriction) const
857 {
858   if(!mesh)
859     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationOnNodes::computeMeshRestrictionFromTupleIds : NULL input mesh !");
860   MCAuto<DataArrayIdType> ret1=mesh->getCellIdsFullyIncludedInNodeIds(tupleIdsBg,tupleIdsEnd);
861   const MEDCouplingUMesh *meshc=dynamic_cast<const MEDCouplingUMesh *>(mesh);
862   if(!meshc)
863     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationOnNodes::computeMeshRestrictionFromTupleIds : trying to subpart field on nodes by node ids ! Your mesh has to be unstructured !");
864   MCAuto<MEDCouplingUMesh> meshPart=static_cast<MEDCouplingUMesh *>(meshc->buildPartOfMySelf(ret1->begin(),ret1->end(),true));
865   MCAuto<DataArrayIdType> ret2=meshPart->computeFetchedNodeIds();
866   cellRestriction=ret1.retn();
867   trueTupleRestriction=ret2.retn();
868 }
869
870 void MEDCouplingFieldDiscretizationOnNodes::checkCoherencyBetween(const MEDCouplingMesh *mesh, const DataArray *da) const
871 {
872   if(!mesh || !da)
873     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::checkCoherencyBetween : NULL input mesh or DataArray !");
874   if(mesh->getNumberOfNodes()!=da->getNumberOfTuples())
875     {
876       std::ostringstream message;
877       message << "Field on nodes invalid because there are " << mesh->getNumberOfNodes();
878       message << " nodes in mesh and " << da->getNumberOfTuples() << " tuples in field !";
879       throw INTERP_KERNEL::Exception(message.str().c_str());
880     }
881 }
882
883 /*!
884  * This method returns a submesh of 'mesh' instance constituting cell ids contained in array defined as an interval [start;end).
885  * @param di is an array returned that specifies entity ids (here nodes ids) in mesh 'mesh' of entity in returned submesh.
886  * Example : The first node id of returned mesh has the (*di)[0] id in 'mesh'
887  */
888 MEDCouplingMesh *MEDCouplingFieldDiscretizationOnNodes::buildSubMeshData(const MEDCouplingMesh *mesh, const mcIdType *start, const mcIdType *end, DataArrayIdType *&di) const
889 {
890   if(!mesh)
891     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationNodes::buildSubMeshData : NULL input mesh !");
892   DataArrayIdType *diTmp=0;
893   MCAuto<MEDCouplingMesh> ret=mesh->buildPartAndReduceNodes(start,end,diTmp);
894   MCAuto<DataArrayIdType> diTmpSafe(diTmp);
895   MCAuto<DataArrayIdType> di2=diTmpSafe->invertArrayO2N2N2O(ret->getNumberOfNodes());
896   di=di2.retn();
897   return ret.retn();
898 }
899
900 /*!
901  * This method is strictly equivalent to MEDCouplingFieldDiscretizationNodes::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
902  * 
903  * \param [out] beginOut Valid only if \a di is NULL
904  * \param [out] endOut Valid only if \a di is NULL
905  * \param [out] stepOut Valid only if \a di is NULL
906  * \param [out] di is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable.
907  *
908  * \sa MEDCouplingFieldDiscretizationNodes::buildSubMeshData
909  */
910 MEDCouplingMesh *MEDCouplingFieldDiscretizationOnNodes::buildSubMeshDataRange(const MEDCouplingMesh *mesh, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType& beginOut, mcIdType& endOut, mcIdType& stepOut, DataArrayIdType *&di) const
911 {
912   if(!mesh)
913     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationOnNodes::buildSubMeshDataRange : NULL input mesh !");
914   DataArrayIdType *diTmp=0;
915   MCAuto<MEDCouplingMesh> ret=mesh->buildPartRangeAndReduceNodes(beginCellIds,endCellIds,stepCellIds,beginOut,endOut,stepOut,diTmp);
916   if(diTmp)
917     {
918       MCAuto<DataArrayIdType> diTmpSafe(diTmp);
919       MCAuto<DataArrayIdType> di2=diTmpSafe->invertArrayO2N2N2O(ret->getNumberOfNodes());
920       di=di2.retn();
921     }
922   return ret.retn();
923 }
924
925 /*!
926  * This method returns a tuple ids selection from cell ids selection [start;end).
927  * This method is called by MEDCouplingFieldDiscretizationOnNodes::buildSubMeshData to return parameter \b di.
928  * Here for P1 only nodes fetched by submesh of mesh[startCellIds:endCellIds) is returned !
929  *
930  * \return a newly allocated array containing ids to select into the DataArrayDouble of the field.
931  * 
932  */
933 DataArrayIdType *MEDCouplingFieldDiscretizationOnNodes::computeTupleIdsToSelectFromCellIds(const MEDCouplingMesh *mesh, const mcIdType *startCellIds, const mcIdType *endCellIds) const
934 {
935   if(!mesh)
936     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP1::computeTupleIdsToSelectFromCellIds : NULL input mesh !");
937   const MCAuto<MEDCouplingUMesh> umesh=mesh->buildUnstructured();
938   MCAuto<MEDCouplingUMesh> umesh2=static_cast<MEDCouplingUMesh *>(umesh->buildPartOfMySelf(startCellIds,endCellIds,true));
939   return umesh2->computeFetchedNodeIds();
940 }
941
942 void MEDCouplingFieldDiscretizationOnNodes::renumberValuesOnNodes(double epsOnVals, const mcIdType *old2NewPtr, mcIdType newNbOfNodes, DataArrayDouble *arr) const
943 {
944   RenumberEntitiesFromO2NArr(epsOnVals,old2NewPtr,newNbOfNodes,arr,"Node");
945 }
946
947 /*!
948  * Nothing to do it's not a bug.
949  */
950 void MEDCouplingFieldDiscretizationOnNodes::renumberValuesOnCells(double epsOnVals, const MEDCouplingMesh *mesh, const mcIdType *old2New, mcIdType newSz, DataArrayDouble *arr) const
951 {
952 }
953
954 /*!
955  * Nothing to do it's not a bug.
956  */
957 void MEDCouplingFieldDiscretizationOnNodes::renumberValuesOnCellsR(const MEDCouplingMesh *mesh, const mcIdType *new2old, mcIdType newSz, DataArrayDouble *arr) const
958 {
959 }
960
961 void MEDCouplingFieldDiscretizationOnNodes::getValueOnPos(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, mcIdType i, mcIdType j, mcIdType k, double *res) const
962 {
963   const MEDCouplingCMesh *meshC=dynamic_cast<const MEDCouplingCMesh *>(mesh);
964   if(!meshC)
965     throw INTERP_KERNEL::Exception("OnNodes::getValueOnPos(i,j,k) is only accessible for structured meshes !");
966   mcIdType id=meshC->getNodeIdFromPos(i,j,k);
967   arr->getTuple(id,res);
968 }
969
970 TypeOfField MEDCouplingFieldDiscretizationP1::getEnum() const
971 {
972   return TYPE;
973 }
974
975 /*!
976  * This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of \a this.
977  *
978  * \sa MEDCouplingFieldDiscretization::deepCopy.
979  */
980 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationP1::clone() const
981 {
982   return new MEDCouplingFieldDiscretizationP1;
983 }
984
985 std::string MEDCouplingFieldDiscretizationP1::getStringRepr() const
986 {
987   return std::string(REPR);
988 }
989
990 const char *MEDCouplingFieldDiscretizationP1::getRepr() const
991 {
992   return REPR;
993 }
994
995 bool MEDCouplingFieldDiscretizationP1::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
996 {
997   if(!other)
998     {
999       reason="other spatial discretization is NULL, and this spatial discretization (P1) is defined.";
1000       return false;
1001     }
1002   const MEDCouplingFieldDiscretizationP1 *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationP1 *>(other);
1003   bool ret=otherC!=0;
1004   if(!ret)
1005     reason="Spatial discrtization of this is ON_NODES, which is not the case of other.";
1006   return ret;
1007 }
1008
1009 void MEDCouplingFieldDiscretizationP1::checkCompatibilityWithNature(NatureOfField nat) const
1010 {
1011   if(nat!=IntensiveMaximum)
1012     throw INTERP_KERNEL::Exception("Invalid nature for P1 field  : expected IntensiveMaximum !");
1013 }
1014
1015 MEDCouplingFieldDouble *MEDCouplingFieldDiscretizationP1::getMeasureField(const MEDCouplingMesh *mesh, bool isAbs) const
1016 {
1017   if(!mesh)
1018     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP1::getMeasureField : mesh instance specified is NULL !");
1019   return mesh->getMeasureFieldOnNode(isAbs);
1020 }
1021
1022 void MEDCouplingFieldDiscretizationP1::getValueOn(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const
1023 {
1024   if(!mesh)
1025     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP1::getValueOn : NULL input mesh !");
1026   mcIdType id=mesh->getCellContainingPoint(loc,_precision);
1027   if(id==-1)
1028     throw INTERP_KERNEL::Exception("Specified point is detected outside of mesh : unable to apply P1::getValueOn !");
1029   INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(id);
1030   if(type!=INTERP_KERNEL::NORM_SEG2 && type!=INTERP_KERNEL::NORM_TRI3 && type!=INTERP_KERNEL::NORM_TETRA4)
1031     throw INTERP_KERNEL::Exception("P1 getValueOn is not specified for not simplex cells !");
1032   getValueInCell(mesh,id,arr,loc,res);
1033 }
1034
1035 /*!
1036  * This method localizes a point defined by 'loc' in a cell with id 'cellId' into mesh 'mesh'.
1037  * The result is put into res expected to be of size at least arr->getNumberOfComponents()
1038  */
1039 void MEDCouplingFieldDiscretizationP1::getValueInCell(const MEDCouplingMesh *mesh, mcIdType cellId, const DataArrayDouble *arr, const double *loc, double *res) const
1040 {
1041   if(!mesh)
1042     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP1::getValueInCell : NULL input mesh !");
1043   std::vector<mcIdType> conn;
1044   std::vector<double> coo;
1045   mesh->getNodeIdsOfCell(cellId,conn);
1046   for(std::vector<mcIdType>::const_iterator iter=conn.begin();iter!=conn.end();iter++)
1047     mesh->getCoordinatesOfNode(*iter,coo);
1048   int spaceDim=mesh->getSpaceDimension();
1049   std::size_t nbOfNodes=conn.size();
1050   std::vector<const double *> vec(nbOfNodes);
1051   for(std::size_t i=0;i<nbOfNodes;i++)
1052     vec[i]=&coo[i*spaceDim];
1053   INTERP_KERNEL::AutoPtr<double> tmp=new double[nbOfNodes];
1054   INTERP_KERNEL::NormalizedCellType ct(mesh->getTypeOfCell(cellId));
1055   INTERP_KERNEL::barycentric_coords(ct,vec,loc,tmp);
1056   std::size_t sz=arr->getNumberOfComponents();
1057   INTERP_KERNEL::AutoPtr<double> tmp2=new double[sz];
1058   std::fill(res,res+sz,0.);
1059   for(std::size_t i=0;i<nbOfNodes;i++)
1060     {
1061       arr->getTuple(conn[i],(double *)tmp2);
1062       std::transform((double *)tmp2,((double *)tmp2)+sz,(double *)tmp2,std::bind(std::multiplies<double>(),std::placeholders::_1,tmp[i]));
1063       std::transform(res,res+sz,(double *)tmp2,res,std::plus<double>());
1064     }
1065 }
1066
1067 DataArrayDouble *MEDCouplingFieldDiscretizationP1::getValueOnMulti(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfPoints) const
1068 {
1069   if(!mesh)
1070     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationP1::getValueOnMulti : NULL input mesh !");
1071   MCAuto<DataArrayIdType> eltsArr,eltsIndexArr;
1072   mesh->getCellsContainingPoints(loc,nbOfPoints,_precision,eltsArr,eltsIndexArr);
1073   const mcIdType *elts(eltsArr->begin()),*eltsIndex(eltsIndexArr->begin());
1074   int spaceDim=mesh->getSpaceDimension();
1075   std::size_t nbOfComponents=arr->getNumberOfComponents();
1076   MCAuto<DataArrayDouble> ret=DataArrayDouble::New();
1077   ret->alloc(nbOfPoints,nbOfComponents);
1078   double *ptToFill=ret->getPointer();
1079   for(mcIdType i=0;i<nbOfPoints;i++)
1080     if(eltsIndex[i+1]-eltsIndex[i]>=1)
1081       getValueInCell(mesh,elts[eltsIndex[i]],arr,loc+i*spaceDim,ptToFill+i*nbOfComponents);
1082     else
1083       {
1084         std::ostringstream oss; oss << "Point #" << i << " with coordinates : (";
1085         std::copy(loc+i*spaceDim,loc+(i+1)*spaceDim,std::ostream_iterator<double>(oss,", "));
1086         oss << ") detected outside mesh : unable to apply P1::getValueOnMulti ! ";
1087         throw INTERP_KERNEL::Exception(oss.str().c_str());
1088       }
1089   return ret.retn();
1090 }
1091
1092 void MEDCouplingFieldDiscretizationP1::reprQuickOverview(std::ostream& stream) const
1093 {
1094   stream << "P1 spatial discretization.";
1095 }
1096
1097 MCAuto<MEDCouplingFieldDiscretization> MEDCouplingFieldDiscretizationP1::aggregate(std::vector<const MEDCouplingFieldDiscretization *>& fds) const
1098 {
1099   return EasyAggregate<MEDCouplingFieldDiscretizationP1>(fds);
1100 }
1101
1102 MEDCouplingFieldDiscretizationPerCell::MEDCouplingFieldDiscretizationPerCell():_discr_per_cell(0)
1103 {
1104 }
1105
1106 MEDCouplingFieldDiscretizationPerCell::~MEDCouplingFieldDiscretizationPerCell()
1107 {
1108   if(_discr_per_cell)
1109     _discr_per_cell->decrRef();
1110 }
1111
1112 /*!
1113  * This constructor deep copies MEDCoupling::DataArrayIdType instance from other (if any).
1114  */
1115 MEDCouplingFieldDiscretizationPerCell::MEDCouplingFieldDiscretizationPerCell(const MEDCouplingFieldDiscretizationPerCell& other, const mcIdType *startCellIds, const mcIdType *endCellIds):_discr_per_cell(0)
1116 {
1117   DataArrayIdType *arr=other._discr_per_cell;
1118   if(arr)
1119     {
1120       if(startCellIds==0 && endCellIds==0)
1121         _discr_per_cell=arr->deepCopy();
1122       else
1123         _discr_per_cell=arr->selectByTupleIdSafe(startCellIds,endCellIds);
1124     }
1125 }
1126
1127 MEDCouplingFieldDiscretizationPerCell::MEDCouplingFieldDiscretizationPerCell(const MEDCouplingFieldDiscretizationPerCell& other, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds):_discr_per_cell(0)
1128 {
1129   DataArrayIdType *arr=other._discr_per_cell;
1130   if(arr)
1131     {
1132       _discr_per_cell=arr->selectByTupleIdSafeSlice(beginCellIds,endCellIds,stepCellIds);
1133     }
1134 }
1135
1136 MEDCouplingFieldDiscretizationPerCell::MEDCouplingFieldDiscretizationPerCell(DataArrayIdType *dpc):_discr_per_cell(dpc)
1137 {
1138   if(_discr_per_cell)
1139     _discr_per_cell->incrRef();
1140 }
1141
1142 void MEDCouplingFieldDiscretizationPerCell::updateTime() const
1143 {
1144   if(_discr_per_cell)
1145     updateTimeWith(*_discr_per_cell);
1146 }
1147
1148 std::size_t MEDCouplingFieldDiscretizationPerCell::getHeapMemorySizeWithoutChildren() const
1149 {
1150   std::size_t ret(MEDCouplingFieldDiscretization::getHeapMemorySizeWithoutChildren());
1151   return ret;
1152 }
1153
1154 std::vector<const BigMemoryObject *> MEDCouplingFieldDiscretizationPerCell::getDirectChildrenWithNull() const
1155 {
1156   std::vector<const BigMemoryObject *> ret(MEDCouplingFieldDiscretization::getDirectChildrenWithNull());
1157   ret.push_back(_discr_per_cell);
1158   return ret;
1159 }
1160
1161 void MEDCouplingFieldDiscretizationPerCell::checkCoherencyBetween(const MEDCouplingMesh *mesh, const DataArray *da) const
1162 {
1163   if(!_discr_per_cell)
1164     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell has no discretization per cell !");
1165   if(!mesh)
1166     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell::checkCoherencyBetween : NULL input mesh or DataArray !");
1167   mcIdType nbOfTuples(_discr_per_cell->getNumberOfTuples());
1168   if(nbOfTuples!=mesh->getNumberOfCells())
1169     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell has a discretization per cell but it's not matching the underlying mesh !");
1170 }
1171
1172 bool MEDCouplingFieldDiscretizationPerCell::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
1173 {
1174   if(!other)
1175     {
1176       reason="other spatial discretization is NULL, and this spatial discretization (PerCell) is defined.";
1177       return false;
1178     }
1179   const MEDCouplingFieldDiscretizationPerCell *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationPerCell *>(other);
1180   if(!otherC)
1181     {
1182       reason="Spatial discretization of this is ON_GAUSS, which is not the case of other.";
1183       return false;
1184     }
1185   if(_discr_per_cell==0)
1186     return otherC->_discr_per_cell==0;
1187   if(otherC->_discr_per_cell==0)
1188     return false;
1189   bool ret=_discr_per_cell->isEqualIfNotWhy(*otherC->_discr_per_cell,reason);
1190   if(!ret)
1191     reason.insert(0,"Field discretization per cell DataArrayIdType given the discid per cell :");
1192   return ret;
1193 }
1194
1195 bool MEDCouplingFieldDiscretizationPerCell::isEqualWithoutConsideringStr(const MEDCouplingFieldDiscretization *other, double eps) const
1196 {
1197   const MEDCouplingFieldDiscretizationPerCell *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationPerCell *>(other);
1198   if(!otherC)
1199     return false;
1200   if(_discr_per_cell==0)
1201     return otherC->_discr_per_cell==0;
1202   if(otherC->_discr_per_cell==0)
1203     return false;
1204   return _discr_per_cell->isEqualWithoutConsideringStr(*otherC->_discr_per_cell);
1205 }
1206
1207 /*!
1208  * This method is typically the first step of renumbering. The impact on _discr_per_cell is necessary here.
1209  * virtually by this method.
1210  */
1211 void MEDCouplingFieldDiscretizationPerCell::renumberCells(const mcIdType *old2NewBg, bool check)
1212 {
1213   mcIdType nbCells=_discr_per_cell->getNumberOfTuples();
1214   const mcIdType *array=old2NewBg;
1215   if(check)
1216     array=DataArrayIdType::CheckAndPreparePermutation(old2NewBg,old2NewBg+nbCells);
1217   //
1218   DataArrayIdType *dpc=_discr_per_cell->renumber(array);
1219   _discr_per_cell->decrRef();
1220   _discr_per_cell=dpc;
1221   //
1222   if(check)
1223     free(const_cast<mcIdType *>(array));
1224 }
1225
1226 void MEDCouplingFieldDiscretizationPerCell::buildDiscrPerCellIfNecessary(const MEDCouplingMesh *mesh)
1227 {
1228   if(!mesh)
1229     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell::buildDiscrPerCellIfNecessary : NULL input mesh !");
1230   if(!_discr_per_cell)
1231     {
1232       _discr_per_cell=DataArrayIdType::New();
1233       mcIdType nbTuples=mesh->getNumberOfCells();
1234       _discr_per_cell->alloc(nbTuples,1);
1235       mcIdType *ptr=_discr_per_cell->getPointer();
1236       std::fill(ptr,ptr+nbTuples,DFT_INVALID_LOCID_VALUE);
1237     }
1238 }
1239
1240 void MEDCouplingFieldDiscretizationPerCell::checkNoOrphanCells() const
1241 {
1242   if(!_discr_per_cell)
1243     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell::checkNoOrphanCells : no discretization defined !");
1244   MCAuto<DataArrayIdType> test( _discr_per_cell->findIdsEqual(DFT_INVALID_LOCID_VALUE));
1245   if(test->getNumberOfTuples()!=0)
1246     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell::checkNoOrphanCells : presence of orphan cells !");
1247 }
1248
1249 /*!
1250  * This method is useful when 'this' describes a field discretization with several gauss discretization on a \b same cell type.
1251  * For example same NORM_TRI3 cells having 6 gauss points and others with 12 gauss points.
1252  * This method returns 2 arrays with same size : the return value and 'locIds' output parameter.
1253  * For a given i into [0,locIds.size) ret[i] represents the set of cell ids of i_th set an locIds[i] represents the set of discretisation of the set.
1254  * The return vector contains a set of newly created instance to deal with.
1255  * The returned vector represents a \b partition of cells ids with a gauss discretization set.
1256  * 
1257  * If no descretization is set in 'this' and exception will be thrown.
1258  */
1259 std::vector<DataArrayIdType *> MEDCouplingFieldDiscretizationPerCell::splitIntoSingleGaussDicrPerCellType(std::vector<mcIdType>& locIds) const
1260 {
1261   if(!_discr_per_cell)
1262     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationPerCell::splitIntoSingleGaussDicrPerCellType : no descretization set !");
1263   return _discr_per_cell->partitionByDifferentValues(locIds);
1264 }
1265
1266 const DataArrayIdType *MEDCouplingFieldDiscretizationPerCell::getArrayOfDiscIds() const
1267 {
1268   return _discr_per_cell;
1269 }
1270
1271 void MEDCouplingFieldDiscretizationPerCell::setArrayOfDiscIds(const DataArrayIdType *adids)
1272 {
1273   if(adids!=_discr_per_cell)
1274     {
1275       if(_discr_per_cell)
1276         _discr_per_cell->decrRef();
1277       _discr_per_cell=const_cast<DataArrayIdType *>(adids);
1278       if(_discr_per_cell)
1279         _discr_per_cell->incrRef();
1280       declareAsNew();
1281     }
1282 }
1283
1284 MEDCouplingFieldDiscretizationGauss::MEDCouplingFieldDiscretizationGauss()
1285 {
1286 }
1287
1288 MEDCouplingFieldDiscretizationGauss::MEDCouplingFieldDiscretizationGauss(const MEDCouplingFieldDiscretizationGauss& other, const mcIdType *startCellIds, const mcIdType *endCellIds):MEDCouplingFieldDiscretizationPerCell(other,startCellIds,endCellIds),_loc(other._loc)
1289 {
1290 }
1291
1292 MEDCouplingFieldDiscretizationGauss::MEDCouplingFieldDiscretizationGauss(const MEDCouplingFieldDiscretizationGauss& other, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds):MEDCouplingFieldDiscretizationPerCell(other,beginCellIds,endCellIds,stepCellIds),_loc(other._loc)
1293 {
1294 }
1295
1296 TypeOfField MEDCouplingFieldDiscretizationGauss::getEnum() const
1297 {
1298   return TYPE;
1299 }
1300
1301 bool MEDCouplingFieldDiscretizationGauss::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
1302 {
1303   if(!other)
1304     {
1305       reason="other spatial discretization is NULL, and this spatial discretization (Gauss) is defined.";
1306       return false;
1307     }
1308   const MEDCouplingFieldDiscretizationGauss *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationGauss *>(other);
1309   if(!otherC)
1310     {
1311       reason="Spatial discrtization of this is ON_GAUSS, which is not the case of other.";
1312       return false;
1313     }
1314   if(!MEDCouplingFieldDiscretizationPerCell::isEqualIfNotWhy(other,eps,reason))
1315     return false;
1316   if(_loc.size()!=otherC->_loc.size())
1317     {
1318       reason="Gauss spatial discretization : localization sizes differ";
1319       return false;
1320     }
1321   std::size_t sz=_loc.size();
1322   for(std::size_t i=0;i<sz;i++)
1323     if(!_loc[i].isEqual(otherC->_loc[i],eps))
1324       {
1325         std::ostringstream oss; oss << "Gauss spatial discretization : Localization #" << i << " differ from this to other.";
1326         reason=oss.str();
1327         return false;
1328       }
1329   return true;
1330 }
1331
1332 bool MEDCouplingFieldDiscretizationGauss::isEqualWithoutConsideringStr(const MEDCouplingFieldDiscretization *other, double eps) const
1333 {
1334   const MEDCouplingFieldDiscretizationGauss *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationGauss *>(other);
1335   if(!otherC)
1336     return false;
1337   if(!MEDCouplingFieldDiscretizationPerCell::isEqualWithoutConsideringStr(other,eps))
1338     return false;
1339   if(_loc.size()!=otherC->_loc.size())
1340     return false;
1341   std::size_t sz=_loc.size();
1342   for(std::size_t i=0;i<sz;i++)
1343     if(!_loc[i].isEqual(otherC->_loc[i],eps))
1344       return false;
1345   return true;
1346 }
1347
1348 /*!
1349  * This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of \a this.
1350  *
1351  * \sa MEDCouplingFieldDiscretization::deepCopy.
1352  */
1353 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationGauss::clone() const
1354 {
1355   return new MEDCouplingFieldDiscretizationGauss(*this);
1356 }
1357
1358 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationGauss::clonePart(const mcIdType *startCellIds, const mcIdType *endCellIds) const
1359 {
1360   return new MEDCouplingFieldDiscretizationGauss(*this,startCellIds,endCellIds);
1361 }
1362
1363 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationGauss::clonePartRange(mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds) const
1364 {
1365   return new MEDCouplingFieldDiscretizationGauss(*this,beginCellIds,endCellIds,stepCellIds);
1366 }
1367
1368 std::string MEDCouplingFieldDiscretizationGauss::getStringRepr() const
1369 {
1370   std::ostringstream oss; oss << REPR << "." << std::endl;
1371   if(_discr_per_cell)
1372     {
1373       if(_discr_per_cell->isAllocated())
1374         {
1375           oss << "Discretization per cell : ";
1376           std::copy(_discr_per_cell->begin(),_discr_per_cell->end(),std::ostream_iterator<mcIdType>(oss,", "));
1377           oss << std::endl;
1378         }
1379     }
1380   oss << "Presence of " << _loc.size() << " localizations." << std::endl;
1381   int i=0;
1382   for(std::vector<MEDCouplingGaussLocalization>::const_iterator it=_loc.begin();it!=_loc.end();it++,i++)
1383     {
1384       oss << "+++++ Localization #" << i << " +++++" << std::endl;
1385       oss << (*it).getStringRepr();
1386       oss << "++++++++++" << std::endl;
1387     }
1388   return oss.str();
1389 }
1390
1391 std::size_t MEDCouplingFieldDiscretizationGauss::getHeapMemorySizeWithoutChildren() const
1392 {
1393   std::size_t ret(MEDCouplingFieldDiscretizationPerCell::getHeapMemorySizeWithoutChildren());
1394   ret+=_loc.capacity()*sizeof(MEDCouplingGaussLocalization);
1395   for(std::vector<MEDCouplingGaussLocalization>::const_iterator it=_loc.begin();it!=_loc.end();it++)
1396     ret+=(*it).getMemorySize();
1397   return ret;
1398 }
1399
1400 const char *MEDCouplingFieldDiscretizationGauss::getRepr() const
1401 {
1402   return REPR;
1403 }
1404
1405 /*!
1406  * This method returns the number of tuples regarding exclusively the input code \b without \b using \b a \b mesh \b in \b input.
1407  * The input code coherency is also checked regarding spatial discretization of \a this.
1408  * If an incoherency is detected, an exception will be thrown. If the input code is coherent, the number of tuples expected is returned.
1409  * The number of tuples expected is equal to those to have a valid field lying on \a this and having a mesh fitting perfectly the input code (geometric type distribution).
1410  */
1411 mcIdType MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode(const std::vector<mcIdType>& code, const std::vector<const DataArrayIdType *>& idsPerType) const
1412 {
1413   if(!_discr_per_cell || !_discr_per_cell->isAllocated() || _discr_per_cell->getNumberOfComponents()!=1)
1414     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode");
1415   if(code.size()%3!=0)
1416     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode : invalid input code !");
1417   mcIdType nbOfSplit=ToIdType(idsPerType.size());
1418   mcIdType nbOfTypes=ToIdType(code.size()/3);
1419   mcIdType ret(0);
1420   for(mcIdType i=0;i<nbOfTypes;i++)
1421     {
1422       mcIdType nbOfEltInChunk=code[3*i+1];
1423       if(nbOfEltInChunk<0)
1424         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode : invalid input code ! presence of negative value in a type !");
1425       mcIdType pos=code[3*i+2];
1426       if(pos!=-1)
1427         {
1428           if(pos<0 || pos>=nbOfSplit)
1429             {
1430               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode : input code points to pos " << pos << " in typeid " << i << " ! Should be in [0," << nbOfSplit << ") !";
1431               throw INTERP_KERNEL::Exception(oss.str().c_str());
1432             }
1433           const DataArrayIdType *ids(idsPerType[pos]);
1434           if(!ids || !ids->isAllocated() || ids->getNumberOfComponents()!=1 || ids->getNumberOfTuples()!=nbOfEltInChunk || ids->getMinValueInArray()<0)
1435             {
1436               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode : input pfl chunck at pos " << pos << " should have " << i << " tuples and one component and with ids all >=0 !";
1437               throw INTERP_KERNEL::Exception(oss.str().c_str());
1438             }
1439         }
1440       ret+=nbOfEltInChunk;
1441     }
1442   if(ret!=_discr_per_cell->getNumberOfTuples())
1443     {
1444       std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getNumberOfTuplesExpectedRegardingCode : input code points to " << ret << " cells whereas discretization percell array lgth is " <<  _discr_per_cell->getNumberOfTuples() << " !";
1445       throw INTERP_KERNEL::Exception(oss.str().c_str());
1446     }
1447   return getNumberOfTuples(0);//0 is not an error ! It is to be sure that input mesh is not used
1448 }
1449
1450 mcIdType MEDCouplingFieldDiscretizationGauss::getNumberOfTuples(const MEDCouplingMesh *) const
1451 {
1452   mcIdType ret=0;
1453   if (_discr_per_cell == 0)
1454     throw INTERP_KERNEL::Exception("Discretization is not initialized!");
1455   const mcIdType *dcPtr=_discr_per_cell->getConstPointer();
1456   mcIdType nbOfTuples=_discr_per_cell->getNumberOfTuples();
1457   mcIdType maxSz=ToIdType(_loc.size());
1458   for(const mcIdType *w=dcPtr;w!=dcPtr+nbOfTuples;w++)
1459     {
1460       if(*w>=0 && *w<maxSz)
1461         ret+=_loc[*w].getNumberOfGaussPt();
1462       else
1463         {
1464           std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getNumberOfTuples : At cell #" << std::distance(dcPtr,w) << " localization id is " << *w << " should be in [0," << maxSz << ") !";
1465           throw INTERP_KERNEL::Exception(oss.str().c_str());
1466         }
1467     }
1468   return ret;
1469 }
1470
1471 mcIdType MEDCouplingFieldDiscretizationGauss::getNumberOfMeshPlaces(const MEDCouplingMesh *mesh) const
1472 {
1473   if(!mesh)
1474     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getNumberOfMeshPlaces : NULL input mesh !");
1475   return mesh->getNumberOfCells();
1476 }
1477
1478 /*!
1479  * This method is redevelopped for performance reasons, but it is equivalent to a call to MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField
1480  * and a call to DataArrayDouble::computeOffsetsFull on the returned array.
1481  */
1482 DataArrayIdType *MEDCouplingFieldDiscretizationGauss::getOffsetArr(const MEDCouplingMesh *mesh) const
1483 {
1484   if(!mesh)
1485     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getOffsetArr : NULL input mesh !");
1486   mcIdType nbOfTuples=mesh->getNumberOfCells();
1487   MCAuto<DataArrayIdType> ret=DataArrayIdType::New();
1488   ret->alloc(nbOfTuples+1,1);
1489   mcIdType *retPtr(ret->getPointer());
1490   const mcIdType *start(_discr_per_cell->begin());
1491   if(_discr_per_cell->getNumberOfTuples()!=nbOfTuples)
1492     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getOffsetArr : mismatch between the mesh and the discretization ids array length !");
1493   mcIdType maxPossible=ToIdType(_loc.size());
1494   retPtr[0]=0;
1495   for(mcIdType i=0;i<nbOfTuples;i++,start++)
1496     {
1497       if(*start>=0 && *start<maxPossible)
1498         retPtr[i+1]=retPtr[i]+_loc[*start].getNumberOfGaussPt();
1499       else
1500         {
1501           std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getOffsetArr : At position #" << i << " the locid = " << *start << " whereas it should be in [0," << maxPossible << ") !";
1502           throw INTERP_KERNEL::Exception(oss.str().c_str());
1503         }
1504     }
1505   return ret.retn();
1506 }
1507
1508 void MEDCouplingFieldDiscretizationGauss::renumberArraysForCell(const MEDCouplingMesh *mesh, const std::vector<DataArray *>& arrays,
1509                                                                 const mcIdType *old2NewBg, bool check)
1510 {
1511   if(!mesh)
1512     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::renumberArraysForCell : NULL input mesh !");
1513   const mcIdType *array=old2NewBg;
1514   if(check)
1515     array=DataArrayIdType::CheckAndPreparePermutation(old2NewBg,old2NewBg+mesh->getNumberOfCells());
1516   mcIdType nbOfCells=_discr_per_cell->getNumberOfTuples();
1517   mcIdType nbOfTuples=getNumberOfTuples(0);
1518   const mcIdType *dcPtr=_discr_per_cell->getConstPointer();
1519   mcIdType *array2=new mcIdType[nbOfTuples];//stores the final conversion array old2New to give to arrays in renumberInPlace.
1520   mcIdType *array3=new mcIdType[nbOfCells];//store for each cell in present dcp array (already renumbered) the offset needed by each cell in new numbering.
1521   array3[0]=0;
1522   for(mcIdType i=1;i<nbOfCells;i++)
1523     array3[i]=array3[i-1]+_loc[dcPtr[i-1]].getNumberOfGaussPt();
1524   mcIdType j=0;
1525   for(mcIdType i=0;i<nbOfCells;i++)
1526     {
1527       mcIdType nbOfGaussPt=_loc[dcPtr[array[i]]].getNumberOfGaussPt();
1528       for(mcIdType k=0;k<nbOfGaussPt;k++,j++)
1529         array2[j]=array3[array[i]]+k;
1530     }
1531   delete [] array3;
1532   for(std::vector<DataArray *>::const_iterator it=arrays.begin();it!=arrays.end();it++)
1533     if(*it)
1534       (*it)->renumberInPlace(array2);
1535   delete [] array2;
1536   if(check)
1537     free(const_cast<mcIdType*>(array));
1538 }
1539
1540 DataArrayDouble *MEDCouplingFieldDiscretizationGauss::getLocalizationOfDiscValues(const MEDCouplingMesh *mesh) const
1541 {
1542   if(!mesh)
1543     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getLocalizationOfDiscValues : NULL input mesh !");
1544   checkNoOrphanCells();
1545   MCAuto<MEDCouplingUMesh> umesh=mesh->buildUnstructured();//in general do nothing
1546   mcIdType nbOfTuples=getNumberOfTuples(mesh);
1547   MCAuto<DataArrayDouble> ret=DataArrayDouble::New();
1548   int spaceDim=mesh->getSpaceDimension();
1549   ret->alloc(nbOfTuples,spaceDim);
1550   std::vector< mcIdType > locIds;
1551   std::vector<DataArrayIdType *> parts=splitIntoSingleGaussDicrPerCellType(locIds);
1552   std::vector< MCAuto<DataArrayIdType> > parts2(parts.size());
1553   std::copy(parts.begin(),parts.end(),parts2.begin());
1554   MCAuto<DataArrayIdType> offsets=buildNbOfGaussPointPerCellField();
1555   offsets->computeOffsets();
1556   const mcIdType *ptrOffsets=offsets->getConstPointer();
1557   const double *coords=umesh->getCoords()->getConstPointer();
1558   const mcIdType *connI=umesh->getNodalConnectivityIndex()->getConstPointer();
1559   const mcIdType *conn=umesh->getNodalConnectivity()->getConstPointer();
1560   double *valsToFill=ret->getPointer();
1561   for(std::size_t i=0;i<parts2.size();i++)
1562     {
1563       INTERP_KERNEL::GaussCoords calculator;
1564       //
1565       const MEDCouplingGaussLocalization& cli(_loc[locIds[i]]);//curLocInfo
1566       INTERP_KERNEL::NormalizedCellType typ(cli.getType());
1567       const std::vector<double>& wg(cli.getWeights());
1568       calculator.addGaussInfo(typ,INTERP_KERNEL::CellModel::GetCellModel(typ).getDimension(),
1569                               &cli.getGaussCoords()[0],ToIdType(wg.size()),&cli.getRefCoords()[0],
1570           INTERP_KERNEL::CellModel::GetCellModel(typ).getNumberOfNodes());
1571       //
1572       for(const mcIdType *w=parts2[i]->begin();w!=parts2[i]->end();w++)
1573         calculator.calculateCoords(cli.getType(),coords,spaceDim,conn+connI[*w]+1,valsToFill+spaceDim*(ptrOffsets[*w]));
1574     }
1575   ret->copyStringInfoFrom(*umesh->getCoords());
1576   return ret.retn();
1577 }
1578
1579 void MEDCouplingFieldDiscretizationGauss::computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, const mcIdType *tupleIdsBg, const mcIdType *tupleIdsEnd,
1580                                                                              DataArrayIdType *&cellRestriction, DataArrayIdType *&trueTupleRestriction) const
1581 {
1582   if(!mesh)
1583     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::computeMeshRestrictionFromTupleIds : NULL input mesh !");
1584   MCAuto<DataArrayIdType> tmp=DataArrayIdType::New(); tmp->alloc(std::distance(tupleIdsBg,tupleIdsEnd),1);
1585   std::copy(tupleIdsBg,tupleIdsEnd,tmp->getPointer());
1586   tmp->sort(true);
1587   tmp=tmp->buildUnique();
1588   MCAuto<DataArrayIdType> nbOfNodesPerCell=buildNbOfGaussPointPerCellField();
1589   nbOfNodesPerCell->computeOffsetsFull();
1590   nbOfNodesPerCell->findIdsRangesInListOfIds(tmp,cellRestriction,trueTupleRestriction);
1591 }
1592
1593 /*!
1594  * Empty : not a bug
1595  */
1596 void MEDCouplingFieldDiscretizationGauss::checkCompatibilityWithNature(NatureOfField nat) const
1597 {
1598 }
1599
1600 void MEDCouplingFieldDiscretizationGauss::getTinySerializationIntInformation(std::vector<mcIdType>& tinyInfo) const
1601 {
1602   mcIdType val=-1;
1603   if(_discr_per_cell)
1604     val=_discr_per_cell->getNumberOfTuples();
1605   tinyInfo.push_back(val);
1606   tinyInfo.push_back(ToIdType(_loc.size()));
1607   if(_loc.empty())
1608     tinyInfo.push_back(-1);
1609   else
1610     tinyInfo.push_back(_loc[0].getDimension());
1611   for(std::vector<MEDCouplingGaussLocalization>::const_iterator iter=_loc.begin();iter!=_loc.end();iter++)
1612     (*iter).pushTinySerializationIntInfo(tinyInfo);
1613 }
1614
1615 void MEDCouplingFieldDiscretizationGauss::getTinySerializationDbleInformation(std::vector<double>& tinyInfo) const
1616 {
1617   for(std::vector<MEDCouplingGaussLocalization>::const_iterator iter=_loc.begin();iter!=_loc.end();iter++)
1618     (*iter).pushTinySerializationDblInfo(tinyInfo);
1619 }
1620
1621 void MEDCouplingFieldDiscretizationGauss::getSerializationIntArray(DataArrayIdType *& arr) const
1622 {
1623   arr=0;
1624   if(_discr_per_cell)
1625     arr=_discr_per_cell;
1626 }
1627
1628 void MEDCouplingFieldDiscretizationGauss::resizeForUnserialization(const std::vector<mcIdType>& tinyInfo, DataArrayIdType *& arr)
1629 {
1630   mcIdType val=tinyInfo[0];
1631   if(val>=0)
1632     {
1633       _discr_per_cell=DataArrayIdType::New();
1634       _discr_per_cell->alloc(val,1);
1635     }
1636   else
1637     _discr_per_cell=0;
1638   arr=_discr_per_cell;
1639   commonUnserialization(tinyInfo);
1640 }
1641
1642 void MEDCouplingFieldDiscretizationGauss::checkForUnserialization(const std::vector<mcIdType>& tinyInfo, const DataArrayIdType *arr)
1643 {
1644   static const char MSG[]="MEDCouplingFieldDiscretizationGauss::checkForUnserialization : expect to have one not null DataArrayIdType !";
1645   mcIdType val=tinyInfo[0];
1646   if(val>=0)
1647     {
1648       if(!arr)
1649         throw INTERP_KERNEL::Exception(MSG);
1650       arr->checkNbOfTuplesAndComp(val,1,MSG);
1651       _discr_per_cell=const_cast<DataArrayIdType *>(arr);
1652       _discr_per_cell->incrRef();
1653     }
1654   else
1655     _discr_per_cell=0;
1656   commonUnserialization(tinyInfo);
1657 }
1658
1659 void MEDCouplingFieldDiscretizationGauss::finishUnserialization(const std::vector<double>& tinyInfo)
1660 {
1661   double *tmp=new double[tinyInfo.size()];
1662   std::copy(tinyInfo.begin(),tinyInfo.end(),tmp);
1663   const double *work=tmp;
1664   for(std::vector<MEDCouplingGaussLocalization>::iterator iter=_loc.begin();iter!=_loc.end();iter++)
1665     work=(*iter).fillWithValues(work);
1666   delete [] tmp;
1667 }
1668
1669 double MEDCouplingFieldDiscretizationGauss::getIJK(const MEDCouplingMesh *mesh, const DataArrayDouble *da, mcIdType cellId, mcIdType nodeIdInCell, int compoId) const
1670 {
1671   mcIdType offset=getOffsetOfCell(cellId);
1672   return da->getIJ(offset+nodeIdInCell,compoId);
1673 }
1674
1675 void MEDCouplingFieldDiscretizationGauss::checkCoherencyBetween(const MEDCouplingMesh *mesh, const DataArray *da) const
1676 {
1677   if(!mesh || !da)
1678     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::checkCoherencyBetween : NULL input mesh or DataArray !");
1679   MEDCouplingFieldDiscretizationPerCell::checkCoherencyBetween(mesh,da);
1680   for(std::vector<MEDCouplingGaussLocalization>::const_iterator iter=_loc.begin();iter!=_loc.end();iter++)
1681     (*iter).checkConsistencyLight();
1682   mcIdType nbOfDesc=ToIdType(_loc.size());
1683   mcIdType nbOfCells=mesh->getNumberOfCells();
1684   const mcIdType *dc=_discr_per_cell->getConstPointer();
1685   for(mcIdType i=0;i<nbOfCells;i++)
1686     {
1687       if(dc[i]>=nbOfDesc)
1688         {
1689           std::ostringstream oss; oss << "Cell # " << i << " of mesh \"" << mesh->getName() << "\" has an undefined gauss location ! Should never happened !";
1690           throw INTERP_KERNEL::Exception(oss.str().c_str());
1691         }
1692       if(dc[i]<0)
1693         {
1694           std::ostringstream oss; oss << "Cell # " << i << " of mesh \"" << mesh->getName() << "\" has no gauss location !";
1695           throw INTERP_KERNEL::Exception(oss.str().c_str());
1696         }
1697       if(mesh->getTypeOfCell(i)!=_loc[dc[i]].getType())
1698         {
1699           std::ostringstream oss; oss << "Types of mesh and gauss location mismatch for cell # " << i;
1700           throw INTERP_KERNEL::Exception(oss.str().c_str());
1701         }
1702     }
1703   mcIdType nbOfTuples(getNumberOfTuples(mesh));
1704   if(nbOfTuples!=da->getNumberOfTuples())
1705     {
1706       std::ostringstream oss; oss << "Invalid number of tuples in the array : expecting " << nbOfTuples << " having " << da->getNumberOfTuples() << " !";
1707       throw INTERP_KERNEL::Exception(oss.str().c_str());
1708     }
1709 }
1710
1711 MEDCouplingFieldDouble *MEDCouplingFieldDiscretizationGauss::getMeasureField(const MEDCouplingMesh *mesh, bool isAbs) const
1712 {
1713   if(!mesh)
1714     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getMeasureField : mesh instance specified is NULL !");
1715   MCAuto<MEDCouplingUMesh> umesh(mesh->buildUnstructured());
1716   const double *coordsOfMesh( umesh->getCoords()->begin() );
1717   auto spaceDim(mesh->getSpaceDimension());
1718   auto meshDim(mesh->getMeshDimension());
1719   MCAuto<MEDCouplingFieldDouble> ret=MEDCouplingFieldDouble::New(ON_GAUSS_PT);
1720   ret->setMesh(mesh);
1721   ret->setDiscretization(const_cast<MEDCouplingFieldDiscretizationGauss *>(this));
1722   if(!_discr_per_cell)
1723     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getMeasureField : no discr per cell array not defined ! spatial localization is incorrect !");
1724   _discr_per_cell->checkAllocated();
1725   if(_discr_per_cell->getNumberOfComponents()!=1)
1726     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getMeasureField : no discr per cell array defined but with nb of components different from 1 !");
1727   if(_discr_per_cell->getNumberOfTuples()!=mesh->getNumberOfCells())
1728     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::getMeasureField : no discr per cell array defined but mismatch between nb of cells of mesh and size of spatial disr array !");
1729   MCAuto<DataArrayIdType> offset=getOffsetArr(mesh);
1730   MCAuto<DataArrayDouble> arr=DataArrayDouble::New(); arr->alloc(getNumberOfTuples(mesh),1);
1731   ret->setArray(arr);
1732   double *arrPtr=arr->getPointer();
1733   const mcIdType *offsetPtr=offset->getConstPointer();
1734   mcIdType maxGaussLoc=ToIdType(_loc.size());
1735   std::vector<mcIdType> locIds;
1736   std::vector<DataArrayIdType *> ids=splitIntoSingleGaussDicrPerCellType(locIds);
1737   std::vector< MCAuto<DataArrayIdType> > ids2(ids.size()); std::copy(ids.begin(),ids.end(),ids2.begin());
1738   for(std::size_t i=0;i<locIds.size();i++)
1739     {
1740       const DataArrayIdType *curIds=ids[i];
1741       mcIdType locId=locIds[i];
1742       if(locId>=0 && locId<maxGaussLoc)
1743         {
1744           const MEDCouplingGaussLocalization& loc=_loc[locId];
1745           mcIdType nbOfGaussPt=loc.getNumberOfGaussPt();
1746           INTERP_KERNEL::AutoPtr<double> weights=new double[nbOfGaussPt];
1747           for(const mcIdType *cellId=curIds->begin();cellId!=curIds->end();cellId++)
1748           {
1749             std::vector<mcIdType> conn;
1750             umesh->getNodeIdsOfCell(*cellId,conn);
1751             std::vector<double> ptsInCell; ptsInCell.reserve(conn.size()*loc.getDimension());
1752             std::for_each( conn.cbegin(), conn.cend(), [spaceDim,coordsOfMesh,&ptsInCell](mcIdType c) { ptsInCell.insert(ptsInCell.end(),coordsOfMesh+c*spaceDim,coordsOfMesh+(c+1)*spaceDim); } );
1753             std::size_t nbPtsInCell(ptsInCell.size()/spaceDim);
1754             INTERP_KERNEL::DenseMatrix jacobian(spaceDim,meshDim);
1755             MCAuto<DataArrayDouble> shapeFunc = loc.getDerivativeOfShapeFunctionValues();
1756             for(mcIdType iGPt = 0 ; iGPt < nbOfGaussPt ; ++iGPt)
1757             {
1758               for(auto i = 0 ; i < spaceDim ; ++i)
1759                 for(auto j = 0 ; j < meshDim ; ++j)
1760                 {
1761                   double res = 0.0;
1762                   for( std::size_t k = 0 ; k < nbPtsInCell ; ++k )
1763                     res += ptsInCell[spaceDim*k+i] * shapeFunc->getIJ(iGPt,meshDim*k+j);
1764                   jacobian[ i ][ j ] = res;
1765                 }
1766               arrPtr[offsetPtr[*cellId]+iGPt]=std::abs( jacobian.toJacobian() )*loc.getWeight(FromIdType<int>(iGPt));
1767             }
1768           }
1769         }
1770       else
1771         {
1772           std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::getMeasureField : Presence of localization id " << locId << " in cell #" << curIds->getIJ(0,0) << " ! Must be in [0," << maxGaussLoc << ") !";
1773           throw INTERP_KERNEL::Exception(oss.str().c_str());
1774         }
1775     }
1776   ret->synchronizeTimeWithSupport();
1777   return ret.retn();
1778 }
1779
1780 void MEDCouplingFieldDiscretizationGauss::getValueOn(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const
1781 {
1782   throw INTERP_KERNEL::Exception("Not implemented yet !");
1783 }
1784
1785 void MEDCouplingFieldDiscretizationGauss::getValueOnPos(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, mcIdType i, mcIdType j, mcIdType k, double *res) const
1786 {
1787   throw INTERP_KERNEL::Exception("getValueOnPos(i,j,k) : Not applicable for Gauss points !");
1788 }
1789
1790 DataArrayDouble *MEDCouplingFieldDiscretizationGauss::getValueOnMulti(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfPoints) const
1791 {
1792   throw INTERP_KERNEL::Exception("getValueOnMulti : Not implemented yet for gauss points !");
1793 }
1794
1795 MEDCouplingMesh *MEDCouplingFieldDiscretizationGauss::buildSubMeshData(const MEDCouplingMesh *mesh, const mcIdType *start, const mcIdType *end, DataArrayIdType *&di) const
1796 {
1797   if(!mesh)
1798     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::buildSubMeshData : NULL input mesh !");
1799   MCAuto<DataArrayIdType> diSafe=computeTupleIdsToSelectFromCellIds(mesh,start,end);
1800   MCAuto<MEDCouplingMesh> ret=mesh->buildPart(start,end);
1801   di=diSafe.retn();
1802   return ret.retn();
1803 }
1804
1805 /*!
1806  * This method is strictly equivalent to MEDCouplingFieldDiscretizationGauss::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
1807  * 
1808  * \param [out] beginOut Valid only if \a di is NULL
1809  * \param [out] endOut Valid only if \a di is NULL
1810  * \param [out] stepOut Valid only if \a di is NULL
1811  * \param [out] di is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable.
1812  *
1813  * \sa MEDCouplingFieldDiscretizationGauss::buildSubMeshData
1814  */
1815 MEDCouplingMesh *MEDCouplingFieldDiscretizationGauss::buildSubMeshDataRange(const MEDCouplingMesh *mesh, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType& beginOut, mcIdType& endOut, mcIdType& stepOut, DataArrayIdType *&di) const
1816 {
1817   if(stepCellIds!=1)//even for stepCellIds==-1 the output will not be a range
1818     return MEDCouplingFieldDiscretization::buildSubMeshDataRange(mesh,beginCellIds,endCellIds,stepCellIds,beginOut,endOut,stepOut,di);
1819   if(!mesh)
1820     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::buildSubMeshDataRange : NULL input mesh !");
1821   if(!_discr_per_cell)
1822     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::buildSubMeshDataRange : no discretization array set !");
1823   di=0; beginOut=0; endOut=0; stepOut=stepCellIds;
1824   const char msg[]="MEDCouplingFieldDiscretizationGauss::buildSubMeshDataRange : cell #";
1825   mcIdType nbOfTuples=_discr_per_cell->getNumberOfTuples();
1826   const mcIdType *w=_discr_per_cell->begin();
1827   mcIdType nbMaxOfLocId=ToIdType(_loc.size());
1828   for(mcIdType i=0;i<nbOfTuples;i++,w++)
1829     {
1830       if(*w!=DFT_INVALID_LOCID_VALUE)
1831         {
1832           if(*w>=0 && *w<nbMaxOfLocId)
1833             {
1834               mcIdType delta=_loc[*w].getNumberOfGaussPt();
1835               if(i<beginCellIds)
1836                 beginOut+=delta;
1837               endOut+=delta;
1838               if(i>=endCellIds)
1839                 break;
1840             }
1841           else
1842             { std::ostringstream oss; oss << msg << i << " has invalid id (" << *w << ") ! Should be in [0," << nbMaxOfLocId << ") !"; throw INTERP_KERNEL::Exception(oss.str().c_str()); }
1843         }
1844       else
1845         { std::ostringstream oss; oss << msg << i << " is detected as orphan !"; throw INTERP_KERNEL::Exception(oss.str().c_str()); }
1846     }
1847   MCAuto<MEDCouplingMesh> ret=mesh->buildPartRange(beginCellIds,endCellIds,stepCellIds);
1848   return ret.retn();
1849 }
1850
1851 /*!
1852  * This method returns a tuple ids selection from cell ids selection [start;end).
1853  * This method is called by MEDCouplingFieldDiscretizationGauss::buildSubMeshData to return parameter \b di.
1854  *
1855  * \return a newly allocated array containing ids to select into the DataArrayDouble of the field.
1856  * 
1857  */
1858 DataArrayIdType *MEDCouplingFieldDiscretizationGauss::computeTupleIdsToSelectFromCellIds(const MEDCouplingMesh *mesh, const mcIdType *startCellIds, const mcIdType *endCellIds) const
1859 {
1860   if(!mesh)
1861     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::computeTupleIdsToSelectFromCellIds : null mesh !");
1862   MCAuto<DataArrayIdType> nbOfNodesPerCell=buildNbOfGaussPointPerCellField();//check of _discr_per_cell not NULL pointer
1863   mcIdType nbOfCells(mesh->getNumberOfCells());
1864   if(_discr_per_cell->getNumberOfTuples()!=nbOfCells)
1865     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::computeTupleIdsToSelectFromCellIds : mismatch of nb of tuples of cell ids array and number of cells !");
1866   nbOfNodesPerCell->computeOffsetsFull();
1867   MCAuto<DataArrayIdType> sel=DataArrayIdType::New(); sel->useArray(startCellIds,false,DeallocType::CPP_DEALLOC,ToIdType(std::distance(startCellIds,endCellIds)),1);
1868   return sel->buildExplicitArrByRanges(nbOfNodesPerCell);
1869 }
1870
1871 /*!
1872  * No implementation needed !
1873  */
1874 void MEDCouplingFieldDiscretizationGauss::renumberValuesOnNodes(double , const mcIdType *, mcIdType newNbOfNodes, DataArrayDouble *) const
1875 {
1876 }
1877
1878 void MEDCouplingFieldDiscretizationGauss::renumberValuesOnCells(double epsOnVals, const MEDCouplingMesh *mesh, const mcIdType *old2New, mcIdType newSz, DataArrayDouble *arr) const
1879 {
1880   throw INTERP_KERNEL::Exception("Not implemented yet !");
1881 }
1882
1883 void MEDCouplingFieldDiscretizationGauss::renumberValuesOnCellsR(const MEDCouplingMesh *mesh, const mcIdType *new2old, mcIdType newSz, DataArrayDouble *arr) const
1884 {
1885   throw INTERP_KERNEL::Exception("Number of cells has changed and becomes higher with some cells that have been split ! Unable to conserve the Gauss field !");
1886 }
1887
1888 MCAuto<MEDCouplingFieldDiscretization> MEDCouplingFieldDiscretizationGauss::aggregate(std::vector<const MEDCouplingFieldDiscretization *>& fds) const
1889 {
1890   if(fds.empty())
1891     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::aggregate : input array is empty");
1892   std::vector<MEDCouplingGaussLocalization> loc;//store the localizations for the output GaussDiscretization object
1893   std::vector< MCAuto<DataArrayIdType> > discPerCells(fds.size());
1894   std::size_t i(0);
1895   for(auto it=fds.begin();it!=fds.end();++it,++i)
1896     {
1897       const MEDCouplingFieldDiscretizationGauss *itc(dynamic_cast<const MEDCouplingFieldDiscretizationGauss *>(*it));
1898       if(!itc)
1899         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::aggregate : same field discretization expected for all input discretizations !");
1900       //
1901       std::vector<MEDCouplingGaussLocalization> loc2(itc->_loc);
1902       std::vector<mcIdType> newLocId(loc2.size());
1903       for(std::size_t j=0;j<loc2.size();++j)
1904         {
1905           std::size_t k(0);
1906           for(;k<loc.size();++k)
1907             {
1908               if(loc2[j].isEqual(loc[k],1e-10))
1909                 {
1910                   newLocId[j]=ToIdType(k);
1911                   break;
1912                 }
1913             }
1914           if(k==loc.size())// current loc2[j]
1915             {
1916               newLocId[j]=ToIdType(loc.size());
1917               loc.push_back(loc2[j]);
1918             }
1919         }
1920       const DataArrayIdType *dpc(itc->_discr_per_cell);
1921       if(!dpc)
1922         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::aggregate : Presence of nullptr array of disc per cell !");
1923       MCAuto<DataArrayIdType> dpc2(dpc->deepCopy());
1924       dpc2->transformWithIndArr(newLocId.data(),newLocId.data()+newLocId.size());
1925       discPerCells[i]=dpc2;
1926     }
1927   MCAuto<DataArrayIdType> dpc3(DataArrayIdType::Aggregate(ToConstVect(discPerCells)));
1928   MCAuto<MEDCouplingFieldDiscretizationGauss> ret(new MEDCouplingFieldDiscretizationGauss(dpc3,loc));
1929   return DynamicCast<MEDCouplingFieldDiscretizationGauss,MEDCouplingFieldDiscretization>(ret);
1930 }
1931
1932 void MEDCouplingFieldDiscretizationGauss::setGaussLocalizationOnType(const MEDCouplingMesh *mesh, INTERP_KERNEL::NormalizedCellType type, const std::vector<double>& refCoo,
1933                                                                      const std::vector<double>& gsCoo, const std::vector<double>& wg)
1934 {
1935   if(!mesh)
1936     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::setGaussLocalizationOnType : NULL input mesh !");
1937   const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
1938   if(ToIdType(cm.getDimension())!=mesh->getMeshDimension())
1939     {
1940       std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::setGaussLocalizationOnType : mismatch of dimensions ! MeshDim==" << mesh->getMeshDimension();
1941       oss << " whereas Type '" << cm.getRepr() << "' has dimension " << cm.getDimension() << " !";
1942       throw INTERP_KERNEL::Exception(oss.str().c_str());
1943     }
1944   buildDiscrPerCellIfNecessary(mesh);
1945   mcIdType id=ToIdType(_loc.size());
1946   MEDCouplingGaussLocalization elt(type,refCoo,gsCoo,wg);
1947   _loc.push_back(elt);
1948   mcIdType *ptr=_discr_per_cell->getPointer();
1949   mcIdType nbCells=mesh->getNumberOfCells();
1950   for(mcIdType i=0;i<nbCells;i++)
1951     if(mesh->getTypeOfCell(i)==type)
1952       ptr[i]=id;
1953   zipGaussLocalizations();
1954 }
1955
1956 void MEDCouplingFieldDiscretizationGauss::setGaussLocalizationOnCells(const MEDCouplingMesh *mesh, const mcIdType *begin, const mcIdType *end, const std::vector<double>& refCoo,
1957                                                                       const std::vector<double>& gsCoo, const std::vector<double>& wg)
1958 {
1959   if(!mesh)
1960     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::setGaussLocalizationOnCells : NULL input mesh !");
1961   buildDiscrPerCellIfNecessary(mesh);
1962   if(std::distance(begin,end)<1)
1963     throw INTERP_KERNEL::Exception("Size of [begin,end) must be equal or greater than 1 !");
1964   INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(*begin);
1965   MEDCouplingGaussLocalization elt(type,refCoo,gsCoo,wg);
1966   mcIdType id=ToIdType(_loc.size());
1967   mcIdType *ptr=_discr_per_cell->getPointer();
1968   for(const mcIdType *w=begin+1;w!=end;w++)
1969     {
1970       if(mesh->getTypeOfCell(*w)!=type)
1971         {
1972           std::ostringstream oss; oss << "The cell with id " << *w << " has been detected to be incompatible in the [begin,end) array specified !";
1973           throw INTERP_KERNEL::Exception(oss.str().c_str());
1974         }
1975     }
1976   //
1977   for(const mcIdType *w2=begin;w2!=end;w2++)
1978     ptr[*w2]=id;
1979   //
1980   _loc.push_back(elt);
1981   zipGaussLocalizations();
1982 }
1983
1984 void MEDCouplingFieldDiscretizationGauss::clearGaussLocalizations()
1985 {
1986   if(_discr_per_cell)
1987     {
1988       _discr_per_cell->decrRef();
1989       _discr_per_cell=0;
1990     }
1991   _loc.clear();
1992 }
1993
1994 void MEDCouplingFieldDiscretizationGauss::setGaussLocalization(mcIdType locId, const MEDCouplingGaussLocalization& loc)
1995 {
1996   if(locId<0)
1997     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::setGaussLocalization : localization id has to be >=0 !");
1998   mcIdType sz=ToIdType(_loc.size());
1999   MEDCouplingGaussLocalization gLoc(INTERP_KERNEL::NORM_ERROR);
2000   if(locId>=sz)
2001     _loc.resize(locId+1,gLoc);
2002   _loc[locId]=loc;
2003 }
2004
2005 void MEDCouplingFieldDiscretizationGauss::resizeLocalizationVector(mcIdType newSz)
2006 {
2007   if(newSz<0)
2008     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::resizeLocalizationVector : new size has to be >=0 !");
2009   MEDCouplingGaussLocalization gLoc(INTERP_KERNEL::NORM_ERROR);
2010   _loc.resize(newSz,gLoc);
2011 }
2012
2013 MEDCouplingGaussLocalization& MEDCouplingFieldDiscretizationGauss::getGaussLocalization(mcIdType locId)
2014 {
2015   checkLocalizationId(locId);
2016   return _loc[locId];
2017 }
2018
2019 mcIdType MEDCouplingFieldDiscretizationGauss::getNbOfGaussLocalization() const
2020 {
2021   return ToIdType(_loc.size());
2022 }
2023
2024 mcIdType MEDCouplingFieldDiscretizationGauss::getGaussLocalizationIdOfOneCell(mcIdType cellId) const
2025 {
2026   if(!_discr_per_cell)
2027     throw INTERP_KERNEL::Exception("No Gauss localization still set !");
2028   mcIdType locId=_discr_per_cell->begin()[cellId];
2029   if(locId<0)
2030     throw INTERP_KERNEL::Exception("No Gauss localization set for the specified cell !");
2031   return locId;
2032 }
2033
2034 mcIdType MEDCouplingFieldDiscretizationGauss::getGaussLocalizationIdOfOneType(INTERP_KERNEL::NormalizedCellType type) const
2035 {
2036   std::set<mcIdType> ret=getGaussLocalizationIdsOfOneType(type);
2037   if(ret.empty())
2038     throw INTERP_KERNEL::Exception("No gauss discretization found for the specified type !");
2039   if(ret.size()>1)
2040     throw INTERP_KERNEL::Exception("Several gauss discretizations have been found for the specified type !");
2041   return *ret.begin();
2042 }
2043
2044 std::set<mcIdType> MEDCouplingFieldDiscretizationGauss::getGaussLocalizationIdsOfOneType(INTERP_KERNEL::NormalizedCellType type) const
2045 {
2046   if(!_discr_per_cell)
2047     throw INTERP_KERNEL::Exception("No Gauss localization still set !");
2048   std::set<mcIdType> ret;
2049   mcIdType id=0;
2050   for(std::vector<MEDCouplingGaussLocalization>::const_iterator iter=_loc.begin();iter!=_loc.end();iter++,id++)
2051     if((*iter).getType()==type)
2052       ret.insert(id);
2053   return ret;
2054 }
2055
2056 void MEDCouplingFieldDiscretizationGauss::getCellIdsHavingGaussLocalization(mcIdType locId, std::vector<mcIdType>& cellIds) const
2057 {
2058   if(locId<0 || locId>=ToIdType(_loc.size()))
2059     throw INTERP_KERNEL::Exception("Invalid locId given : must be in range [0:getNbOfGaussLocalization()) !");
2060   mcIdType nbOfTuples=_discr_per_cell->getNumberOfTuples();
2061   const mcIdType *ptr=_discr_per_cell->getConstPointer();
2062   for(mcIdType i=0;i<nbOfTuples;i++)
2063     if(ptr[i]==locId)
2064       cellIds.push_back(i);
2065 }
2066
2067 const MEDCouplingGaussLocalization& MEDCouplingFieldDiscretizationGauss::getGaussLocalization(mcIdType locId) const
2068 {
2069   checkLocalizationId(locId);
2070   return _loc[locId];
2071 }
2072
2073 void MEDCouplingFieldDiscretizationGauss::checkLocalizationId(mcIdType locId) const
2074 {
2075   if(locId<0 || locId>=ToIdType(_loc.size()))
2076     throw INTERP_KERNEL::Exception("Invalid locId given : must be in range [0:getNbOfGaussLocalization()) !");
2077 }
2078
2079 mcIdType MEDCouplingFieldDiscretizationGauss::getOffsetOfCell(mcIdType cellId) const
2080 {
2081   mcIdType ret=0;
2082   const mcIdType *start=_discr_per_cell->getConstPointer();
2083   for(const mcIdType *w=start;w!=start+cellId;w++)
2084     ret+=_loc[*w].getNumberOfGaussPt();
2085   return ret;
2086 }
2087
2088 /*!
2089  * This method do the assumption that there is no orphan cell. If there is an exception is thrown.
2090  * This method makes the assumption too that '_discr_per_cell' is defined. If not an exception is thrown.
2091  * This method returns a newly created array with number of tuples equals to '_discr_per_cell->getNumberOfTuples' and number of components equal to 1.
2092  * The i_th tuple in returned array is the number of gauss point if the corresponding cell.
2093  */
2094 DataArrayIdType *MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField() const
2095 {
2096   if(!_discr_per_cell)
2097     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField : no discretization array set !");
2098   mcIdType nbOfTuples=_discr_per_cell->getNumberOfTuples();
2099   MCAuto<DataArrayIdType> ret=DataArrayIdType::New();
2100   const mcIdType *w=_discr_per_cell->begin();
2101   ret->alloc(nbOfTuples,1);
2102   mcIdType *valsToFill=ret->getPointer();
2103   mcIdType nbMaxOfLocId=ToIdType(_loc.size());
2104   for(mcIdType i=0;i<nbOfTuples;i++,w++)
2105     if(*w!=DFT_INVALID_LOCID_VALUE)
2106       {
2107         if(*w>=0 && *w<nbMaxOfLocId)
2108           valsToFill[i]=_loc[*w].getNumberOfGaussPt();
2109         else
2110           {
2111             std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField : cell #" << i << " has invalid id (" << *w << ") ! Should be in [0," << nbMaxOfLocId << ") !";
2112             throw INTERP_KERNEL::Exception(oss.str().c_str());
2113           }
2114       }
2115     else
2116       {
2117         std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField : cell #" << i << " is detected as orphan !";
2118         throw INTERP_KERNEL::Exception(oss.str().c_str());
2119       }
2120   return ret.retn();
2121 }
2122
2123 void MEDCouplingFieldDiscretizationGauss::reprQuickOverview(std::ostream& stream) const
2124 {
2125   stream << "Gauss points spatial discretization.";
2126 }
2127
2128 /*!
2129  * This method makes the assumption that _discr_per_cell is set.
2130  * This method reduces as much as possible number size of _loc.
2131  * This method is useful when several set on same cells has been done and that some Gauss Localization are no more used.
2132  */
2133 void MEDCouplingFieldDiscretizationGauss::zipGaussLocalizations()
2134 {
2135   const mcIdType *start=_discr_per_cell->begin();
2136   mcIdType nbOfTuples=_discr_per_cell->getNumberOfTuples();
2137   INTERP_KERNEL::AutoPtr<mcIdType> tmp=new mcIdType[_loc.size()];
2138   std::fill((mcIdType *)tmp,(mcIdType *)tmp+_loc.size(),-2);
2139   for(const mcIdType *w=start;w!=start+nbOfTuples;w++)
2140     if(*w>=0)
2141       tmp[*w]=1;
2142   mcIdType fid=0;
2143   for(mcIdType i=0;i<ToIdType(_loc.size());i++)
2144     if(tmp[i]!=-2)
2145       tmp[i]=fid++;
2146   if(fid==ToIdType(_loc.size()))
2147     return;
2148   // zip needed
2149   mcIdType *start2=_discr_per_cell->getPointer();
2150   for(mcIdType *w2=start2;w2!=start2+nbOfTuples;w2++)
2151     if(*w2>=0)
2152       *w2=tmp[*w2];
2153   std::vector<MEDCouplingGaussLocalization> tmpLoc;
2154   for(mcIdType i=0;i<ToIdType(_loc.size());i++)
2155     if(tmp[i]!=-2)
2156       tmpLoc.push_back(_loc[i]);
2157   _loc=tmpLoc;
2158 }
2159
2160 void MEDCouplingFieldDiscretizationGauss::commonUnserialization(const std::vector<mcIdType>& tinyInfo)
2161 {
2162   mcIdType nbOfLoc=tinyInfo[1];
2163   _loc.clear();
2164   mcIdType dim=tinyInfo[2];
2165   mcIdType delta=-1;
2166   if(nbOfLoc>0)
2167     delta=(ToIdType(tinyInfo.size())-3)/nbOfLoc;
2168   for(mcIdType i=0;i<nbOfLoc;i++)
2169     {
2170       std::vector<mcIdType> tmp(tinyInfo.begin()+3+i*delta,tinyInfo.begin()+3+(i+1)*delta);
2171       MEDCouplingGaussLocalization elt=MEDCouplingGaussLocalization::BuildNewInstanceFromTinyInfo(dim,tmp);
2172       _loc.push_back(elt);
2173     }
2174 }
2175
2176 MEDCouplingFieldDiscretizationGaussNE::MEDCouplingFieldDiscretizationGaussNE()
2177 {
2178 }
2179
2180 TypeOfField MEDCouplingFieldDiscretizationGaussNE::getEnum() const
2181 {
2182   return TYPE;
2183 }
2184
2185 /*!
2186  * This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of \a this.
2187  *
2188  * \sa MEDCouplingFieldDiscretization::deepCopy.
2189  */
2190 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationGaussNE::clone() const
2191 {
2192   return new MEDCouplingFieldDiscretizationGaussNE(*this);
2193 }
2194
2195 std::string MEDCouplingFieldDiscretizationGaussNE::getStringRepr() const
2196 {
2197   return std::string(REPR);
2198 }
2199
2200 const char *MEDCouplingFieldDiscretizationGaussNE::getRepr() const
2201 {
2202   return REPR;
2203 }
2204
2205 bool MEDCouplingFieldDiscretizationGaussNE::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
2206 {
2207   if(!other)
2208     {
2209       reason="other spatial discretization is NULL, and this spatial discretization (GaussNE) is defined.";
2210       return false;
2211     }
2212   const MEDCouplingFieldDiscretizationGaussNE *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationGaussNE *>(other);
2213   bool ret=otherC!=0;
2214   if(!ret)
2215     reason="Spatial discrtization of this is ON_GAUSS_NE, which is not the case of other.";
2216   return ret;
2217 }
2218
2219 /*!
2220  * This method returns the number of tuples regarding exclusively the input code \b without \b using \b a \b mesh \b in \b input.
2221  * The input code coherency is also checked regarding spatial discretization of \a this.
2222  * If an incoherency is detected, an exception will be thrown. If the input code is coherent, the number of tuples expected is returned.
2223  * The number of tuples expected is equal to those to have a valid field lying on \a this and having a mesh fitting perfectly the input code (geometric type distribution).
2224  */
2225 mcIdType MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode(const std::vector<mcIdType>& code, const std::vector<const DataArrayIdType *>& idsPerType) const
2226 {
2227   if(code.size()%3!=0)
2228     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode : invalid input code !");
2229   mcIdType nbOfSplit=ToIdType(idsPerType.size());
2230   mcIdType nbOfTypes=ToIdType(code.size()/3);
2231   mcIdType ret(0);
2232   for(mcIdType i=0;i<nbOfTypes;i++)
2233     {
2234       const INTERP_KERNEL::CellModel& cm(INTERP_KERNEL::CellModel::GetCellModel((INTERP_KERNEL::NormalizedCellType)code[3*i]));
2235       if(cm.isDynamic())
2236         {
2237           std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode : At pos #" << i << " the geometric type " << cm.getRepr() << " is dynamic ! There are not managed by GAUSS_NE field discretization !";
2238           throw INTERP_KERNEL::Exception(oss.str().c_str());
2239         }
2240       mcIdType nbOfEltInChunk=code[3*i+1];
2241       if(nbOfEltInChunk<0)
2242         throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode : invalid input code ! presence of negative value in a type !");
2243       mcIdType pos=code[3*i+2];
2244       if(pos!=-1)
2245         {
2246           if(pos<0 || pos>=nbOfSplit)
2247             {
2248               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode : input code points to pos " << pos << " in typeid " << i << " ! Should be in [0," << nbOfSplit << ") !";
2249               throw INTERP_KERNEL::Exception(oss.str().c_str());
2250             }
2251           const DataArrayIdType *ids(idsPerType[pos]);
2252           if(!ids || !ids->isAllocated() || ids->getNumberOfComponents()!=1 || ids->getNumberOfTuples()!=nbOfEltInChunk || ids->getMinValueInArray()<0)
2253             {
2254               std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuplesExpectedRegardingCode : input pfl chunck at pos " << pos << " should have " << i << " tuples and one component and with ids all >=0 !";
2255               throw INTERP_KERNEL::Exception(oss.str().c_str());
2256             }
2257         }
2258       ret+=nbOfEltInChunk*ToIdType(cm.getNumberOfNodes());
2259     }
2260   return ret;
2261 }
2262
2263 mcIdType MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuples(const MEDCouplingMesh *mesh) const
2264 {
2265   if(!mesh)
2266     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getNumberOfTuples : NULL input mesh !");
2267   mcIdType ret=0;
2268   mcIdType nbOfCells=mesh->getNumberOfCells();
2269   for(mcIdType i=0;i<nbOfCells;i++)
2270     {
2271       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(i);
2272       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2273       if(cm.isDynamic())
2274         throw INTERP_KERNEL::Exception("Not implemented yet Gauss node on elements for polygons and polyedrons !");
2275       ret+=cm.getNumberOfNodes();
2276     }
2277   return ret;
2278 }
2279
2280 mcIdType MEDCouplingFieldDiscretizationGaussNE::getNumberOfMeshPlaces(const MEDCouplingMesh *mesh) const
2281 {
2282   if(!mesh)
2283     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getNumberOfMeshPlaces : NULL input mesh !");
2284   return mesh->getNumberOfCells();
2285 }
2286
2287 DataArrayIdType *MEDCouplingFieldDiscretizationGaussNE::getOffsetArr(const MEDCouplingMesh *mesh) const
2288 {
2289   if(!mesh)
2290     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getOffsetArr : NULL input mesh !");
2291   mcIdType nbOfTuples=mesh->getNumberOfCells();
2292   DataArrayIdType *ret=DataArrayIdType::New();
2293   ret->alloc(nbOfTuples+1,1);
2294   mcIdType *retPtr=ret->getPointer();
2295   retPtr[0]=0;
2296   for(mcIdType i=0;i<nbOfTuples;i++)
2297     {
2298       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(i);
2299       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2300       if(cm.isDynamic())
2301         throw INTERP_KERNEL::Exception("Not implemented yet Gauss node on elements for polygons and polyedrons !");
2302       retPtr[i+1]=retPtr[i]+cm.getNumberOfNodes();
2303     }
2304   return ret;
2305 }
2306
2307 void MEDCouplingFieldDiscretizationGaussNE::renumberArraysForCell(const MEDCouplingMesh *mesh, const std::vector<DataArray *>& arrays,
2308                                                                   const mcIdType *old2NewBg, bool check)
2309 {
2310   if(!mesh)
2311     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::renumberArraysForCell : NULL input mesh !");
2312   const mcIdType *array=old2NewBg;
2313   if(check)
2314     array=DataArrayIdType::CheckAndPreparePermutation(old2NewBg,old2NewBg+mesh->getNumberOfCells());
2315   mcIdType nbOfCells=mesh->getNumberOfCells();
2316   mcIdType nbOfTuples=getNumberOfTuples(mesh);
2317   mcIdType *array2=new mcIdType[nbOfTuples];//stores the final conversion array old2New to give to arrays in renumberInPlace.
2318   mcIdType *array3=new mcIdType[nbOfCells];//store for each cell in after renumbering the offset needed by each cell in new numbering.
2319   array3[0]=0;
2320   for(mcIdType i=1;i<nbOfCells;i++)
2321     {
2322       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(ToIdType(std::distance(array,std::find(array,array+nbOfCells,i-1))));
2323       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2324       array3[i]=array3[i-1]+cm.getNumberOfNodes();
2325     }
2326   mcIdType j=0;
2327   for(mcIdType i=0;i<nbOfCells;i++)
2328     {
2329       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(i);
2330       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2331       for(mcIdType k=0;k<ToIdType(cm.getNumberOfNodes());k++,j++)
2332         array2[j]=array3[array[i]]+k;
2333     }
2334   delete [] array3;
2335   for(std::vector<DataArray *>::const_iterator it=arrays.begin();it!=arrays.end();it++)
2336     if(*it)
2337       (*it)->renumberInPlace(array2);
2338   delete [] array2;
2339   if(check)
2340     free(const_cast<mcIdType *>(array));
2341 }
2342
2343 DataArrayDouble *MEDCouplingFieldDiscretizationGaussNE::getLocalizationOfDiscValues(const MEDCouplingMesh *mesh) const
2344 {
2345   if(!mesh)
2346     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getLocalizationOfDiscValues : NULL input mesh !");
2347   MCAuto<DataArrayDouble> ret=DataArrayDouble::New();
2348   MCAuto<MEDCouplingUMesh> umesh=mesh->buildUnstructured();//in general do nothing
2349   mcIdType nbOfTuples=getNumberOfTuples(umesh);
2350   int spaceDim=mesh->getSpaceDimension();
2351   ret->alloc(nbOfTuples,spaceDim);
2352   const double *coords=umesh->getCoords()->begin();
2353   const mcIdType *connI=umesh->getNodalConnectivityIndex()->getConstPointer();
2354   const mcIdType *conn=umesh->getNodalConnectivity()->getConstPointer();
2355   mcIdType nbCells=umesh->getNumberOfCells();
2356   double *retPtr=ret->getPointer();
2357   for(mcIdType i=0;i<nbCells;i++,connI++)
2358     for(const mcIdType *w=conn+connI[0]+1;w!=conn+connI[1];w++)
2359       if(*w>=0)
2360         retPtr=std::copy(coords+(*w)*spaceDim,coords+((*w)+1)*spaceDim,retPtr);
2361   return ret.retn();
2362 }
2363
2364 /*!
2365  * Reimplemented from MEDCouplingFieldDiscretization::integral for performance reason. The default implementation is valid too for GAUSS_NE spatial discretization.
2366  */
2367 void MEDCouplingFieldDiscretizationGaussNE::integral(const MEDCouplingMesh *mesh, const DataArrayDouble *arr, bool isWAbs, double *res) const
2368 {
2369   if(!mesh || !arr)
2370     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::integral : input mesh or array is null !");
2371   std::size_t nbOfCompo=arr->getNumberOfComponents();
2372   std::fill(res,res+nbOfCompo,0.);
2373   //
2374   MCAuto<MEDCouplingFieldDouble> vol=mesh->getMeasureField(isWAbs);
2375   std::set<INTERP_KERNEL::NormalizedCellType> types=mesh->getAllGeoTypes();
2376   MCAuto<DataArrayIdType> nbOfNodesPerCell=mesh->computeNbOfNodesPerCell();
2377   nbOfNodesPerCell->computeOffsetsFull();
2378   const double *arrPtr=arr->begin(),*volPtr=vol->getArray()->begin();
2379   for(std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator it=types.begin();it!=types.end();it++)
2380     {
2381       std::size_t wArrSz=-1;
2382       const double *wArr=GetWeightArrayFromGeometricType(*it,wArrSz);
2383       INTERP_KERNEL::AutoPtr<double> wArr2=new double[wArrSz];
2384       double sum=std::accumulate(wArr,wArr+wArrSz,0.);
2385       std::transform(wArr,wArr+wArrSz,(double *)wArr2,std::bind(std::multiplies<double>(),std::placeholders::_1,1./sum));        
2386       MCAuto<DataArrayIdType> ids=mesh->giveCellsWithType(*it);
2387       MCAuto<DataArrayIdType> ids2=ids->buildExplicitArrByRanges(nbOfNodesPerCell);
2388       const mcIdType *ptIds2=ids2->begin(),*ptIds=ids->begin();
2389       mcIdType nbOfCellsWithCurGeoType=ids->getNumberOfTuples();
2390       for(mcIdType i=0;i<nbOfCellsWithCurGeoType;i++,ptIds++,ptIds2+=wArrSz)
2391         {
2392           for(std::size_t k=0;k<nbOfCompo;k++)
2393             {
2394               double tmp=0.;
2395               for(std::size_t j=0;j<wArrSz;j++)
2396                 tmp+=arrPtr[nbOfCompo*ptIds2[j]+k]*wArr2[j];
2397               res[k]+=tmp*volPtr[*ptIds];
2398             }
2399         }
2400     }
2401 }
2402
2403 const double *MEDCouplingFieldDiscretizationGaussNE::GetWeightArrayFromGeometricType(INTERP_KERNEL::NormalizedCellType geoType, std::size_t& lgth)
2404 {
2405   switch(geoType)
2406   {
2407     case INTERP_KERNEL::NORM_POINT1:
2408       lgth=sizeof(FGP_POINT1)/sizeof(double);
2409       return FGP_POINT1;
2410     case INTERP_KERNEL::NORM_SEG2:
2411       lgth=sizeof(FGP_SEG2)/sizeof(double);
2412       return FGP_SEG2;
2413     case INTERP_KERNEL::NORM_SEG3:
2414       lgth=sizeof(FGP_SEG3)/sizeof(double);
2415       return FGP_SEG3;
2416     case INTERP_KERNEL::NORM_SEG4:
2417       lgth=sizeof(FGP_SEG4)/sizeof(double);
2418       return FGP_SEG4;
2419     case INTERP_KERNEL::NORM_TRI3:
2420       lgth=sizeof(FGP_TRI3)/sizeof(double);
2421       return FGP_TRI3;
2422     case INTERP_KERNEL::NORM_TRI6:
2423       lgth=sizeof(FGP_TRI6)/sizeof(double);
2424       return FGP_TRI6;
2425     case INTERP_KERNEL::NORM_TRI7:
2426       lgth=sizeof(FGP_TRI7)/sizeof(double);
2427       return FGP_TRI7;
2428     case INTERP_KERNEL::NORM_QUAD4:
2429       lgth=sizeof(FGP_QUAD4)/sizeof(double);
2430       return FGP_QUAD4;
2431     case INTERP_KERNEL::NORM_QUAD8:
2432       lgth=sizeof(FGP_QUAD8)/sizeof(double);
2433       return FGP_QUAD8;
2434     case INTERP_KERNEL::NORM_QUAD9:
2435       lgth=sizeof(FGP_QUAD9)/sizeof(double);
2436       return FGP_QUAD9;
2437     case INTERP_KERNEL::NORM_TETRA4:
2438       lgth=sizeof(FGP_TETRA4)/sizeof(double);
2439       return FGP_TETRA4;
2440     case INTERP_KERNEL::NORM_TETRA10:
2441       lgth=sizeof(FGP_TETRA10)/sizeof(double);
2442       return FGP_TETRA10;
2443     case INTERP_KERNEL::NORM_PENTA6:
2444       lgth=sizeof(FGP_PENTA6)/sizeof(double);
2445       return FGP_PENTA6;
2446     case INTERP_KERNEL::NORM_PENTA15:
2447       lgth=sizeof(FGP_PENTA15)/sizeof(double);
2448       return FGP_PENTA15;
2449     case INTERP_KERNEL::NORM_PENTA18:
2450       lgth=sizeof(FGP_PENTA18)/sizeof(double);
2451       return FGP_PENTA18;
2452     case INTERP_KERNEL::NORM_HEXA8:
2453       lgth=sizeof(FGP_HEXA8)/sizeof(double);
2454       return FGP_HEXA8;
2455     case INTERP_KERNEL::NORM_HEXA20:
2456       lgth=sizeof(FGP_HEXA20)/sizeof(double);
2457       return FGP_HEXA20;
2458     case INTERP_KERNEL::NORM_HEXA27:
2459       lgth=sizeof(FGP_HEXA27)/sizeof(double);
2460       return FGP_HEXA27;
2461     case INTERP_KERNEL::NORM_PYRA5:
2462       lgth=sizeof(FGP_PYRA5)/sizeof(double);
2463       return FGP_PYRA5;
2464     case INTERP_KERNEL::NORM_PYRA13:
2465       lgth=sizeof(FGP_PYRA13)/sizeof(double);
2466       return FGP_PYRA13;
2467     default:
2468       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::GetWeightArrayFromGeometricType : only SEG[2,3,4], TRI[3,6,7], QUAD[4,9], TETRA[4,10], PENTA[6,15,18], HEXA[8,20,27], PYRA[5,13] supported !");
2469   }
2470 }
2471
2472 const double *MEDCouplingFieldDiscretizationGaussNE::GetRefCoordsFromGeometricType(INTERP_KERNEL::NormalizedCellType geoType, std::size_t& lgth)
2473 {
2474   switch(geoType)
2475   {
2476     case INTERP_KERNEL::NORM_POINT1:
2477       lgth=0;
2478       return 0;
2479     case INTERP_KERNEL::NORM_SEG2:
2480       lgth=sizeof(REF_SEG2)/sizeof(double);
2481       return REF_SEG2;
2482     case INTERP_KERNEL::NORM_SEG3:
2483       lgth=sizeof(REF_SEG3)/sizeof(double);
2484       return REF_SEG3;
2485     case INTERP_KERNEL::NORM_SEG4:
2486       lgth=sizeof(REF_SEG4)/sizeof(double);
2487       return REF_SEG4;
2488     case INTERP_KERNEL::NORM_TRI3:
2489       lgth=sizeof(REF_TRI3)/sizeof(double);
2490       return REF_TRI3;
2491     case INTERP_KERNEL::NORM_TRI6:
2492       lgth=sizeof(REF_TRI6)/sizeof(double);
2493       return REF_TRI6;
2494     case INTERP_KERNEL::NORM_TRI7:
2495       lgth=sizeof(REF_TRI7)/sizeof(double);
2496       return REF_TRI7;
2497     case INTERP_KERNEL::NORM_QUAD4:
2498       lgth=sizeof(REF_QUAD4)/sizeof(double);
2499       return REF_QUAD4;
2500     case INTERP_KERNEL::NORM_QUAD8:
2501       lgth=sizeof(REF_QUAD8)/sizeof(double);
2502       return REF_QUAD8;
2503     case INTERP_KERNEL::NORM_QUAD9:
2504       lgth=sizeof(REF_QUAD9)/sizeof(double);
2505       return REF_QUAD9;
2506     case INTERP_KERNEL::NORM_TETRA4:
2507       lgth=sizeof(REF_TETRA4)/sizeof(double);
2508       return REF_TETRA4;
2509     case INTERP_KERNEL::NORM_TETRA10:
2510       lgth=sizeof(REF_TETRA10)/sizeof(double);
2511       return REF_TETRA10;
2512     case INTERP_KERNEL::NORM_PENTA6:
2513       lgth=sizeof(REF_PENTA6)/sizeof(double);
2514       return REF_PENTA6;
2515     case INTERP_KERNEL::NORM_PENTA15:
2516       lgth=sizeof(REF_PENTA15)/sizeof(double);
2517       return REF_PENTA15;
2518     case INTERP_KERNEL::NORM_PENTA18:
2519       lgth=sizeof(REF_PENTA18)/sizeof(double);
2520       return REF_PENTA18;
2521     case INTERP_KERNEL::NORM_HEXA8:
2522       lgth=sizeof(REF_HEXA8)/sizeof(double);
2523       return REF_HEXA8;
2524     case INTERP_KERNEL::NORM_HEXA20:
2525       lgth=sizeof(REF_HEXA20)/sizeof(double);
2526       return REF_HEXA20;
2527     case INTERP_KERNEL::NORM_HEXA27:
2528       lgth=sizeof(REF_HEXA27)/sizeof(double);
2529       return REF_HEXA27;
2530     case INTERP_KERNEL::NORM_PYRA5:
2531       lgth=sizeof(REF_PYRA5)/sizeof(double);
2532       return REF_PYRA5;
2533     case INTERP_KERNEL::NORM_PYRA13:
2534       lgth=sizeof(REF_PYRA13)/sizeof(double);
2535       return REF_PYRA13;
2536     default:
2537       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::GetRefCoordsFromGeometricType : only SEG[2,3,4], TRI[3,6,7], QUAD[4,8,9], TETRA[4,10], PENTA[6,15,18], HEXA[8,20,27], PYRA[5,13] supported !");
2538   }
2539 }
2540
2541 const double *MEDCouplingFieldDiscretizationGaussNE::GetLocsFromGeometricType(INTERP_KERNEL::NormalizedCellType geoType, std::size_t& lgth)
2542 {
2543   switch(geoType)
2544   {
2545     case INTERP_KERNEL::NORM_POINT1:
2546       {
2547         lgth=0;
2548         return 0;
2549       }
2550     case INTERP_KERNEL::NORM_SEG2:
2551       {
2552         lgth=sizeof(LOC_SEG2)/sizeof(double);
2553         return LOC_SEG2;
2554       }
2555     case INTERP_KERNEL::NORM_SEG3:
2556       {
2557         lgth=sizeof(LOC_SEG3)/sizeof(double);
2558         return LOC_SEG3;
2559       }
2560     case INTERP_KERNEL::NORM_SEG4:
2561       {
2562         lgth=sizeof(LOC_SEG4)/sizeof(double);
2563         return LOC_SEG4;
2564       }
2565     case INTERP_KERNEL::NORM_TRI3:
2566       {
2567         lgth=sizeof(LOC_TRI3)/sizeof(double);
2568         return LOC_TRI3;
2569       }
2570     case INTERP_KERNEL::NORM_TRI6:
2571       {
2572         lgth=sizeof(LOC_TRI6)/sizeof(double);
2573         return LOC_TRI6;
2574       }
2575     case INTERP_KERNEL::NORM_TRI7:
2576       {
2577         lgth=sizeof(LOC_TRI7)/sizeof(double);
2578         return LOC_TRI7;
2579       }
2580     case INTERP_KERNEL::NORM_QUAD4:
2581       {
2582         lgth=sizeof(LOC_QUAD4)/sizeof(double);
2583         return LOC_QUAD4;
2584       }
2585     case INTERP_KERNEL::NORM_QUAD8:
2586       {
2587         lgth=sizeof(LOC_QUAD8)/sizeof(double);
2588         return LOC_QUAD8;
2589       }
2590     case INTERP_KERNEL::NORM_QUAD9:
2591       {
2592         lgth=sizeof(LOC_QUAD9)/sizeof(double);
2593         return LOC_QUAD9;
2594       }
2595     case INTERP_KERNEL::NORM_TETRA4:
2596       {
2597         lgth=sizeof(LOC_TETRA4)/sizeof(double);
2598         return LOC_TETRA4;
2599       }
2600     case INTERP_KERNEL::NORM_TETRA10:
2601       {
2602         lgth=sizeof(LOC_TETRA10)/sizeof(double);
2603         return LOC_TETRA10;
2604       }
2605     case INTERP_KERNEL::NORM_PENTA6:
2606       {
2607         lgth=sizeof(LOC_PENTA6)/sizeof(double);
2608         return LOC_PENTA6;
2609       }
2610     case INTERP_KERNEL::NORM_PENTA15:
2611       {
2612         lgth=sizeof(LOC_PENTA15)/sizeof(double);
2613         return LOC_PENTA15;
2614       }
2615     case INTERP_KERNEL::NORM_PENTA18:
2616       {
2617         lgth=sizeof(LOC_PENTA18)/sizeof(double);
2618         return LOC_PENTA18;
2619       }
2620     case INTERP_KERNEL::NORM_HEXA8:
2621       {
2622         lgth=sizeof(LOC_HEXA8)/sizeof(double);
2623         return LOC_HEXA8;
2624       }
2625     case INTERP_KERNEL::NORM_HEXA20:
2626       {
2627         lgth=sizeof(LOC_HEXA20)/sizeof(double);
2628         return LOC_HEXA20;
2629       }
2630     case INTERP_KERNEL::NORM_HEXA27:
2631       {
2632         lgth=sizeof(LOC_HEXA27)/sizeof(double);
2633         return LOC_HEXA27;
2634       }
2635     case INTERP_KERNEL::NORM_PYRA5:
2636       {
2637         lgth=sizeof(LOC_PYRA5)/sizeof(double);
2638         return LOC_PYRA5;
2639       }
2640     case INTERP_KERNEL::NORM_PYRA13:
2641       {
2642         lgth=sizeof(LOC_PYRA13)/sizeof(double);
2643         return LOC_PYRA13;
2644       }
2645     default:
2646       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::GetLocsFromGeometricType : only SEG[2,3,4], TRI[3,6,7], QUAD[4,8,9], TETRA[4,10], PENTA[6,15,18], HEXA[8,20,27], PYRA[5,13] supported !");
2647   }
2648 }
2649
2650 void MEDCouplingFieldDiscretizationGaussNE::computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, const mcIdType *tupleIdsBg, const mcIdType *tupleIdsEnd,
2651                                                                                DataArrayIdType *&cellRestriction, DataArrayIdType *&trueTupleRestriction) const
2652 {
2653   if(!mesh)
2654     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::computeMeshRestrictionFromTupleIds : NULL input mesh !");
2655   MCAuto<DataArrayIdType> tmp=DataArrayIdType::New(); tmp->alloc(std::distance(tupleIdsBg,tupleIdsEnd),1);
2656   std::copy(tupleIdsBg,tupleIdsEnd,tmp->getPointer());
2657   tmp->sort(true);
2658   tmp=tmp->buildUnique();
2659   MCAuto<DataArrayIdType> nbOfNodesPerCell=mesh->computeNbOfNodesPerCell();
2660   nbOfNodesPerCell->computeOffsetsFull();
2661   nbOfNodesPerCell->findIdsRangesInListOfIds(tmp,cellRestriction,trueTupleRestriction);
2662 }
2663
2664 void MEDCouplingFieldDiscretizationGaussNE::checkCompatibilityWithNature(NatureOfField nat) const
2665 {
2666 }
2667
2668 double MEDCouplingFieldDiscretizationGaussNE::getIJK(const MEDCouplingMesh *mesh, const DataArrayDouble *da, mcIdType cellId, mcIdType nodeIdInCell, int compoId) const
2669 {
2670   if(!mesh)
2671     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getIJK : NULL input mesh !");
2672   mcIdType offset=0;
2673   for(mcIdType i=0;i<cellId;i++)
2674     {
2675       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(i);
2676       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2677       offset+=cm.getNumberOfNodes();
2678     }
2679   return da->getIJ(offset+nodeIdInCell,compoId);
2680 }
2681
2682 void MEDCouplingFieldDiscretizationGaussNE::checkCoherencyBetween(const MEDCouplingMesh *mesh, const DataArray *da) const
2683 {
2684   mcIdType nbOfTuples(getNumberOfTuples(mesh));
2685   if(nbOfTuples!=da->getNumberOfTuples())
2686     {
2687       std::ostringstream oss; oss << "Invalid number of tuples in the array : expecting " << nbOfTuples << " !";
2688       throw INTERP_KERNEL::Exception(oss.str().c_str());
2689     }
2690 }
2691
2692 MEDCouplingFieldDouble *MEDCouplingFieldDiscretizationGaussNE::getMeasureField(const MEDCouplingMesh *mesh, bool isAbs) const
2693 {
2694   if(!mesh)
2695     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::getMeasureField : mesh instance specified is NULL !");
2696   MCAuto<MEDCouplingFieldDouble> vol=mesh->getMeasureField(isAbs);
2697   const double *volPtr=vol->getArray()->begin();
2698   MCAuto<MEDCouplingFieldDouble> ret=MEDCouplingFieldDouble::New(ON_GAUSS_NE);
2699   ret->setMesh(mesh);
2700   //
2701   std::set<INTERP_KERNEL::NormalizedCellType> types=mesh->getAllGeoTypes();
2702   MCAuto<DataArrayIdType> nbOfNodesPerCell=mesh->computeNbOfNodesPerCell();
2703   mcIdType nbTuples=nbOfNodesPerCell->accumulate((std::size_t)0);
2704   nbOfNodesPerCell->computeOffsetsFull();
2705   MCAuto<DataArrayDouble> arr=DataArrayDouble::New(); arr->alloc(nbTuples,1);
2706   ret->setArray(arr);
2707   double *arrPtr=arr->getPointer();
2708   for(std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator it=types.begin();it!=types.end();it++)
2709     {
2710       std::size_t wArrSz=-1;
2711       const double *wArr=GetWeightArrayFromGeometricType(*it,wArrSz);
2712       INTERP_KERNEL::AutoPtr<double> wArr2=new double[wArrSz];
2713       double sum=std::accumulate(wArr,wArr+wArrSz,0.);
2714       std::transform(wArr,wArr+wArrSz,(double *)wArr2,std::bind(std::multiplies<double>(),std::placeholders::_1,1./sum));     
2715       MCAuto<DataArrayIdType> ids=mesh->giveCellsWithType(*it);
2716       MCAuto<DataArrayIdType> ids2=ids->buildExplicitArrByRanges(nbOfNodesPerCell);
2717       const mcIdType *ptIds2=ids2->begin(),*ptIds=ids->begin();
2718       mcIdType nbOfCellsWithCurGeoType=ids->getNumberOfTuples();
2719       for(mcIdType i=0;i<nbOfCellsWithCurGeoType;i++,ptIds++)
2720         for(std::size_t j=0;j<wArrSz;j++,ptIds2++)
2721           arrPtr[*ptIds2]=wArr2[j]*volPtr[*ptIds];
2722     }
2723   ret->synchronizeTimeWithSupport();
2724   return ret.retn();
2725 }
2726
2727 void MEDCouplingFieldDiscretizationGaussNE::getValueOn(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const
2728 {
2729   throw INTERP_KERNEL::Exception("Not implemented yet !");
2730 }
2731
2732 void MEDCouplingFieldDiscretizationGaussNE::getValueOnPos(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, mcIdType i, mcIdType j, mcIdType k, double *res) const
2733 {
2734   throw INTERP_KERNEL::Exception("getValueOnPos(i,j,k) : Not applicable for Gauss points !");
2735 }
2736
2737 DataArrayDouble *MEDCouplingFieldDiscretizationGaussNE::getValueOnMulti(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfPoints) const
2738 {
2739   throw INTERP_KERNEL::Exception("getValueOnMulti : Not implemented for Gauss NE !");
2740 }
2741
2742 MEDCouplingMesh *MEDCouplingFieldDiscretizationGaussNE::buildSubMeshData(const MEDCouplingMesh *mesh, const mcIdType *start, const mcIdType *end, DataArrayIdType *&di) const
2743 {
2744   if(!mesh)
2745     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::buildSubMeshData : NULL input mesh !");
2746   MCAuto<DataArrayIdType> diSafe=computeTupleIdsToSelectFromCellIds(mesh,start,end);
2747   MCAuto<MEDCouplingMesh> ret=mesh->buildPart(start,end);
2748   di=diSafe.retn();
2749   return ret.retn();
2750 }
2751
2752 /*!
2753  * This method is strictly equivalent to MEDCouplingFieldDiscretizationGauss::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
2754  * 
2755  * \param [out] beginOut Valid only if \a di is NULL
2756  * \param [out] endOut Valid only if \a di is NULL
2757  * \param [out] stepOut Valid only if \a di is NULL
2758  * \param [out] di is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable.
2759  *
2760  * \sa MEDCouplingFieldDiscretizationGauss::buildSubMeshData
2761  */
2762 MEDCouplingMesh *MEDCouplingFieldDiscretizationGaussNE::buildSubMeshDataRange(const MEDCouplingMesh *mesh, mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType& beginOut, mcIdType& endOut, mcIdType& stepOut, DataArrayIdType *&di) const
2763 {
2764   if(stepCellIds!=1)//even for stepCellIds==-1 the output will not be a range
2765     return MEDCouplingFieldDiscretization::buildSubMeshDataRange(mesh,beginCellIds,endCellIds,stepCellIds,beginOut,endOut,stepOut,di);
2766   if(!mesh)
2767     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::buildSubMeshDataRange : NULL input mesh !");
2768   mcIdType nbOfCells=mesh->getNumberOfCells();
2769   di=0; beginOut=0; endOut=0; stepOut=stepCellIds;
2770   const char msg[]="MEDCouplingFieldDiscretizationGaussNE::buildSubMeshDataRange : cell #";
2771   for(mcIdType i=0;i<nbOfCells;i++)
2772     {
2773       INTERP_KERNEL::NormalizedCellType type=mesh->getTypeOfCell(i);
2774       const INTERP_KERNEL::CellModel& cm=INTERP_KERNEL::CellModel::GetCellModel(type);
2775       if(cm.isDynamic())
2776         { std::ostringstream oss; oss << msg << i << " presence of dynamic cell (polygons and polyedrons) ! Not implemented !"; throw INTERP_KERNEL::Exception(oss.str().c_str()); }
2777       mcIdType delta=cm.getNumberOfNodes();
2778       if(i<beginCellIds)
2779         beginOut+=delta;
2780       endOut+=delta;
2781       if(i>=endCellIds)
2782         break;
2783     }
2784   MCAuto<MEDCouplingMesh> ret=mesh->buildPartRange(beginCellIds,endCellIds,stepCellIds);
2785   return ret.retn();
2786 }
2787
2788
2789 /*!
2790  * This method returns a tuple ids selection from cell ids selection [start;end).
2791  * This method is called by MEDCouplingFieldDiscretizationGaussNE::buildSubMeshData to return parameter \b di.
2792  *
2793  * \return a newly allocated array containing ids to select into the DataArrayDouble of the field.
2794  * 
2795  */
2796 DataArrayIdType *MEDCouplingFieldDiscretizationGaussNE::computeTupleIdsToSelectFromCellIds(const MEDCouplingMesh *mesh, const mcIdType *startCellIds, const mcIdType *endCellIds) const
2797 {
2798   if(!mesh)
2799     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationGaussNE::computeTupleIdsToSelectFromCellIds : null mesh !");
2800   MCAuto<DataArrayIdType> nbOfNodesPerCell=mesh->computeNbOfNodesPerCell();
2801   nbOfNodesPerCell->computeOffsetsFull();
2802   MCAuto<DataArrayIdType> sel=DataArrayIdType::New(); sel->useArray(startCellIds,false,DeallocType::CPP_DEALLOC,std::distance(startCellIds,endCellIds),1);
2803   return sel->buildExplicitArrByRanges(nbOfNodesPerCell);
2804 }
2805
2806 /*!
2807  * No implementation needed !
2808  */
2809 void MEDCouplingFieldDiscretizationGaussNE::renumberValuesOnNodes(double , const mcIdType *, mcIdType newNbOfNodes, DataArrayDouble *) const
2810 {
2811 }
2812
2813 void MEDCouplingFieldDiscretizationGaussNE::renumberValuesOnCells(double epsOnVals, const MEDCouplingMesh *mesh, const mcIdType *old2New, mcIdType newSz, DataArrayDouble *arr) const
2814 {
2815   throw INTERP_KERNEL::Exception("Not implemented yet !");
2816 }
2817
2818 MCAuto<MEDCouplingFieldDiscretization> MEDCouplingFieldDiscretizationGaussNE::aggregate(std::vector<const MEDCouplingFieldDiscretization *>& fds) const
2819 {
2820   return EasyAggregate<MEDCouplingFieldDiscretizationGaussNE>(fds);
2821 }
2822
2823 void MEDCouplingFieldDiscretizationGaussNE::renumberValuesOnCellsR(const MEDCouplingMesh *mesh, const mcIdType *new2old, mcIdType newSz, DataArrayDouble *arr) const
2824 {
2825   throw INTERP_KERNEL::Exception("Not implemented yet !");
2826 }
2827
2828 void MEDCouplingFieldDiscretizationGaussNE::reprQuickOverview(std::ostream& stream) const
2829 {
2830   stream << "Gauss points on nodes per element spatial discretization.";
2831 }
2832
2833 MEDCouplingFieldDiscretizationGaussNE::MEDCouplingFieldDiscretizationGaussNE(const MEDCouplingFieldDiscretizationGaussNE& other):MEDCouplingFieldDiscretization(other)
2834 {
2835 }
2836
2837 TypeOfField MEDCouplingFieldDiscretizationKriging::getEnum() const
2838 {
2839   return TYPE;
2840 }
2841
2842 const char *MEDCouplingFieldDiscretizationKriging::getRepr() const
2843 {
2844   return REPR;
2845 }
2846
2847 /*!
2848  * This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of \a this.
2849  *
2850  * \sa MEDCouplingFieldDiscretization::deepCopy.
2851  */
2852 MEDCouplingFieldDiscretization *MEDCouplingFieldDiscretizationKriging::clone() const
2853 {
2854   return new MEDCouplingFieldDiscretizationKriging;
2855 }
2856
2857 std::string MEDCouplingFieldDiscretizationKriging::getStringRepr() const
2858 {
2859   return std::string(REPR);
2860 }
2861
2862 void MEDCouplingFieldDiscretizationKriging::checkCompatibilityWithNature(NatureOfField nat) const
2863 {
2864   if(nat!=IntensiveMaximum)
2865     throw INTERP_KERNEL::Exception("Invalid nature for Kriging field : expected IntensiveMaximum !");
2866 }
2867
2868 bool MEDCouplingFieldDiscretizationKriging::isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const
2869 {
2870   if(!other)
2871     {
2872       reason="other spatial discretization is NULL, and this spatial discretization (Kriginig) is defined.";
2873       return false;
2874     }
2875   const MEDCouplingFieldDiscretizationKriging *otherC=dynamic_cast<const MEDCouplingFieldDiscretizationKriging *>(other);
2876   bool ret=otherC!=0;
2877   if(!ret)
2878     reason="Spatial discrtization of this is ON_NODES_KR, which is not the case of other.";
2879   return ret;
2880 }
2881
2882 MEDCouplingFieldDouble *MEDCouplingFieldDiscretizationKriging::getMeasureField(const MEDCouplingMesh *mesh, bool isAbs) const
2883 {
2884   if(!mesh)
2885     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::getMeasureField : mesh instance specified is NULL !");
2886   throw INTERP_KERNEL::Exception("getMeasureField on FieldDiscretizationKriging : not implemented yet !");
2887 }
2888
2889 void MEDCouplingFieldDiscretizationKriging::getValueOn(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const
2890 {
2891   MCAuto<DataArrayDouble> res2=MEDCouplingFieldDiscretizationKriging::getValueOnMulti(arr,mesh,loc,1);
2892   std::copy(res2->begin(),res2->end(),res);
2893 }
2894
2895 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::getValueOnMulti(const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfTargetPoints) const
2896 {
2897   if(!arr || !arr->isAllocated())
2898     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::getValueOnMulti : input array is null or not allocated !");
2899   mcIdType nbOfRows=getNumberOfMeshPlaces(mesh);
2900   if(arr->getNumberOfTuples()!=nbOfRows)
2901     {
2902       std::ostringstream oss; oss << "MEDCouplingFieldDiscretizationKriging::getValueOnMulti : input array does not have correct number of tuples ! Excepted " << nbOfRows << " having " << arr->getNumberOfTuples() << " !";
2903       throw INTERP_KERNEL::Exception(oss.str().c_str());
2904     }
2905   mcIdType nbCols(-1);
2906   std::size_t nbCompo=arr->getNumberOfComponents();
2907   MCAuto<DataArrayDouble> m(computeEvaluationMatrixOnGivenPts(mesh,loc,nbOfTargetPoints,nbCols));
2908   MCAuto<DataArrayDouble> ret(DataArrayDouble::New());
2909   ret->alloc(nbOfTargetPoints,nbCompo);
2910   INTERP_KERNEL::matrixProduct(m->begin(),nbOfTargetPoints,nbCols,arr->begin(),nbOfRows,ToIdType(nbCompo),ret->getPointer());
2911   return ret.retn();
2912 }
2913
2914 void MEDCouplingFieldDiscretizationKriging::reprQuickOverview(std::ostream& stream) const
2915 {
2916   stream << "Kriging spatial discretization.";
2917 }
2918
2919 MCAuto<MEDCouplingFieldDiscretization> MEDCouplingFieldDiscretizationKriging::aggregate(std::vector<const MEDCouplingFieldDiscretization *>& fds) const
2920 {
2921   return EasyAggregate<MEDCouplingFieldDiscretizationKriging>(fds);
2922 }
2923
2924 /*!
2925  * Returns the matrix of size nbRows = \a nbOfTargetPoints and \a nbCols = \a nbCols. This matrix is useful if 
2926  * 
2927  * \return the new result matrix to be deallocated by the caller.
2928  */
2929 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::computeEvaluationMatrixOnGivenPts(const MEDCouplingMesh *mesh, const double *loc, mcIdType nbOfTargetPoints, mcIdType& nbCols) const
2930 {
2931   mcIdType isDrift(-1),nbRows(-1);
2932   MCAuto<DataArrayDouble> matrixInv(computeInverseMatrix(mesh,isDrift,nbRows));
2933   //
2934   MCAuto<DataArrayDouble> coords=getLocalizationOfDiscValues(mesh);
2935   mcIdType nbOfPts(coords->getNumberOfTuples());
2936   std::size_t dimension(coords->getNumberOfComponents());
2937   MCAuto<DataArrayDouble> locArr=DataArrayDouble::New();
2938   locArr->useArray(loc,false,DeallocType::CPP_DEALLOC,nbOfTargetPoints,dimension);
2939   nbCols=nbOfPts;
2940   //
2941   MCAuto<DataArrayDouble> matrix2=coords->buildEuclidianDistanceDenseMatrixWith(locArr);
2942   operateOnDenseMatrix(mesh->getSpaceDimension(),nbOfTargetPoints*nbOfPts,matrix2->getPointer());
2943   //
2944   MCAuto<DataArrayDouble> matrix3=DataArrayDouble::New();
2945   matrix3->alloc(nbOfTargetPoints*nbRows,1);
2946   double *work=matrix3->getPointer();
2947   const double *workCst(matrix2->begin()),*workCst2(loc);
2948   for(mcIdType i=0;i<nbOfTargetPoints;i++,workCst+=nbOfPts,workCst2+=isDrift-1)
2949     {
2950       for(mcIdType j=0;j<nbOfPts;j++)
2951         work[i*nbRows+j]=workCst[j];
2952       work[i*nbRows+nbOfPts]=1.0;
2953       for(mcIdType j=0;j<isDrift-1;j++)
2954         work[i*nbRows+(nbOfPts+1+j)]=workCst2[j];
2955     }
2956   MCAuto<DataArrayDouble> ret(DataArrayDouble::New());
2957   ret->alloc(nbOfTargetPoints,nbRows);
2958   INTERP_KERNEL::matrixProduct(matrix3->begin(),nbOfTargetPoints,nbRows,matrixInv->begin(),nbRows,nbRows,ret->getPointer());
2959   MCAuto<DataArrayDouble> ret2(DataArrayDouble::New());
2960   ret2->alloc(nbOfTargetPoints*nbOfPts,1);
2961   workCst=ret->begin(); work=ret2->getPointer();
2962   for(mcIdType i=0;i<nbOfTargetPoints;i++,workCst+=nbRows)
2963     work=std::copy(workCst,workCst+nbOfPts,work);
2964   return ret2.retn();
2965 }
2966
2967 /*!
2968  * This method returns the square matrix of size \a matSz that is the inverse of the kriging matrix. The returned matrix can returned all the coeffs of kriging
2969  * when multiplied by the vector of values attached to each point.
2970  * 
2971  * \param [out] isDrift return if drift coefficients are present in the returned vector of coefficients. If different from 0 there is presence of drift coefficients.
2972  * \param [out] matSz the size of returned square matrix
2973  * \return the new result matrix to be deallocated by the caller.
2974  * \sa computeMatrix
2975  */
2976 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::computeInverseMatrix(const MEDCouplingMesh *mesh, mcIdType& isDrift, mcIdType& matSz) const
2977 {
2978   MCAuto<DataArrayDouble> matrixWithDrift(computeMatrix(mesh,isDrift,matSz));
2979   MCAuto<DataArrayDouble> matrixInv(DataArrayDouble::New());
2980   matrixInv->alloc(matSz*matSz,1);
2981   INTERP_KERNEL::inverseMatrix(matrixWithDrift->getConstPointer(),matSz,matrixInv->getPointer());
2982   return matrixInv.retn();
2983 }
2984
2985 /*!
2986  * This method computes the kriging matrix.
2987  * \return the new result matrix to be deallocated by the caller.
2988  * \sa computeInverseMatrix
2989  */
2990 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::computeMatrix(const MEDCouplingMesh *mesh, mcIdType& isDrift, mcIdType& matSz) const
2991 {
2992   if(!mesh)
2993       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::computeMatrix : NULL input mesh !");
2994     MCAuto<DataArrayDouble> coords(getLocalizationOfDiscValues(mesh));
2995     mcIdType nbOfPts(coords->getNumberOfTuples());
2996     MCAuto<DataArrayDouble> matrix(coords->buildEuclidianDistanceDenseMatrix());
2997     operateOnDenseMatrix(mesh->getSpaceDimension(),nbOfPts*nbOfPts,matrix->getPointer());
2998     // Drift
2999     MCAuto<DataArrayDouble> matrixWithDrift(performDrift(matrix,coords,isDrift));
3000     matSz=nbOfPts+isDrift;
3001     return matrixWithDrift.retn();
3002 }
3003
3004 /*!
3005  * This method computes coefficients to apply to each representing points of \a mesh, that is to say the nodes of \a mesh given a field array \a arr whose
3006  * number of tuples should be equal to the number of representing points in \a mesh.
3007  * 
3008  * \param [in] mesh is the sources of nodes on which kriging will be done regarding the parameters and the value of \c this->getSpaceDimension()
3009  * \param [in] arr input field DataArrayDouble whose number of tuples must be equal to the number of nodes in \a mesh
3010  * \param [out] isDrift return if drift coefficients are present in the returned vector of coefficients. If different from 0 there is presence of drift coefficients.
3011  *              Whatever the value of \a isDrift the number of tuples of returned DataArrayDouble  will be equal to \c arr->getNumberOfTuples() + \a isDrift.
3012  * \return a newly allocated array containing coefficients including or not drift coefficient at the end depending the value of \a isDrift parameter.
3013  */
3014 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::computeVectorOfCoefficients(const MEDCouplingMesh *mesh, const DataArrayDouble *arr, mcIdType& isDrift) const
3015 {
3016   mcIdType nbRows(-1);
3017   MCAuto<DataArrayDouble> matrixInv(computeInverseMatrix(mesh,isDrift,nbRows));
3018   MCAuto<DataArrayDouble> KnewiK(DataArrayDouble::New());
3019   KnewiK->alloc(nbRows*1,1);
3020   MCAuto<DataArrayDouble> arr2(PerformDriftOfVec(arr,isDrift));
3021   INTERP_KERNEL::matrixProduct(matrixInv->getConstPointer(),nbRows,nbRows,arr2->getConstPointer(),arr2->getNumberOfTuples(),1,KnewiK->getPointer());
3022   return KnewiK.retn();
3023 }
3024
3025 /*!
3026  * Apply \f f(x) on each element x in \a matrixPtr. \a matrixPtr is expected to be a dense matrix represented by a chunck of memory of size at least equal to \a nbOfElems.
3027  *
3028  * \param [in] spaceDimension space dimension of the input mesh on which the Kriging has to be performed
3029  * \param [in] nbOfElems is the result of the product of nb of rows and the nb of columns of matrix \a matrixPtr
3030  * \param [in,out] matrixPtr is the dense matrix whose on each values the operation will be applied
3031  */
3032 void MEDCouplingFieldDiscretizationKriging::operateOnDenseMatrix(int spaceDimension, mcIdType nbOfElems, double *matrixPtr) const
3033 {
3034   switch(spaceDimension)
3035   {
3036     case 1:
3037       {
3038         OperateOnDenseMatrixH3(nbOfElems,matrixPtr);
3039         break;
3040       }
3041     case 2:
3042       {
3043         OperateOnDenseMatrixH2Ln(nbOfElems,matrixPtr);
3044         break;
3045       }
3046     case 3:
3047       {
3048         //nothing here : it is not a bug g(h)=h with spaceDim 3.
3049         break;
3050       }
3051     default:
3052       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::operateOnDenseMatrix : only dimension 1, 2 and 3 implemented !");
3053   }
3054 }
3055
3056 void MEDCouplingFieldDiscretizationKriging::OperateOnDenseMatrixH3(mcIdType nbOfElems, double *matrixPtr)
3057 {
3058   for(mcIdType i=0;i<nbOfElems;i++)
3059     {
3060       double val=matrixPtr[i];
3061       matrixPtr[i]=val*val*val;
3062     }
3063 }
3064
3065 void MEDCouplingFieldDiscretizationKriging::OperateOnDenseMatrixH2Ln(mcIdType nbOfElems, double *matrixPtr)
3066 {
3067   for(mcIdType i=0;i<nbOfElems;i++)
3068     {
3069       double val=matrixPtr[i];
3070       if(val!=0.)
3071         matrixPtr[i]=val*val*log(val);
3072     }
3073 }
3074
3075 /*!
3076  * Performs a drift to the rectangular input matrix \a matr.
3077  * This method generate a dense matrix starting from an input dense matrix \a matr and input array \a arr.
3078  * \param [in] matr The rectangular dense matrix (with only one component). The number of rows of \a matr must be equal to the number of tuples of \a arr
3079  * \param [in] arr The array of coords to be appended in the input dense matrix \a matr. Typically arr is an array of coordinates.
3080  * \param [out] delta the delta of number of columns between returned dense matrix and input dense matrix \a matr. \a delta is equal to number of components of \a arr + 1.
3081  * \sa performDrift
3082  */
3083 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::PerformDriftRect(const DataArrayDouble *matr, const DataArrayDouble *arr, mcIdType& delta)
3084 {
3085   if(!matr || !matr->isAllocated() || matr->getNumberOfComponents()!=1)
3086     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::PerformDriftRect : invalid input dense matrix ! Must be allocated not NULL and with exactly one component !");
3087   if(!arr || !arr->isAllocated())
3088     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::PerformDriftRect : invalid input array of coordiantes ! Must be allocated and not NULL !");
3089   std::size_t spaceDimension(arr->getNumberOfComponents());
3090   mcIdType nbOfPts(arr->getNumberOfTuples()),nbOfEltInMatrx(matr->getNumberOfTuples());
3091   delta=ToIdType(spaceDimension)+1;
3092   mcIdType nbOfCols(nbOfEltInMatrx/nbOfPts);
3093   if(nbOfEltInMatrx%nbOfPts!=0)
3094     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::PerformDriftRect : size of input dense matrix and input arrays mismatch ! NbOfElems in matrix % nb of tuples in array must be equal to 0 !");
3095   MCAuto<DataArrayDouble> ret(DataArrayDouble::New()); ret->alloc(nbOfPts*(nbOfCols+delta));
3096   double *retPtr(ret->getPointer());
3097   const double *mPtr(matr->begin()),*aPtr(arr->begin());
3098   for(mcIdType i=0;i<nbOfPts;i++,aPtr+=spaceDimension,mPtr+=nbOfCols)
3099     {
3100       retPtr=std::copy(mPtr,mPtr+nbOfCols,retPtr);
3101       *retPtr++=1.;
3102       retPtr=std::copy(aPtr,aPtr+spaceDimension,retPtr);
3103     }
3104   return ret.retn();
3105 }
3106
3107 /*!
3108  * \return a newly allocated array having \a isDrift more tuples than \a arr.
3109  * \sa computeVectorOfCoefficients
3110  */
3111 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::PerformDriftOfVec(const DataArrayDouble *arr, mcIdType isDrift)
3112 {
3113   if(!arr || !arr->isAllocated() || arr->getNumberOfComponents()!=1)
3114     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::PerformDriftOfVec : input array must be not NULL allocated and with one component !");
3115   if(isDrift<0)
3116     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::PerformDriftOfVec : isDrift parameter must be >=0 !");
3117   MCAuto<DataArrayDouble> arr2(DataArrayDouble::New());
3118   arr2->alloc((arr->getNumberOfTuples()+isDrift)*1,1);
3119   double *work(std::copy(arr->begin(),arr->end(),arr2->getPointer()));
3120   std::fill(work,work+isDrift,0.);
3121   return arr2.retn();
3122 }
3123
3124 /*!
3125  * Starting from a square matrix \a matr, this method returns a newly allocated dense square matrix whose \a matr is included in returned matrix
3126  * in the top left corner, and in the remaining returned matrix the parameters to take into account about the kriging drift.
3127  * For the moment only linear srift is implemented.
3128  *
3129  * \param [in] arr the position of points were input mesh geometry is considered for Kriging
3130  * \param [in] matr input matrix whose drift part will be added
3131  * \param [out] delta the difference between the size of the output matrix and the input matrix \a matr.
3132  * \return a newly allocated matrix bigger than input matrix \a matr.
3133  * \sa MEDCouplingFieldDiscretizationKriging::PerformDriftRect
3134  */
3135 DataArrayDouble *MEDCouplingFieldDiscretizationKriging::performDrift(const DataArrayDouble *matr, const DataArrayDouble *arr, mcIdType& delta) const
3136 {
3137   std::size_t spaceDimension(arr->getNumberOfComponents());
3138   delta=ToIdType(spaceDimension)+1;
3139   mcIdType szOfMatrix(arr->getNumberOfTuples());
3140   if(szOfMatrix*szOfMatrix!=matr->getNumberOfTuples())
3141     throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretizationKriging::performDrift : invalid size");
3142   MCAuto<DataArrayDouble> ret=DataArrayDouble::New();
3143   ret->alloc((szOfMatrix+delta)*(szOfMatrix+delta),1);
3144   const double *srcWork=matr->getConstPointer();
3145   const double *srcWork2=arr->getConstPointer();
3146   double *destWork=ret->getPointer();
3147   for(mcIdType i=0;i<szOfMatrix;i++)
3148     {
3149       destWork=std::copy(srcWork,srcWork+szOfMatrix,destWork);
3150       srcWork+=szOfMatrix;
3151       *destWork++=1.;
3152       destWork=std::copy(srcWork2,srcWork2+spaceDimension,destWork);
3153       srcWork2+=spaceDimension;
3154     }
3155   std::fill(destWork,destWork+szOfMatrix,1.); destWork+=szOfMatrix;
3156   std::fill(destWork,destWork+spaceDimension+1,0.); destWork+=spaceDimension+1;
3157   MCAuto<DataArrayDouble> arrNoI=arr->toNoInterlace();
3158   srcWork2=arrNoI->getConstPointer();
3159   for(std::size_t i=0;i<spaceDimension;i++)
3160     {
3161       destWork=std::copy(srcWork2,srcWork2+szOfMatrix,destWork);
3162       srcWork2+=szOfMatrix;
3163       std::fill(destWork,destWork+spaceDimension+1,0.);
3164       destWork+=spaceDimension+1;
3165     }
3166   //
3167   return ret.retn();
3168 }