diff --git a/test/freeflow/navierstokesnc/channeltestproblem.hh b/test/freeflow/navierstokesnc/channeltestproblem.hh index 416f0abcd5dd5e66c100c972721b741d1e235436..67d91ec520fa2e559e9397c9d99af4a243314cc3 100644 --- a/test/freeflow/navierstokesnc/channeltestproblem.hh +++ b/test/freeflow/navierstokesnc/channeltestproblem.hh @@ -272,7 +272,7 @@ public: auto ccDofIdx = scv.dofIndex(); auto elemVolVars = localView(gridVariables.curGridVolVars()); - elemVolVars.bind(element, fvGeometry, sol); + elemVolVars.bindElement(element, fvGeometry, sol); deltaP_[ccDofIdx] = elemVolVars[scv].pressure() - 1.1e5; }