About Silo…
Silo is a library for reading and writing a wide variety of scientific data to binary, files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools that process Silo data files is the VisIt visualization tool.
Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g., zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects and metadata to address various scientific computing application needs. Although the Silo library is a serial library, key features enable it to be applied effectively in scalable, parallel applications using the Multiple Independent File (MIF) parallel I/O paradigm.
Architecturally, the library is divided into two main pieces; an upper-level application programming interface (API) and a lower-level I/O implementation called a driver. Silo supports multiple I/O drivers. The two most common are the HDF5 (Hierarchical Data Format 5) and PDB (Portable DataBase) drivers.
Major sections of the user’s manual
- Introduction to Silo
- Error Handling and Global Library Behavior
- Files and File Structure
- Meshes, Variables and Materials
- Multi-Block Objects and Parallel I/O
- Part Assemblies, AMR, Slide Surfaces, Nodesets and Other Arbitrary Mesh Subsets
- Object Allocation, Free and IsEmpty Tests
- Calculational and Utility
- Option Lists or Optlists
- User Defined (Generic) Data and Objects
- JSON Interface to Silo Objects
- Previously Undocumented Use Conventions
- Fortran Interface
- Python Interface
- Deprecated Functions
- Silo Library Header File
Contacts
For inquiries, users are encouraged to use Silo’s GitHub Discussions space. GitHub accounts are free.