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,
feBasis, neumannBoundary);
boundaryFunctionalAssembler.assemble(
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
......@@ -123,7 +123,7 @@ void assemble_frictional(
feBasis, frictionalBoundary);
boundaryFunctionalAssembler.assemble(
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment