Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
4d2058e9
Commit
4d2058e9
authored
Mar 16, 2019
by
Praetorius, Simon
Browse files
Update GlobalBasis after globalRefine in the initialize() method
parent
95a126a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/ProblemStat.inc.hpp
View file @
4d2058e9
...
...
@@ -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
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment