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
{{ message }}
This repository was archived by the owner on Sep 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,9 @@ julia> using Burgers; Burgers.train()
83
83
84
84
### Two-dimensional with time Navier-Stokes equation
85
85
86
-
The Navier-Stokes equation is learned by the `MarkovNeuralOperator` with only one time step information. Example can be found in `example/FlowOverCircle`.
86
+
The Navier-Stokes equation is learned by the `MarkovNeuralOperator` with only one time step information.
87
+
Example can be found in `example/FlowOverCircle`.
88
+
The result is also provided [here](https://foldfelis.github.io/NeuralOperators.jl/dev/assets/notebook/mno.jl.html)
0 commit comments