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
beab19ee
Commit
beab19ee
authored
Jun 27, 2011
by
Thomas Witkowski
Browse files
And bug fix of a bug introduced today :)
parent
0a6ac92f
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemStat.cc
View file @
beab19ee
...
...
@@ -1549,8 +1549,11 @@ namespace AMDiS {
BoundaryType
*
bound
=
useGetBound
?
new
BoundaryType
[
basisFcts
->
getNumber
()]
:
NULL
;
matrix
->
startInsertion
(
matrix
->
getNnz
());
vector
->
set
(
0.0
);
if
(
matrix
)
matrix
->
startInsertion
(
matrix
->
getNnz
());
if
(
vector
)
vector
->
set
(
0.0
);
// == Traverse mesh and assemble. ==
ElInfo
*
elInfo
=
stack
.
traverseFirst
(
mesh
,
-
1
,
assembleFlag
);
...
...
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