Skip to content

Commit 8d226e7

Browse files
committed
Added inheritance structure for solvers to documentation
1 parent 2acb835 commit 8d226e7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pde/solvers/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
~scipy.ScipySolver
1313
~registered_solvers
1414
15+
16+
Inheritance structure of the classes:
17+
18+
19+
.. inheritance-diagram:: adams_bashforth.AdamsBashforthSolver
20+
crank_nicolson.CrankNicolsonSolver
21+
explicit.ExplicitSolver
22+
implicit.ImplicitSolver
23+
scipy.ScipySolver
24+
explicit_mpi.ExplicitMPISolver
25+
:parts: 1
26+
1527
.. codeauthor:: David Zwicker <[email protected]>
1628
"""
1729

0 commit comments

Comments
 (0)