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
62541d8a
Commit
62541d8a
authored
Jan 11, 2018
by
Praetorius, Simon
Browse files
element-matrix initialization for DOFMatrix default constructor set to zero
parent
343645d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFMatrix.cc
View file @
62541d8a
...
...
@@ -43,7 +43,7 @@ namespace AMDiS {
DOFMatrix
::
DOFMatrix
()
:
rowFeSpace
(
NULL
),
colFeSpace
(
NULL
),
elementMatrix
(
3
,
3
),
elementMatrix
(
0
,
0
),
nRow
(
0
),
nCol
(
0
),
nnzPerRow
(
0
),
...
...
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