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

Update GlobalBasis after globalRefine in the initialize() method

parent 95a126a5
No related branches found
No related tags found
1 merge request!4Update GlobalBasis after globalRefine in the initialize() method
......@@ -49,6 +49,8 @@ void ProblemStat<Traits>::initialize(
Parameters::get(gridName_ + "->global refinements", globalRefinements);
if (globalRefinements > 0) {
grid_->globalRefine(globalRefinements);
if (globalBasis_)
globalBasis_->update(gridView());
}
}
......
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