ayz2 commited on
Commit
b6262e1
·
verified ·
1 Parent(s): 044668b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -18,3 +18,11 @@ configs:
18
  - "valid/NS_256.h5"
19
  ---
20
 
 
 
 
 
 
 
 
 
 
18
  - "valid/NS_256.h5"
19
  ---
20
 
21
+ Data is organized as:
22
+ ```
23
+ - Split [train/valid]
24
+ - u : nodal values of the PDE solution, in shape [num_samples, temporal_resolution, spatial_resolution]
25
+ - x : coordinates of the spatial domain, in shape [spatial_resolution]
26
+ - t : timesteps of the PDE solution, in shape [temporal_resolution]
27
+ - coefficients [alpha, beta, gamma, etc.]: coefficients of the solved PDE solution, in shape [num_samples, coord_dim]
28
+ ```