Skip to content
Snippets Groups Projects
Commit 1b088688 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[boxlocalassembler] remove unused variables

parent db466777
No related branches found
No related tags found
1 merge request!734Feature/improve fvassembler
...@@ -351,7 +351,6 @@ public: ...@@ -351,7 +351,6 @@ public:
auto evalStorage = [&](Scalar priVar) auto evalStorage = [&](Scalar priVar)
{ {
// auto partialDerivsTmp = partialDerivs; // auto partialDerivsTmp = partialDerivs;
// update the volume variables and the flux var cache
elemSol[scv.indexInElement()][pvIdx] = priVar; elemSol[scv.indexInElement()][pvIdx] = priVar;
curVolVars.update(elemSol, this->problem(), element, scv); curVolVars.update(elemSol, this->problem(), element, scv);
return this->evalLocalStorageResidual(); return this->evalLocalStorageResidual();
...@@ -415,7 +414,6 @@ public: ...@@ -415,7 +414,6 @@ public:
// get some aliases for convenience // get some aliases for convenience
const auto& element = this->element(); const auto& element = this->element();
const auto& fvGeometry = this->fvGeometry(); const auto& fvGeometry = this->fvGeometry();
const auto& curSol = this->curSol();
const auto& problem = this->problem(); const auto& problem = this->problem();
auto&& curElemVolVars = this->curElemVolVars(); auto&& curElemVolVars = this->curElemVolVars();
auto&& elemFluxVarsCache = this->elemFluxVarsCache(); auto&& elemFluxVarsCache = this->elemFluxVarsCache();
...@@ -527,7 +525,6 @@ public: ...@@ -527,7 +525,6 @@ public:
// get some aliases for convenience // get some aliases for convenience
const auto& element = this->element(); const auto& element = this->element();
const auto& fvGeometry = this->fvGeometry(); const auto& fvGeometry = this->fvGeometry();
const auto& curSol = this->curSol();
const auto& problem = this->problem(); const auto& problem = this->problem();
auto&& curElemVolVars = this->curElemVolVars(); auto&& curElemVolVars = this->curElemVolVars();
auto&& elemFluxVarsCache = this->elemFluxVarsCache(); auto&& elemFluxVarsCache = this->elemFluxVarsCache();
......
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