Skip to content

Commit

Permalink
Document _solve()
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jan 19, 2024
1 parent 1e78000 commit eced40c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fipy/solvers/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ def _cleanup(self):

def _solve(self):
"""Solve system of equations posed for FiPy
Common method invoked by :class:`~fipy.terms.term.Term`, which then
calls solver-suite-specific :math:`~fipy.solvers.solver._solve_`
methods.
"""
L, x, b = self._Lxb

Expand Down

0 comments on commit eced40c

Please sign in to comment.