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

Change f_N over time

parent 9f329683
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis,
BoundaryPatch<GridView> neumannBoundary(gridView, neumannNodes);
LocalVectorType SampleVector(0);
// FIXME: random values
SampleVector[0] = 1;
SampleVector[0] = 1 + run / 1000;
SampleVector[1] = 2;
ConstantFunction<LocalVectorType, LocalVectorType> fNeumann(SampleVector);
NeumannBoundaryAssembler<GridType, LocalVectorType> neumannBoundaryAssembler(
......
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