lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.58k stars 732 forks source link

Small issues with the documentation #1203

Open csuastt opened 1 year ago

csuastt commented 1 year ago

Docs » Demos of Forward Problems

  1. Kovasznay flow should belong to Time-independent PDEs

  2. The title fractional PDEs should be capitalized as Fractional PDEs.

    fractional PDEs
    [fractional Poisson equation in 1D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_1d.py)
    [fractional Poisson equation in 2D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_2d.py)
    [fractional Poisson equation in 3D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_3d.py)
    [fractional diffusion equation](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_diffusion_1d.py)

should be

Fractional PDEs
[Fractional Poisson equation in 1D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_1d.py)
[Fractional Poisson equation in 2D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_2d.py)
[Fractional Poisson equation in 3D](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_Poisson_3d.py)
[Fractional diffusion equation](https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/fractional_diffusion_1d.py)
lululxvi commented 1 year ago

Sounds good. Feel free to submit a PR.