-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Arto Sandroos edited this page Jul 2, 2015
·
12 revisions
- Fix tables
- add figure to plugin compilation guide
- Introduction
- Compiling VLSV Library
- Compiling VisIt Plugin
- Data and File Format
- Coordinate Systems
- HOWTO: Write a Multi-domain Mesh
- HOWTO: Write Multi-domain variables
VLSV file format was created for writing domain-decomposed meshes, and variables defined on their zones, efficiently in parallel using message passing interface (MPI). Here is a list of features:
- Data written in parallel using collective MPI calls
- Parallel visualization with VisIt
- Scalability tested up to tens of millions of zones per mesh
- Multiple meshes per file
- Stretched Cartesian, Cylindrical, and Spherical coordinate systems
- Arbitrary coordinate scaling for visualization purposes (for example, from meters to Earth radii)
- User-defined axis labels and units