Skip to content

Commit

Permalink
Update fourier_3d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOxford authored May 12, 2022
1 parent 57f2ef7 commit 6fd306e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fourier_neural_operator/fourier_3d.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
@author: Zongyi Li
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),
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),
which takes the 2D spatial + 1D temporal equation directly as a 3D problem
"""

Expand Down

0 comments on commit 6fd306e

Please sign in to comment.