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
Aland, Sebastian
amdis
Commits
59f04031
Commit
59f04031
authored
Mar 24, 2010
by
Thomas Witkowski
Browse files
Simple update
parent
b93ed1ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Assembler.cc
View file @
59f04031
...
...
@@ -131,10 +131,10 @@ namespace AMDiS {
if
(
zeroOrderAssembler
)
{
zeroOrderAssembler
->
calculateElementMatrix
(
smallElInfo
,
mat
);
ElementMatrix
&
m
=
smallElInfo
->
getSubElemCoordsMat
(
rowFESpace
->
getBasisFcts
()
->
getDegree
());
if
(
smallElInfo
==
colElInfo
)
tmpMat
=
m
*
mat
;
else
...
...
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