Skip to content
Snippets Groups Projects
Commit 24c8d839 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

bugfix: wrong variable name

parent 0d343547
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ int main (int argc, char *argv[]) try ...@@ -164,7 +164,7 @@ int main (int argc, char *argv[]) try
p1Assembler.assemble(p1LocalAssembler, stiffnessMatrix); p1Assembler.assemble(p1LocalAssembler, stiffnessMatrix);
// Assemble Neumann forces // Assemble Neumann forces
BoundaryFunctionalAssembler<P1Basis> boundaryFunctionalAssembler(p1NodalBasis,neumannBoundary); BoundaryFunctionalAssembler<P1Basis> boundaryFunctionalAssembler(p1NodalBasis,leafNeumannBoundary);
BasisGridFunction<P1Basis,VectorType> neumannFunction(p1NodalBasis, neumannValues); BasisGridFunction<P1Basis,VectorType> neumannFunction(p1NodalBasis, neumannValues);
NeumannBoundaryAssembler<GridType, Dune::FieldVector<double,3> > localNeumannAssembler(neumannFunction); NeumannBoundaryAssembler<GridType, Dune::FieldVector<double,3> > localNeumannAssembler(neumannFunction);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment