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

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

File metadata and controls

20 lines (14 loc) · 524 Bytes

Burgers' equation

In this example, a Burgers' equation is learned by a one-dimensional Fourier neural operator network.

there is learn the operator mapping the initial condition to last point of time evolition of equation in some function space :

$$u(x, 0) -> u(x, t_end)\$$

Change directory to example/Burgers and use following command to train model:

julia> using Burgers;
       Burgers.train();
$ julia --proj