├── .gitattributes ├── LICENSE ├── heat equation ├── MSE of heat equation.png ├── heat equation net.pkl ├── heat equation.py ├── heat equation[exact solution].pdf └── heat equation[fitting solution].pdf └── wave equation ├── MSE of wave equation.png ├── wave equation net.pkl ├── wave equation.py ├── wave equation[exact solution].pdf └── wave equation[fitting solution].pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /heat equation/MSE of heat equation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/heat equation/MSE of heat equation.png -------------------------------------------------------------------------------- /heat equation/heat equation net.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/heat equation/heat equation net.pkl -------------------------------------------------------------------------------- /heat equation/heat equation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/heat equation/heat equation.py -------------------------------------------------------------------------------- /heat equation/heat equation[exact solution].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/heat equation/heat equation[exact solution].pdf -------------------------------------------------------------------------------- /heat equation/heat equation[fitting solution].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/heat equation/heat equation[fitting solution].pdf -------------------------------------------------------------------------------- /wave equation/MSE of wave equation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/wave equation/MSE of wave equation.png -------------------------------------------------------------------------------- /wave equation/wave equation net.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/wave equation/wave equation net.pkl -------------------------------------------------------------------------------- /wave equation/wave equation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/wave equation/wave equation.py -------------------------------------------------------------------------------- /wave equation/wave equation[exact solution].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/wave equation/wave equation[exact solution].pdf -------------------------------------------------------------------------------- /wave equation/wave equation[fitting solution].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fish233yeah/PINNs--implemented-by-pytorch/HEAD/wave equation/wave equation[fitting solution].pdf --------------------------------------------------------------------------------