Skip to content
Snippets Groups Projects
Commit 0040c7b6 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Merge branch 'rename-elasticenergyfunctional-to-integralfunctional' into 'master'

Explicitly request visitor from the ::Impl namespace

See merge request !73
parents 6d90eabe 8a0f9134
No related branches found
No related tags found
1 merge request!73Explicitly request visitor from the ::Impl namespace
Pipeline #28269 passed
...@@ -484,7 +484,7 @@ static void assembleGlobalBasisTransferMatrix(MatrixType& matrix, ...@@ -484,7 +484,7 @@ static void assembleGlobalBasisTransferMatrix(MatrixType& matrix,
fineLocalView.bind(fineElement); fineLocalView.bind(fineElement);
// visit all children of the coarse node and interpolate with the fine basis functions // visit all children of the coarse node and interpolate with the fine basis functions
Impl::LeafNodeInterpolationVisitor visitor( coarseLocalView, fineLocalView, geometryInFathers, ::Impl::LeafNodeInterpolationVisitor visitor( coarseLocalView, fineLocalView, geometryInFathers,
processed, tolerance, matrixBackend, indices, processed, tolerance, matrixBackend, indices,
true /* = set indexSet */ ); true /* = set indexSet */ );
...@@ -534,7 +534,7 @@ static void assembleGlobalBasisTransferMatrix(MatrixType& matrix, ...@@ -534,7 +534,7 @@ static void assembleGlobalBasisTransferMatrix(MatrixType& matrix,
fineLocalView.bind(fineElement); fineLocalView.bind(fineElement);
// visit all children of the coarse node and interpolate with the fine basis functions // visit all children of the coarse node and interpolate with the fine basis functions
Impl::LeafNodeInterpolationVisitor visitor( coarseLocalView, fineLocalView, geometryInFathers, ::Impl::LeafNodeInterpolationVisitor visitor( coarseLocalView, fineLocalView, geometryInFathers,
processed, tolerance, matrixBackend, indices, processed, tolerance, matrixBackend, indices,
false /* = increase matrix entries */ ); false /* = increase matrix entries */ );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment