Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
5b6c55ef
Commit
5b6c55ef
authored
Nov 13, 2019
by
Timo Koch
Browse files
[test] Only output Newton stats on rank 0
parent
634c6680
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/2p/implicit/incompressible/main.cc
View file @
5b6c55ef
...
...
@@ -203,7 +203,8 @@ int main(int argc, char** argv) try
}
while
(
!
timeLoop
->
finished
());
// output some Newton statistics
nonLinearSolver
.
report
();
if
(
mpiHelper
.
rank
()
==
0
)
nonLinearSolver
.
report
();
timeLoop
->
finalize
(
leafGridView
.
comm
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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