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/saddle_point_pc/saddle_point_systems.py.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -449,10 +449,10 @@ we then use to solve the problem, we can provide one ourselves.
449
449
Recall that :math:`S` is spectrally a Laplacian only in a
450
450
discontinuous space. A natural choice is therefore to use an interior
451
451
penalty DG formulation for the Laplacian term on the block of the scalar
452
-
variable. We can provide it as an :class:`~.AuxiliaryOperatorPC` via a python preconditioner. ::
452
+
variable. We can provide it as an :class:`~.AuxiliaryOperatorPC` via a python preconditioner. Note that the ```form``` method in ```AuxiliaryOperatorPC``` takes the test functions as the first argument and the trial functions as the second argument, which is the reverse of the usual convention. ::
0 commit comments