You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fourier_neural_operator/fourier_3d.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
"""
2
2
@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),
4
6
which takes the 2D spatial + 1D temporal equation directly as a 3D problem
0 commit comments