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
f0c0c661
Commit
f0c0c661
authored
Feb 03, 2022
by
Praetorius, Simon
Browse files
Fix deprecation of CollectiveCommunication
parent
cc5055f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/Marker.inc.hpp
View file @
f0c0c661
...
...
@@ -155,7 +155,7 @@ void ESMarker<Grid>::initMarking(AdaptInfo& adaptInfo)
int
nLeaves
=
(
this
->
grid_
->
leafGridView
()).
size
(
0
);
#if AMDIS_HAS_PARALLEL
Dune
::
Collective
Communication
<>
{}.
sum
(
nLeaves
,
1
);
Dune
::
Communication
<>
{}.
sum
(
nLeaves
,
1
);
#endif
this
->
markRLimit_
=
esThetaP
*
epsP
/
nLeaves
;
...
...
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