|
|
(46 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
| To use ParaView effectively, you need to understand the ParaView data model. Here, we will introduce the the VTK data model used by ParaView briefly. For more details, you can refer to one of the VTK books.
| | {{ParaView/Template/DeprecatedUsersGuide}} |
| | |
| The most fundamental data structure in VTK is a data object. Data objects can either be scientific datasets such rectilinear grids or finite elements meshes (see below) or more abstract data structures such as graphs or trees. Since ParaView is geared toward scientific visualization, we will focus on the former and touch briefly on the latter when necessary.
| |
| | |
| Datasets are formed of smaller building blocks, mainly meshes and
| |
| | |
| * Mesh
| |
| * Points (geometry)
| |
| * A
| |
| | |
| == Uniform Rectilinear Grid (Image Data) ==
| |
| | |
| [[Image:ParaView_UG_Image.png|400px]]
| |
| | |
| == Rectilinear Grid ==
| |
| | |
| [[Image:ParaView_UG_Rectilinear.png|400px]]
| |
| | |
| == Curvilinear Grid (Structured Grid) ==
| |
| | |
| [[Image:ParaView_UG_Curvilinear.png|400px]]
| |
| | |
| == Polygonal Grid (Polydata) ==
| |
| | |
| [[Image:ParaView_UG_Polydata.png|400px]]
| |
| | |
| == Unstructured Grid ==
| |
| | |
| [[Image:ParaView_UG_Unstructured.png|400px]]
| |
| | |
| == Table ==
| |
| | |
| [[Image:ParaView_UG_Table.png|700px]]
| |
| | |
| == Multiblock Dataset ==
| |
| | |
| [[Image:ParaView_UG_Multiblock.png|400px]]
| |
| | |
| == AMR Dataset ==
| |
| | |
| [[Image:ParaView_UG_AMR.png|400px]]
| |
| | |
| == Multipiece Dataset ==
| |
| | |
| [[Image:ParaView_UG_Multipiece.png|400px]]
| |