Skip to content
Snippets Groups Projects
Commit 59f04031 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Simple update

parent b93ed1ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment