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
7cb341b6
Commit
7cb341b6
authored
Nov 11, 2013
by
Praetorius, Simon
Browse files
set_to_zero of rhs only of assembleArhs = true
parent
a4970601
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemStat.cc
View file @
7cb341b6
...
...
@@ -812,7 +812,8 @@ namespace AMDiS {
componentSpaces
[
rowComponent
]
->
getAdmin
()
->
getUsedDofs
(),
componentSpaces
[
rowComponent
]
->
getName
().
c_str
());
rhs
->
getDOFVector
(
rowComponent
)
->
set
(
0.0
);
if
(
asmVector
)
rhs
->
getDOFVector
(
rowComponent
)
->
set
(
0.0
);
for
(
int
colComponent
=
0
;
colComponent
<
nComponents
;
colComponent
++
)
{
...
...
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