Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
4f9cc435
Commit
4f9cc435
authored
Dec 21, 2010
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ProblemVec slightly modified
parent
5de011fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AMDiS/src/ProblemVec.cc
AMDiS/src/ProblemVec.cc
+2
-2
No files found.
AMDiS/src/ProblemVec.cc
View file @
4f9cc435
...
...
@@ -772,12 +772,12 @@ namespace AMDiS {
assembleFlag
);
}
//
if (asmMatrix) {
if
(
asmMatrix
)
{
solverMatrix
.
setMatrix
(
*
systemMatrix
);
createPrecon
();
INFO
(
info
,
8
)(
"fillin of assembled matrix: %d
\n
"
,
nnz
);
//
}
}
#ifdef _OPENMP
INFO
(
info
,
8
)(
"buildAfterCoarsen needed %.5f seconds system time / %.5f seconds wallclock time
\n
"
,
...
...
Write
Preview
Markdown
is supported
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