reactive applyMultipliers_(trans, outsideFaceIdx, ..) for PINCH(5)=ALL

Should make the tests succeed.
This commit is contained in:
Markus Blatt 2020-09-10 10:20:17 +02:00
parent 06827bdd17
commit c2362daae9

View File

@ -504,7 +504,7 @@ private:
}
trans *= mult;
//applyMultipliers_(trans, outsideFaceIdx, outsideCartElemIdx, transMult); // Uncommenting makes the tests succeed
applyMultipliers_(trans, outsideFaceIdx, outsideCartElemIdx, transMult);
}
else
{