Skip to content

Commit 336aa63

Browse files
authored
fix doc (#68)
1 parent 28b8849 commit 336aa63

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

docs/source/examples/cylinder2d.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2D Unsteady Cylinder Flow with Continuous Method
2-
======================
2+
===============================================
33

44
This guide introduces how to build a PINN model with continuous time method to simulate 2d unsteady flow passing over a cylinder with PaddleScience.
55

docs/source/examples/cylinder3d.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Flow around a Cylinder with Discrete Method
2-
======================
1+
3D Unsteady Cylinder Flow with Discrete Method
2+
==============================================
33

44
This guide introduces to how to build a PINN model for simulating the flow around a cylinder in PaddleScience.
55

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The component organization is illustrated in the following figure.
6767

6868
Lid Driven Cavity Flow <examples/ldc2d>
6969
Darcy Flow in Porous Medium <examples/darcy>
70-
Flow around a 3D Cylinder with Discrete Method <examples/cylinder3d>
70+
3D Unsteady Cylinder Flow with Discrete Method <examples/cylinder3d>
7171
2D Unsteady Cylinder Flow with Continuous Method <examples/cylinder2d>
7272
Vortex induced Vibration <examples/viv>
7373

examples/cylinder/3d_unsteady_discrete/optimize/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ In terms of `scale`, due to the introduction of distributed technology, 100 mill
2222
|N1C8 | 200k | 1.6M | 0.99 |
2323
|N2C16 | 200k | 3.2M | 0.96 |
2424
|N4C32 | 200k | 6.4M | 0.93 |
25+
2526
Note that N1C8 stands for using 1 node and 8 GPUs. Others are the same.

examples/laplace/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ The scalability performance is as follows:
161161
|N1C8 | 5.8M * 4 | 0.9661 s |
162162
|N2C16 | 5.8M * 8 | 0.9684 s |
163163
|N4C32 | 5.8M * 16 | 0.9679 s |
164+
164165
Note that N1C8 stands for using 1 node and 8 GPUs. Others are the same.

0 commit comments

Comments
 (0)