mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
69 lines
2.2 KiB
HTML
69 lines
2.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<!--
|
|
Design by Free CSS Templates
|
|
http://www.freecsstemplates.org
|
|
Released for free under a Creative Commons Attribution 2.5 License
|
|
|
|
Name : Paperlike
|
|
Description: A two-column, fixed-width design with dark color scheme.
|
|
Version : 1.0
|
|
Released : 20111010
|
|
|
|
-->
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>ParaView Users Manual</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="header-wrapper">
|
|
<div id="header">
|
|
<div id="logo">
|
|
<h1><a href="http://www.paraview.org">ParaView </a></h1>
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end #header -->
|
|
<div id="page">
|
|
<div id="content">
|
|
<div class="post">
|
|
<div class="entry">
|
|
<p>
|
|
ParaView is an open-source, multi-platform data analysis and
|
|
visualization application. ParaView users can quickly build
|
|
visualizations to analyze their data using qualitative and
|
|
quantitative techniques. The data exploration can be done
|
|
interactively in 3D or programmatically using ParaView's batch
|
|
processing capabilities.
|
|
</p>
|
|
<p>
|
|
ParaView was developed to analyze extremely large datasets using
|
|
distributed memory computing resources. It can be run on
|
|
supercomputers to analyze datasets of terascale as well as on laptops
|
|
for smaller data.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
For the user's manual, refer to the ParaView User's Manual, a pdf for which is
|
|
included in your binary distribution or can be obtained from
|
|
<a href="http://www.paraview.org/download/">http://www.paraview.org/download/</a>.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="clear: both;"> </div>
|
|
</div>
|
|
<!-- end #page -->
|
|
</div>
|
|
<div id="footer">
|
|
<p>Design by <a href="http://www.freecsstemplates.org/"> CSS Templates</a>
|
|
under Creative Commons Attribution 2.5 License.</p>
|
|
</div>
|
|
<!-- end #footer -->
|
|
</body>
|
|
</html>
|