Skip to content

Commit 6fd306e

Browse files
author
KangOxford
authored
Update fourier_3d.py
1 parent 57f2ef7 commit 6fd306e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fourier_neural_operator/fourier_3d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
@author: Zongyi Li
3-
This file is the Fourier Neural Operator for 3D problem such as the Navier-Stokes equation discussed in Section 5.3 in the [paper](https://arxiv.org/pdf/2010.08895.pdf),
3+
This file is the Fourier Neural Operator for 3D problem
4+
such as the Navier-Stokes equation discussed in Section 5.3
5+
in the [paper](https://arxiv.org/pdf/2010.08895.pdf),
46
which takes the 2D spatial + 1D temporal equation directly as a 3D problem
57
"""
68

0 commit comments

Comments
 (0)