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
Aland, Sebastian
amdis
Commits
235097de
Commit
235097de
authored
May 12, 2010
by
Thomas Witkowski
Browse files
Reimplemented buildAfterCoarsen for only assembling vectors.
parent
fc1e36a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemVec.cc
View file @
235097de
...
...
@@ -687,7 +687,7 @@ namespace AMDiS {
bool
assembleMatrix
=
true
;
// The DOFMatrix which should be assembled (or not, if assembleMatrix
// will be set to false).
DOFMatrix
*
matrix
=
(
*
systemMatrix
)[
i
][
j
];
DOFMatrix
*
matrix
=
(
asmMatrix
?
(
*
systemMatrix
)[
i
][
j
]
:
NULL
)
;
if
(
writeAsmInfo
&&
matrix
)
{
for
(
std
::
vector
<
Operator
*>::
iterator
it
=
matrix
->
getOperatorsBegin
();
...
...
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