Skip to content

inducer/pyvisfile

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.ci
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyVisfile: Write VTK/Silo Visualization Files Efficiently

Gitlab Build Status Github Build Status Python Package Index Release Page Zenodo DOI for latest release

Pyvisfile allows you to write a variety of visualization file formats, including

  • Kitware's XML-style VTK data files. VTK files can be written without additional software installed (e.g. VTK's Python bindings).
  • Silo visualization files, as used by the VisIt large-scale visualization program. To use pyvisfile to create Silo files, you need libsilo as well as pybind11.

pyvisfile supports many mesh geometries, such as unstructured and rectangular structured meshes, particle meshes, as well as scalar and vector variables on them. In addition, pyvisfile allows the semi-automatic writing of parallelization-segmented visualization files in both Silo and VTK formats. For Silo files, pyvisfile also supports the writing of expressions as visualization variables.

Resources: