Skip to content
Snippets Groups Projects
Commit 8f8a6000 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[bugfix] Adjust to changed mthods names

parent 88e1d449
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ int main (int argc, char *argv[]) ...@@ -96,7 +96,7 @@ int main (int argc, char *argv[])
vintageBulkAssembler.assemble(element, localMatrix, trialLocalView.tree().finiteElement(), ansatzLocalView.tree().finiteElement()); vintageBulkAssembler.assemble(element, localMatrix, trialLocalView.tree().finiteElement(), ansatzLocalView.tree().finiteElement());
}; };
assembler.assembleBulk(matrixBackend, localAssembler); assembler.assembleBulkEntries(matrixBackend, localAssembler);
auto one = Vector{}; auto one = Vector{};
auto zero = Vector{}; auto zero = Vector{};
......
...@@ -96,7 +96,7 @@ int main (int argc, char *argv[]) ...@@ -96,7 +96,7 @@ int main (int argc, char *argv[])
vintageIPDGAssembler.assemble(edge, localMatrix, insideTrialLocalView.tree().finiteElement(), insideAnsatzLocalView.tree().finiteElement()); vintageIPDGAssembler.assemble(edge, localMatrix, insideTrialLocalView.tree().finiteElement(), insideAnsatzLocalView.tree().finiteElement());
}; };
assembler.assembleSkeleton(matrixBackend, localBlockAssembler, localBoundaryAssembler); // IPDG terms assembler.assembleSkeletonEntries(matrixBackend, localBlockAssembler, localBoundaryAssembler); // IPDG terms
/* Now assemble in the classical fufem way and compare */ /* Now assemble in the classical fufem way and compare */
auto fufemMatrix = Matrix{}; auto fufemMatrix = Matrix{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment