diff --git a/Solver/dgGroupOfElements.cpp b/Solver/dgGroupOfElements.cpp index 192bc6a794915608df899d848f41c4668d5718e0..e4484d04c19dbe73ac1476376c57ad7bb5e66057 100644 --- a/Solver/dgGroupOfElements.cpp +++ b/Solver/dgGroupOfElements.cpp @@ -143,7 +143,7 @@ dgGroupOfElements::dgGroupOfElements(const std::vector<MElement*> &e, } for (int alpha=0; alpha<_dimUVW; alpha++){ for (int i=0; i<nbNodes; i++) for (int j=0; j<nbNodes; j++) { - _dPsiDXDPsiDXi(alpha*nbQP+xi, i*nbNodes+j) = g[i][alpha]*f[j]*weight; + _PsiDPsiDXi(alpha*nbQP+xi, i*nbNodes+j) = g[i][alpha]*f[j]*weight; } } }