Skip to content

Commit a08b6a1

Browse files
committed
More tweaks
1 parent 46725a8 commit a08b6a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demos/goal_based_adaptivity_bvp/goal_based_adaptivity_bvp.py.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ are very close to one throughout, except in the final step:
115115
| 4 | 4.1940 |
116116
+-----------------------+-------------------------------+
117117

118-
The effectivity index in the final step is larger than one because the solver error is larger than the discretisation error. (The code prints a warning to refine the solver tolerances if this happens.)
118+
The effectivity index in the final step is larger than one because the solver error is larger than the discretisation error. (The code prints a warning to refine the solver tolerances if this happens, which in this case we can safely ignore.)
119119

120-
Changing the tolerance to :math:`10^{-8}` takes 37 refinements. The resulting mesh is plotted below. The mesh resolution is adaptively concentrated at the top boundary, since the goal functional is localised there.
120+
Changing the tolerance to :math:`10^{-8}` takes 40 refinements. The resulting mesh is plotted below. The mesh resolution is adaptively concentrated at the top boundary, since the goal functional is localised there.
121121

122-
.. image:: mesh_38.png
122+
.. image:: mesh_40.png
123123
:align: center
124124
:width: 60%
125125

-2.24 MB
Binary file not shown.
2.25 MB
Loading

0 commit comments

Comments
 (0)