Difference between revisions of "User Documentation"
MarkMiller (talk | contribs) (→Misc) |
MarkMiller (talk | contribs) (→Misc) |
||
Line 68: | Line 68: | ||
=== Misc === | === Misc === | ||
− | * | + | * [https://support.apple.com/kb/ph25088?locale=en_US Launching VisIt on OSX as an app from an Unidentified Developer] |
* [[ Re-enabling INdirect glx on your X server ]] | * [[ Re-enabling INdirect glx on your X server ]] | ||
* [[ Using VisIt in an mxterm ]] | * [[ Using VisIt in an mxterm ]] |
Revision as of 17:48, 23 August 2018
Welcome to the User Documentation page. Visit has several existing sources of documentation, including manuals such as: Getting Started, VisIt User's Manual, VisIt Class Slides, and Getting Data Into VisIt. This page provides links to those manuals and also includes wikis that expand on the material in the manuals.
Contents
User Documentation Links
These links will take you to topics of interest for users. You may also be interested in some Projects that use VisIt.
Getting started
- Installing VisIt in a Unix environment
- Running VisIt on OS X
- VisIt on Snow Leopard
- Plugin overview
- Getting VisIt to run in parallel
- Anonymous subversion access
- Client-Server
Troubleshooting
Manuals
(For the most up-to-date list of official manuals, go to the VisIt website: Visit Manuals)
- Getting Started
- User's Manual
- 2.10.0 Python Manual
- Getting Data Into VisIt 2.0.0
- Getting Data Into VisIt 1.5.4
Getting data into VisIt
VisIt can read over 100 different file formats. If you're writing data with a popular code, or using a popular format, VisIt may already have a reader for it. You can check here:
If you want to be able create simple files and get them into VisIt, here are some simple ways to do this:
- ASCII VTK Files are well supported in VisIt, and the VisItWriter library is a very lightweight way to do this.
- Existing ASCII text files, like tab- or comma-delimited data, can be pulled into VisIt: Using the PlainText reader
- Reading X/Y (curve) data
- Getting three dimensional line data into VisIt
- Reading point data
- VisItWriter
Many file formats often rely on a binary, scalable I/O layer, like HDF5 or NetCDF. However, these are usually not standalone formats themselves, but typically the basis for more comprehensive, self-describing formats. Here is some information about these I/O layers and the formats that use them:
- VisIt and HDF5
- Reading HDF5 files
- Reading HDF5 files with the XDMF reader (recommended if you do not have a dedicated VisIt database reader plugin)
- VisIt and NETCDF
- Adding a cylinder to a visualization
Other information about getting data into visit:
- Working with Database Plugins
- Reading Plot3D files
- Reading M3D C1 files
- Time and Cycle in VTK files
- Materials in VTK files
- Getting Data Into VisIt Manual Examples
- Using Libsim from Python
- Converting Multiple 2D Files Into One 3D File
Advanced topics
Programming examples
Misc
- Launching VisIt on OSX as an app from an Unidentified Developer
- Re-enabling INdirect glx on your X server
- Using VisIt in an mxterm
- Using derived data functions (DDFs)
- Using the command line interface
- How volume rendering works in VisIt
- Using cross-mesh field evaluations ... how to do differences, access other time slices, etc
- Keyframing example
- Exporting databases
- Directions for specific machines
- Using the VisIt Python API with a standard Python interpreter
- Pages that contain instructions specific to certain user groups and needs
- Issues related to running VisIt on Windows under cygwin
- VisIt's Camera model
- Using VisIt's mpeg2encode
- Molecular data features
- Extracting alpha
- (Very) High resolution rendering
- Elevating shapefiles
- Raytracing your visualizations with POV-Ray and a tutorial POV-Ray exporting example
Performance
- Treat all databases as time varying
- Parallel Hardware Acceleration
- Using the IceT Parallel Compositor
Operator Documentation
- Dual Mesh Operator
- Cartographic projection in VisIt
- Lineout Computation
- LineSampler Operator in VisIt