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

Merge branch 'hotfix/examples_with_datatransfer' into 'develop'

resize of solution vector after manual grid change

See merge request spraetor/dune-amdis!72
parents 6f70e871 7a7c02c4
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment