Skip to content

Commit

Permalink
Added inheritance structure for solvers to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Oct 15, 2024
1 parent 2acb835 commit 8d226e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pde/solvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
~scipy.ScipySolver
~registered_solvers
Inheritance structure of the classes:
.. inheritance-diagram:: adams_bashforth.AdamsBashforthSolver
crank_nicolson.CrankNicolsonSolver
explicit.ExplicitSolver
implicit.ImplicitSolver
scipy.ScipySolver
explicit_mpi.ExplicitMPISolver
:parts: 1
.. codeauthor:: David Zwicker <david.zwicker@ds.mpg.de>
"""

Expand Down

0 comments on commit 8d226e7

Please sign in to comment.