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

Merge branch 'issue/global_refine_basis_update' into 'master'

Update GlobalBasis after globalRefine in the initialize() method

See merge request !4
parents 95a126a5 4d2058e9
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