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

[facet][mpfa][cm] use right index to obtain scv

parent 7a138b72
No related branches found
No related tags found
1 merge request!1527[facet][mpfa][cm] use right index to obtain scv
...@@ -327,7 +327,7 @@ public: ...@@ -327,7 +327,7 @@ public:
volVars.update( elementSolution(element, ldSol, this->problem(lowDimId).fvGridGeometry()), volVars.update( elementSolution(element, ldSol, this->problem(lowDimId).fvGridGeometry()),
this->problem(lowDimId), this->problem(lowDimId),
element, element,
fvGeom.scv(this->lowDimCouplingContext().elementIdx) ); fvGeom.scv(elemIdx) );
// update the element flux variables cache (tij depend on low dim values in context) // update the element flux variables cache (tij depend on low dim values in context)
const auto contextElem = this->problem(bulkId).fvGridGeometry().element(this->bulkCouplingContext().elementIdx); const auto contextElem = this->problem(bulkId).fvGridGeometry().element(this->bulkCouplingContext().elementIdx);
......
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