File size: 261 Bytes
3d7d8a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "flux_function": "greenshield",
    "generation_method": "lax-hopf",
    "n_samples": 500,
    "nt": 250,
    "nx": 50,
    "dx": 0.25,
    "dt": 0.05,
    "max_steps": 3,
    "dtype": "float64",
    "shape": [
        500,
        250,
        50
    ]
}