Skip to content
Snippets Groups Projects
Commit 8fb38281 authored by Markus Wolff's avatar Markus Wolff
Browse files

fixed small bug in postprocessing routine of the decoupled

2p-diffusion-models-test



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7970 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent dd341052
No related branches found
No related tags found
No related merge requests found
...@@ -655,7 +655,7 @@ public: ...@@ -655,7 +655,7 @@ public:
Scalar exactFlux = KGrad*unitOuterNormal; Scalar exactFlux = KGrad*unitOuterNormal;
// get the approximate normalvelocity // get the approximate normalvelocity
Scalar approximateFlux = problem.cellData(eIdx).fluxData().velocityTotal(i)*unitOuterNormal; Scalar approximateFlux = problem.variables().cellData(eIdx).fluxData().velocityTotal(i)*unitOuterNormal;
// calculate the difference in the normal velocity // calculate the difference in the normal velocity
Scalar fluxDiff = exactFlux + approximateFlux; Scalar fluxDiff = exactFlux + approximateFlux;
......
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