Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
3509ab94
Commit
3509ab94
authored
Nov 21, 2011
by
Thomas Witkowski
Browse files
Removed MPI calles in Rosenbrock method.
parent
f46c4212
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/time/RosenbrockStationary.cc
View file @
3509ab94
...
...
@@ -85,11 +85,7 @@ namespace AMDiS {
*
timeRhsVec
+=
*
tmp
;
}
double
first
=
MPI
::
Wtime
();
ProblemStat
::
buildAfterCoarsen
(
adaptInfo
,
flag
,
(
i
==
0
),
asmVector
);
MSG
(
"bac needed %.5f seconds
\n
"
,
MPI
::
Wtime
()
-
first
);
ProblemStat
::
solve
(
adaptInfo
,
i
==
0
,
i
+
1
<
rm
->
getStages
());
*
(
stageSolutions
[
i
])
=
*
solution
;
...
...
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