shiwen0710 commited on
Commit
e2ed11d
·
verified ·
1 Parent(s): 3f54663

Add dataset description

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasets of GAOT
2
+
3
+ This repository contains the datasets used in the paper
4
+ **"Geometry Aware Operator Transformer as an Efficient and Accurate Neural Surrogate for PDEs on Arbitrary Domains."**
5
+
6
+ The repository includes two subfolders:
7
+
8
+ - `time_dep/` — time-dependent datasets
9
+ - `time_indep/` — time-independent datasets
10
+
11
+ In addition, some datasets used in the paper are provided by [RIGNO](https://arxiv.org/pdf/2501.19205).
12
+ These can be downloaded from [Zenodo](https://zenodo.org/records/14765453).
13
+
14
+ For a detailed description of all datasets, please refer to **Supplementary Material, Table D.1** of the paper.
15
+
16
+ ---
17
+
18
+ ### Data Structure
19
+
20
+ Each file contains either two or three groups:
21
+
22
+ - **u**: the vector-valued solution function
23
+ - **c**: the vector-valued known spatial parameters (constant in time)
24
+ - **x**: the spatial coordinates in all directions (e.g., *x* and *y*)
25
+
26
+ All arrays are 4-dimensional with the following axis order: `[batch, time, space, variables]`.