We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acb835 commit 8d226e7Copy full SHA for 8d226e7
pde/solvers/__init__.py
@@ -12,6 +12,18 @@
12
~scipy.ScipySolver
13
~registered_solvers
14
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
27
.. codeauthor:: David Zwicker <[email protected]>
28
"""
29
0 commit comments