Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Short Description
|
6 |
+
|
7 |
+
This dataset comprises solutions of the Helmholtz equation.
|
8 |
+
|
9 |
+
# Dimensions
|
10 |
+
|
11 |
+
The H5 file has **19675** variables called *Sample_i* where i is the sample number. Every sample has three sub-groups:
|
12 |
+
*a* with dimensionality
|
13 |
+
- 128 (x-dim)
|
14 |
+
- 128 (y-dim)
|
15 |
+
*bc* (the value of the Dirichlet boundary condition, a float), as well as *u* with dimensionality
|
16 |
+
- 128 (x-dim)
|
17 |
+
- 128 (y-dim)
|
18 |
+
|
19 |
+
# Train/Val/Test-split
|
20 |
+
|
21 |
+
19035/128/512 trajectories
|
22 |
+
|
23 |
+
# Download
|
24 |
+
|
25 |
+
The dataset can be downloaded, e.g., via `huggingface-cli download`.
|