Skip to content
Snippets Groups Projects
Commit 7a7c02c4 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

resize of solution vector after manual grid change

parent 6f70e871
Branches
Tags
No related merge requests found
......@@ -62,6 +62,7 @@ int main(int argc, char** argv)
widths.push_back(h);
prob.globalBasis().update(gridView);
prob.solutionVector().compress();
prob.assemble(adaptInfo);
prob.solve(adaptInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment