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
59ee4244
Commit
59ee4244
authored
May 02, 2012
by
Praetorius, Simon
Browse files
Some corrections to the last commit
parent
61feafb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Assembler.cc
View file @
59ee4244
...
...
@@ -324,7 +324,7 @@ namespace AMDiS {
calculateElementMatrix
(
elInfo
,
elementMatrix
);
}
// vec = elementMatrix*uhOldLoc;
// vec
+
= elementMatrix*uhOldLoc;
for
(
int
i
=
0
;
i
<
nRow
;
i
++
)
{
double
val
=
0.0
;
for
(
int
j
=
0
;
j
<
nCol
;
j
++
)
...
...
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