Skip to content
Snippets Groups Projects
Commit 66bb86c6 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Comments

parent 409ac916
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis, ...@@ -104,7 +104,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis,
feBasis, neumannBoundary); feBasis, neumannBoundary);
boundaryFunctionalAssembler.assemble( boundaryFunctionalAssembler.assemble(
neumannBoundaryAssembler, f, neumannBoundaryAssembler, f,
true); // resize the output vector and zero all of its entries true); // whether to resize the output vector and zero all of its entries
} }
// Assembles constant 1-function on frictional boundary in nodalIntegrals // Assembles constant 1-function on frictional boundary in nodalIntegrals
...@@ -123,7 +123,7 @@ void assemble_frictional( ...@@ -123,7 +123,7 @@ void assemble_frictional(
feBasis, frictionalBoundary); feBasis, frictionalBoundary);
boundaryFunctionalAssembler.assemble( boundaryFunctionalAssembler.assemble(
frictionalBoundaryAssembler, nodalIntegrals, frictionalBoundaryAssembler, nodalIntegrals,
true); // resize the output vector and zero all of its entries true); // whether to resize the output vector and zero all of its entries
} }
int main() { int main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment