6 #include "../../shared/io/Print/Print.h"
7 #include "../../shared/Exceptions/exceptions.h"
8 #include "../../shared/MemOps/MemOps.h"
9 #include "../../shared/Enum/Enum.h"
10 #include "../../shared/Numerics/GaussPoints.h"
11 #include "../../shared/Numerics/constants.h"
44 xDelete<IssmPDouble>(pcoords1);
45 xDelete<IssmPDouble>(pweights);
60 _assert_(position>=-1. && position<=+1.);
139 switch(finiteelement){
142 case 0:
coord1=-1.;
break;
143 case 1:
coord1=+1.;
break;
144 default:
_error_(
"node index should be in [0 1]");
159 case 0:
coord1=-1.;
break;
160 case 1:
coord1=+1.;
break;
161 default:
_error_(
"vertex index should be in [0 1]");