You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/assimilating_point_data/assimilating_point_data.py.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ We now note that if we change the model parameters :math:`q`, then the solution
37
37
38
38
\hat{J}(q) = J(u(q),q)
39
39
40
-
We call :math:`\hat{J}` the reduced functional. The aim is to find the value of :math:`q` which minimises the misfit functional :math:`J`. Firedrake-adjoint will compute :math:`\frac{d J}{d q}` automatically, and we can use this to find the minimum of :math:`J` using a gradient-based method such as Newton-CG.
40
+
We call :math:`\hat{J}` the reduced functional. The aim is to find the value of :math:`q` which minimises the :math:`\hat{J}`. Firedrake-adjoint will compute :math:`\frac{d \hat{J}}{d q}` automatically, and we can use this to find the minimum of :math:`\hat{J}` using a gradient-based method such as Newton-CG.
0 commit comments