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

More references

parent 8525e5a6
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ template <int dim> class SampleFunctional {
MyNonlinearity<dim> const &phi)
: A(A), b(b), phi(phi) {}
double operator()(SmallVector const v) const {
double operator()(SmallVector const &v) const {
SmallVector y;
A.mv(v, y); // y = Av
y /= 2; // y = 1/2 Av
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment