Skip to content
Snippets Groups Projects

[newtonsolver] Use virtual function to update the gridVars after an update of the solution

Merged Kilian Weishaupt requested to merge feature/newton-update-gridvars into master
Files
3
@@ -154,9 +154,6 @@ public:
{
checkAssemblerState_();
// update the grid variables for the case of active caching
gridVariables_->update(curSol);
assemble_([&](const Element& element)
{
LocalAssembler localAssembler(*this, element, curSol);
Loading