ParaView

From Wikipedia, the free encyclopedia

ParaView
Developed by Sandia National Labs, Kitware Inc, Los Alamos National Labs.
Latest release 3.2.1
OS Unix/Linux, Mac OS X, Microsoft Windows
Genre Scientific visualization, Interactive visualization
License BSD-like
Website www.paraview.org

ParaView is an open source, freely available program for parallel, interactive, scientific visualization. It has a client-server architecture to facilitate remote visualization of datasets, and generates level of detail (LOD) models to maintain interactive framerates for large datasets. It is an application built on top of the Visualization Tool Kit (VTK) libraries. Where VTK is a set of libraries that provide visualization services for data, task, and pipeline parallelism, ParaView is an application designed for data parallelism on shared-memory or distributed-memory multicomputers and clusters. It can also be run as a single-computer application.

Contents

[edit] Features

ParaView can perform parallel rendering, although for small datasets it transfers data to the client for rendering by default. ParaView provides many tools for scientific visualization but the most commonly-used are

  • isocontouring: finding curves or surfaces in space where a function takes on a single value,
  • clipping: removing some spatial region from a dataset,
  • cutting: intersecting a dataset with another (usually lower-dimensional) curve or surface,
  • volume rendering: drawing a scalar function defined over a volumetric region of space with some translucent appearance so that the interior of the dataset can be observed,
  • thresholding: removing some region of a dataset based on the value of a function defined over space,
  • Subsetting: removing data to reduce its size with minimal impact on its visual appearance (this is most commonly used for structured grids), and
  • picking: selecting a single point or cell in order to inspect function values associated with it.

Although it was initially intended mainly for use with unstructured grids, ParaView can represent data in structured grids.

[edit] ParaView in Use

[edit] References

  1. ^ http://www.technologynewsdaily.com/node/344
  2. ^ Press Release
  3. ^ Press Release
  4. ^ 7.1 paraFoam
  5. ^ http://www.cscs.ch/a-display.php?id=1168
  6. ^ EPFL-LMH Visualization
  7. ^ Logiciel ParaView pour PC
  8. ^ Pleiades Cluster - ParaView Visualization Software
  9. ^ TeraGrid [ User Info: Data: Visualization: Gallery ]
  10. ^ TeraGrid [ User Info: Data: Visualization: ParaView Overview ]
  11. ^ UofC/ANL TeraGrid Resources
  12. ^ Indiana University: SuperComputing 2005
  13. ^ Computational Fluid Dynamics Laboratory - Mission & Overview
  14. ^ Indiana University: SuperComputing 2006
  15. ^ Information about ParaView at NERSC
  16. ^ ARSC 2007 ParaView and ezVIZ Workshops
  17. ^ SDSC Thread: SDSC User Support Newsletter (Issue 2006-07, Visualization )
  18. ^ Comp/Phys/Mtsc 715, Visualization in the Sciences
  19. ^ Using ParaView to Visualize MFIX Scalar Variables
  20. ^ Using ParaView to Visualize MFIX Vector Variables
  21. ^ ParaView Tutorial
  22. ^ ARL MSRC Sci-Vis: Using ParaView to Visualize CTH Data
  23. ^ ARL MSRC eLink Fall 2005: What's all this Large Data Visualization Stuff Anyhow?
  24. ^ DAAC Supported Software List
  25. ^ National Center for Computational Sciences at Oak Ridge National Laboratory – ParaView software

[edit] External links