Update README.md
Browse files
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 |
+
```
|