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
65242abd
Commit
65242abd
authored
Jun 14, 2019
by
Praetorius, Simon
Browse files
Merge branch 'issue/integrate_parallel' into 'master'
sum up parallel integrals See merge request
!70
parents
df8416fd
1c043b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/Integrate.hpp
View file @
65242abd
...
...
@@ -28,7 +28,7 @@ namespace AMDiS
localFct
.
unbind
();
}
return
result
;
return
gridView
.
comm
().
sum
(
result
)
;
}
template
<
class
GF
,
class
GV
,
class
QP
>
...
...
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