Skip to content

Latest commit

 

History

History

Burgers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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