Skip to content

sswan/exodusii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExodusII

A pure python implementation of the Exodus finite element database model. The API strives to be compatible with the API provided by exodus.py built as part of SEACAS. The main advantage is that this implementation does not require building SEACAS.

Dependencies

Exodus files are written in the netCDF file format. netCDF files are read in directly using a netCDF reader copied from scipy.io. Exodus files can optionally be written using netCDF file format version 4. These files require the netcdf4 python module be installed.

Install

python setup.py install

Copyright

Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

SCR# 2748

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%