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
f5195017
Commit
f5195017
authored
May 21, 2012
by
Thomas Witkowski
Browse files
Fix bug for multi mesh usage.
parent
805f4b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Assembler.cc
View file @
f5195017
...
...
@@ -102,12 +102,8 @@ namespace AMDiS {
Element
*
el
=
smallElInfo
->
getElement
();
lastVecEl
=
lastMatEl
=
NULL
;
if
((
el
!=
lastMatEl
&&
el
!=
lastVecEl
)
||
!
operat
->
isOptimized
())
{
if
(
smallElInfo
==
colElInfo
)
initElement
(
smallElInfo
);
else
initElement
(
smallElInfo
,
largeElInfo
);
}
if
((
el
!=
lastMatEl
&&
el
!=
lastVecEl
)
||
!
operat
->
isOptimized
())
initElement
(
smallElInfo
,
largeElInfo
);
if
(
el
!=
lastMatEl
||
!
operat
->
isOptimized
())
{
if
(
rememberElMat
)
...
...
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