Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 9f7a58f

Browse files
committed
update readme
1 parent 153130e commit 9f7a58f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ julia> using Burgers; Burgers.train()
8383

8484
### Two-dimensional with time Navier-Stokes equation
8585

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)
8789

8890
| **Ground Truth** | **Inferenced** |
8991
|:----------------:|:--------------:|

0 commit comments

Comments
 (0)