forked from PaddlePaddle/PaddleScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1173db6
commit 1a379ee
Showing
6 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ PaddleScience currently focuses on the PINNs model. The core components are as f | |
|
||
The component organization is illustrated in the following figure. | ||
|
||
![image](https://github.com/PaddlePaddle/PaddleScience/blob/develop/docs/source/img/pscicode.png) | ||
![image](./docs/source/img/pscicode.png) | ||
|
||
|
||
# Getting started | ||
|
@@ -43,14 +43,16 @@ Hardware requirements: NVIDIA GPU V100, NVIDIA GPU A100 | |
|
||
Package dependencies: paddle, matplotlib, vtk. | ||
|
||
PaddleScience currently relies on new features of the Paddle framework so please be advised to download the latest version of Paddle on github. | ||
PaddleScience currently relies on new features of the Paddle framework so please be advised to download the latest version of Paddle on GitHub or on Gitee. | ||
|
||
For more details on installation, please refer to the offical [PaddlePaddle repository](https://github.com/PaddlePaddle/Paddle). | ||
For more details on installation, please refer to the offical [PaddlePaddle repository on GitHub](https://github.com/PaddlePaddle/Paddle) or [PaddlePaddle repository on Gitee](https://gitee.com/paddlepaddle/Paddle). | ||
|
||
## Download and environment setup | ||
|
||
``` | ||
git clone [email protected]:PaddlePaddle/PaddleScience.git | ||
Download from GitHub: git clone [email protected]:PaddlePaddle/PaddleScience.git | ||
Download from Gitee: git clone [email protected]:paddlepaddle/PaddleScience.git | ||
cd PaddleScience | ||
export PYTHONPATH=$PWD:$PYTHONPATH | ||
``` | ||
|
@@ -72,6 +74,6 @@ python3.7 ldc2d.py | |
|
||
## Short tutorials on how to construct and solve a PINN model | ||
|
||
[A tutorial on Lid Driven Cavity flow](https://github.com/PaddlePaddle/PaddleScience/blob/develop/examples/ldc2d/README.md) | ||
[A tutorial on Lid Driven Cavity flow](./examples/ldc2d/README.md) | ||
|
||
[A tutorial on Darcy flow in porous medium](https://github.com/PaddlePaddle/PaddleScience/blob/develop/examples/darcy2d/README.md) | ||
[A tutorial on Darcy flow in porous medium](./examples/darcy2d/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters