Skip to main content

A python reader for SeisSol xdmf output

Project description

seissolxdmf

A python reader for SeisSol xdmf output (posix or hdf5) and hdf5 meshes. Below is an simple example, illustrating the use of the module:

import seissolxdmf
fn = 'test-fault.xdmf'
# initiate class
sx = seissolxdmf.seissolxdmf(fn)
# Number of cells
nElements = sx.ReadNElements()
# Number of vertices
nNodes = sx.ReadNNodes()
# Number of nodes per elements
nodesPerElement = sx.ReadNodesPerElement()
# Read time step
dt = sx.ReadTimeStep()
# Read number of time steps
ndt = sx.ReadNdt()
# Returns a list of the output time values
outputTimes = sx.ReadTimes()
# load geometry array as a numpy array of shape ((nodes, 3))
geom = sx.ReadGeometry()
# load connectivity array as a numpy array of shape ((nElements, 3 or 4))
# The connectivity array gives for each cell a list of vertex ids.
connect = sx.ReadConnect()
# Check, whether variable "SRs" exists in the SeisSol output
assert "SRs" in sx.ReadAvailableDataFields()
# load SRs as a numpy array of shape ((ndt, nElements))
SRs = sx.ReadData('SRs')
# load the 9th time step of the SRs array as a numpy array of shape (nElements)
SRs = sx.ReadData('SRs', 8)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seissolxdmf-0.1.4.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seissolxdmf-0.1.4-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file seissolxdmf-0.1.4.tar.gz.

File metadata

  • Download URL: seissolxdmf-0.1.4.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.6

File hashes

Hashes for seissolxdmf-0.1.4.tar.gz
Algorithm Hash digest
SHA256 9ee8dc7efc03750c4823b15f237611154bdd69696cd2426c6cf96080fefff61c
MD5 fabc0b8a3a49a5d3804533ff2a7640e8
BLAKE2b-256 e9f582c393c736eb58a8905d5c8229e8d390883362c46780fd412fbb3c4cd864

See more details on using hashes here.

File details

Details for the file seissolxdmf-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: seissolxdmf-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.6

File hashes

Hashes for seissolxdmf-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 505b2917aa6fd11cd2dac21462e2597d906e31a7be977aae787aad8227f83d14
MD5 dbde4441fdb47d7f79fbd5204694af79
BLAKE2b-256 fafb354bd9a457297eca1671edae8f18021834633936e04edece1efe501daff2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page