questionstorer commited on
Commit
d15ef0e
·
verified ·
1 Parent(s): 5f3c379

update darcy dataset for mesh size and readme

Browse files
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 | 250 × 10 | 3–12 | 0.1 |
77
- | `laplace2d_mixed_simple` | 40,000 | 10 × 20 | 3–12 | 0.1 |
78
- | `darcy2d_simple` | 40,000 | 250 × 10 | 3–16 | 0.1 |
79
- | `heat2d_simple` | 80,000 | 160 × 50 | 3–12 | 0.1 |
80
- | `nonlinear_poisson2d_simple` | 20,000 | 250 × 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,7 +224,7 @@ f_source = qf[:, 3] # (N,)
224
 
225
  ```python
226
  # Load Heat equation data (time-dependent)
227
- with open("data/2d/heat2d_simple_100000_train.pkl", "rb") as f:
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:1e0810974f522b9c74821fc98c2da3179b8cf504d436dc3ec7b72e7bc5942fee
3
- size 17501663
 
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:403dd6836758a45615217f7286984943d520cf20c9a4a40c7cb50f510fa30737
3
- size 276414108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b35d4e6982fad7cbfd1c6e1a124b202abb734f3cf52cb6b0ffe70d9a0a5714
3
+ size 276251850