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

Remove obsolete comment

parent d391df91
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis,
BoundaryPatch<GridView> neumannBoundary(gridView, neumannNodes);
LocalVectorType SampleVector(0);
// FIXME: random values (time-dependent)
SampleVector[0] =
run / 10.0; // If we leave this fixed, we get into trouble for some reason
SampleVector[0] = run / 10.0;
SampleVector[1] = 0;
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.
Please register or to comment