update darcy dataset for mesh size and readme
Browse files- README.md +6 -6
- darcy2d_simple_2500_test.pkl +2 -2
- darcy2d_simple_40000_train.pkl +2 -2
README.md
CHANGED
|
@@ -73,11 +73,11 @@ Training data is generated on **random simple polygons** with varying numbers of
|
|
| 73 |
|
| 74 |
| Subset | Samples | Polygons × Batch | Vertices | Mesh Size |
|
| 75 |
|---|---|---|---|---|
|
| 76 |
-
| `laplace2d_simple` | 20,000 |
|
| 77 |
-
| `laplace2d_mixed_simple` | 40,000 |
|
| 78 |
-
| `darcy2d_simple` | 40,000 |
|
| 79 |
-
| `heat2d_simple` | 80,000 |
|
| 80 |
-
| `nonlinear_poisson2d_simple` | 20,000 |
|
| 81 |
|
| 82 |
> **Note:** Each random polygon is reused for multiple samples (the "Batch" count) with different boundary conditions and/or coefficient fields. Coordinates are shifted by $[0.5, 0.5]$ to center domains around the origin.
|
| 83 |
|
|
@@ -224,7 +224,7 @@ f_source = qf[:, 3] # (N,)
|
|
| 224 |
|
| 225 |
```python
|
| 226 |
# Load Heat equation data (time-dependent)
|
| 227 |
-
with open("data/2d/
|
| 228 |
datalist = pickle.load(f)
|
| 229 |
|
| 230 |
sol, alpha, (bc,) = datalist[0]
|
|
|
|
| 73 |
|
| 74 |
| Subset | Samples | Polygons × Batch | Vertices | Mesh Size |
|
| 75 |
|---|---|---|---|---|
|
| 76 |
+
| `laplace2d_simple` | 20,000 | 2000 × 10 | 3–12 | 0.1 |
|
| 77 |
+
| `laplace2d_mixed_simple` | 40,000 | 2000 × 20 | 3–12 | 0.1 |
|
| 78 |
+
| `darcy2d_simple` | 40,000 | 2500 × 10 | 3–16 | 0.1 |
|
| 79 |
+
| `heat2d_simple` | 80,000 | 1600 × 50 | 3–12 | 0.1 |
|
| 80 |
+
| `nonlinear_poisson2d_simple` | 20,000 | 2000 × 10 | 3–12 | 0.1 |
|
| 81 |
|
| 82 |
> **Note:** Each random polygon is reused for multiple samples (the "Batch" count) with different boundary conditions and/or coefficient fields. Coordinates are shifted by $[0.5, 0.5]$ to center domains around the origin.
|
| 83 |
|
|
|
|
| 224 |
|
| 225 |
```python
|
| 226 |
# Load Heat equation data (time-dependent)
|
| 227 |
+
with open("data/2d/heat2d_simple_80000_train.pkl", "rb") as f:
|
| 228 |
datalist = pickle.load(f)
|
| 229 |
|
| 230 |
sol, alpha, (bc,) = datalist[0]
|
darcy2d_simple_2500_test.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2de63e4e8e278a0ecba54d82311f151921e576426e34217e26ff5aae777cb33
|
| 3 |
+
size 17355636
|
darcy2d_simple_40000_train.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48b35d4e6982fad7cbfd1c6e1a124b202abb734f3cf52cb6b0ffe70d9a0a5714
|
| 3 |
+
size 276251850
|