Skip to content

sandialabs/exodusii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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