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
iwr
amdis
Commits
4f9cc435
Commit
4f9cc435
authored
Dec 21, 2010
by
Praetorius, Simon
Browse files
ProblemVec slightly modified
parent
5de011fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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