From 1b0886880b21f1eca7bc1640bcf3add50132e630 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 11 Jan 2018 19:46:20 +0100 Subject: [PATCH] [boxlocalassembler] remove unused variables --- dumux/assembly/boxlocalassembler.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dumux/assembly/boxlocalassembler.hh b/dumux/assembly/boxlocalassembler.hh index 343839ddc3..58d8e7cac0 100644 --- a/dumux/assembly/boxlocalassembler.hh +++ b/dumux/assembly/boxlocalassembler.hh @@ -351,7 +351,6 @@ public: auto evalStorage = [&](Scalar priVar) { // auto partialDerivsTmp = partialDerivs; - // update the volume variables and the flux var cache elemSol[scv.indexInElement()][pvIdx] = priVar; curVolVars.update(elemSol, this->problem(), element, scv); return this->evalLocalStorageResidual(); @@ -415,7 +414,6 @@ public: // get some aliases for convenience const auto& element = this->element(); const auto& fvGeometry = this->fvGeometry(); - const auto& curSol = this->curSol(); const auto& problem = this->problem(); auto&& curElemVolVars = this->curElemVolVars(); auto&& elemFluxVarsCache = this->elemFluxVarsCache(); @@ -527,7 +525,6 @@ public: // get some aliases for convenience const auto& element = this->element(); const auto& fvGeometry = this->fvGeometry(); - const auto& curSol = this->curSol(); const auto& problem = this->problem(); auto&& curElemVolVars = this->curElemVolVars(); auto&& elemFluxVarsCache = this->elemFluxVarsCache(); -- GitLab