Datasets:
ArXiv:
License:
File size: 591 Bytes
33292b9 f728b1f 33292b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: cc-by-nc-4.0
---
# Short Description
Based on the Poisson equation, this dataset contains the solution when given a source term that is a sum of Gaussians, see https://arxiv.org/abs/2405.19101.
# Dimensions
The NetCDF file has **two** variables called *solution* with dimensionality
- 20000 (number of samples)
- 128 (x-dim)
- 128 (y-dim)
and *source* with dimensionality:
- 20000 (number of samples)
- 128 (x-dim)
- 128 (y-dim)
# Train/Val/Test-split
19640/120/240 trajectories
# Download
The dataset can be downloaded, e.g., via `huggingface-cli download`. |