Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XDMF Writer Produces Incorrect Array Shapes #18

Open
davschneller opened this issue Dec 12, 2024 · 0 comments
Open

XDMF Writer Produces Incorrect Array Shapes #18

davschneller opened this issue Dec 12, 2024 · 0 comments

Comments

@davschneller
Copy link
Contributor

For the group and boundary arrays; they get prepended by a dummy dimension; causing SeisSol to fail (without patches).

Cf.

GROUP "/" {
   DATASET "boundary" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  SIMPLE { ( 1, 845815304 ) / ( 1, 845815304 ) }
   }
   DATASET "connect" {
      DATATYPE  H5T_STD_I64LE
      DATASPACE  SIMPLE { ( 845815304, 4 ) / ( 845815304, 4 ) }
   }
   DATASET "geometry" {
      DATATYPE  H5T_IEEE_F64LE
      DATASPACE  SIMPLE { ( 151910582, 3 ) / ( 151910582, 3 ) }
   }
   DATASET "group" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  SIMPLE { ( 1, 845815304 ) / ( 1, 845815304 ) }
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant