You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Poisson equation over an L-shaped domain <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_Lshape.py>`_
19
20
- `Poisson equation in 1D with Dirichlet/Neumann boundary conditions <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_Neumann_1d.py>`_
20
21
- `Poisson equation in 1D with Dirichlet/Robin boundary conditions <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_Robin_1d.py>`_
21
22
- `Poisson equation in 1D with the multi-scale Fourier feature architecture <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_multiscale_1d.py>`_
22
23
- `Poisson equation in 1D with Dirichlet/periodic boundary conditions <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_periodic_1d.py>`_
23
-
- `Volterra IDE <https://github.com/lululxvi/deepxde/blob/master/examples/Volterra_IDE.py>`_
24
+
- `Poisson equation over an L-shaped domain <https://github.com/lululxvi/deepxde/blob/master/examples/Poisson_Lshape.py>`_
25
+
- `Laplace equation on a disk <https://github.com/lululxvi/deepxde/blob/master/examples/Laplace_disk.py>`_
Copy file name to clipboardExpand all lines: docs/demos/inverse.rst
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,25 @@ Demos of Inverse Problems
3
3
4
4
Here are some demos of solving inverse problems of PDEs.
5
5
6
+
ODEs
7
+
----
8
+
6
9
.. toctree::
7
10
:maxdepth:1
8
11
9
12
lorenz.inverse
10
-
13
+
11
14
- `Inverse problem for the Lorenz system with exogenous input <https://github.com/lululxvi/deepxde/blob/master/examples/Lorenz_inverse_forced_Colab.ipynb>`_
15
+
16
+
PDEs
17
+
----
18
+
12
19
- `Inverse problem for the diffusion equation <https://github.com/lululxvi/deepxde/blob/master/examples/diffusion_1d_inverse.py>`_
20
+
- `Inverse Problem for the diffusion-reaction system <https://github.com/lululxvi/deepxde/blob/master/examples/reaction_inverse.py>`_
13
21
- `Inverse problem for the Poisson equation with unknown forcing field <https://github.com/lululxvi/deepxde/blob/master/examples/elliptic_inverse_field.py>`_
22
+
23
+
fractional PDEs
24
+
---------------
25
+
14
26
- `Inverse problem for the fractional Poisson equation in 1D <https://github.com/lululxvi/deepxde/blob/master/examples/fractional_Poisson_1d_inverse.py>`_
15
27
- `Inverse problem for the fractional Poisson equation in 2D <https://github.com/lululxvi/deepxde/blob/master/examples/fractional_Poisson_2d_inverse.py>`_
16
-
- `Inverse Problem for the diffusion-reaction system <https://github.com/lululxvi/deepxde/blob/master/examples/reaction_inverse.py>`_
0 commit comments