Skip to content
Snippets Groups Projects
Commit 2cb2b3db authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 88007753
No related branches found
No related tags found
No related merge requests found
......@@ -104,13 +104,8 @@ bool dgSlopeLimiter::apply ( dgDofContainer &solution,
if (solutionEClipped){
for (int iElement=0 ; iElement<egroup->getNbElements() ;++iElement) {
solutionE.setAsProxy(solGroup, iElement*nbFields, nbFields );
fullMatrix<double> Temp;
Temp.setAsProxy(solGroup, nbFields*iElement, nbFields );
cacheElement.set(egroup->getElement(iElement));
for (int K=0;K<Temp.size1();K++)
for (int L=0;L<Temp.size2();L++)
Temp(K,L) = (*solutionEClipped)(K,L);
}
solutionE.set((*solutionEClipped)());
}
delete solutionEClipped;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment