Skip to content
Snippets Groups Projects
Commit 7b811b59 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[box][elemvolvars] remove todo for interface solver

parent 985e5cf2
No related branches found
No related tags found
1 merge request!922Fix/box elemvolvars access
...@@ -133,11 +133,7 @@ public: ...@@ -133,11 +133,7 @@ public:
// resize volume variables to the required size // resize volume variables to the required size
volumeVariables_.resize(fvGeometry.numScv()); volumeVariables_.resize(fvGeometry.numScv());
for (auto&& scv : scvs(fvGeometry)) for (auto&& scv : scvs(fvGeometry))
{
// TODO: INTERFACE SOLVER
// gridVolVars().problem().model().boxInterfaceConditionSolver().updateScvVolVars(element, scv, sol);
volumeVariables_[scv.indexInElement()].update(elemSol, gridVolVars().problem(), element, scv); volumeVariables_[scv.indexInElement()].update(elemSol, gridVolVars().problem(), element, scv);
}
} }
const VolumeVariables& operator [](std::size_t scvIdx) const const VolumeVariables& operator [](std::size_t scvIdx) const
......
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