Skip to content
Snippets Groups Projects
Commit 603db688 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

Fix previous fix

[[Imported from SVN: r9192]]
parent 9edaad6c
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ public: ...@@ -387,7 +387,7 @@ public:
} else if (i==N-1 and j==N-1 and k==N-1) { } else if (i==N-1 and j==N-1 and k==N-1) {
dFdqdqdq[i][j][k] = (2.0*p[N-1] -1 -4*p[N-1] -3*diffNormSquared)/(p[N-1]*Dune::Power<3>::eval(q[N-1])); dFdqdqdq[i][j][k] = (-1 -6*p[N-1] + 4*q[N-1] -3*diffNormSquared)/(p[N-1]*Dune::Power<3>::eval(q[N-1]));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment