Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Feb 12, 2025
1 parent f01e722 commit c3c080f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tlm_adjoint/block_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def flattened_space(self):
return self._flattened_spaces

def tuple_sub(self, u):
"""Pack elements in an :class:`Iterable` using the tree structure of
the split space.
"""Recursively unpack all :class:`Iterable` elements in `u`, and
repack using the tree structure of the split space.
Parameters
----------
Expand Down Expand Up @@ -988,9 +988,9 @@ def solve(self, u, b, *,
Parameters
----------
u : variable or Sequence[variable, ...]
u : variable or Sequence
Defines the solution :math:`u`.
b : variable or Sequence[variable, ...]
b : variable or Sequence
Defines the right-hand-side :math:`b`.
correct_initial_guess : bool
Whether to apply a nullspace correction to the initial guess.
Expand Down

0 comments on commit c3c080f

Please sign in to comment.