Published June 25, 2024
| Version v1
Dataset
Open
Complete classification of six-dimensional iso-edge domains
Description
This dataset contains the complete list of the 55.083.357 iso-edge domains in dimension 6.
The data is stored in a netCDF-4 data file.
For each iso-edge domain it contains 63 canonicalized 6-dimensional coordinates that represent the iso-edge domain.
Furthermore, for each iso-edge domain it contains the number of neighbouring iso-edge domains.
The netCDF dimensions and variables are as follows:
netcdf ctype_dim6 {
dimensions:
number_ctype = UNLIMITED ; // (55083357 currently)
n = 6 ;
n_vect = 63 ;
variables:
int Ctype(number_ctype, n_vect, n) ;
Ctype:long_name = "Ctype canonicalized coordinates" ;
Ctype:units = "nondimensional" ;
int nb_adjacent(number_ctype) ;
nb_adjacent:long_name = "number of adjacent Ctypes" ;
nb_adjacent:units = "nondimensional" ;
}
The data can be extracted to a human readable format using for example the ncdump utility.
Files
Files
(15.1 GB)
| Name | Size | Download all |
|---|---|---|
|
md5:d35468734cc86b1b3eeed29269730073
|
15.1 GB | Download |
Additional details
Software
- Repository URL
- https://github.com/MathieuDutSik/polyhedral_common/tree/master/src_ctype
- Programming language
- C++