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

Latest commit

 

History

History

FlowOverCircle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flow over the circle

The time dependent Navier-Stokes equation is learned by the MarkovNeuralOperator with only one time step information. The result of this example can be found here.

Ground Truth Inferenced

Change directory to example/FlowOverCircle and use following commend to train model:

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