ReadVtk
read VTK data
Parameters
name |
description |
type |
|---|---|---|
filename |
name of VTK file |
String |
read_pieces |
create block for every piece in an unstructured grid |
Int |
create_ghost_cells |
create ghost cells for multi-piece unstructured grids |
Int |
use_cache |
cache for improved performance for transient data on stationary grids (VTK HDF format only) |
Int |
point_field_0 |
point data field) |
String |
point_field_1 |
point data field) |
String |
point_field_2 |
point data field) |
String |
cell_field_0 |
cell data field) |
String |
cell_field_1 |
cell data field) |
String |
cell_field_2 |
cell data field) |
String |
Supported Reader Parameters
name |
description |
type |
|---|---|---|
first timestep to read |
Int |
|
last timestep to read (-1: last available) |
Int |
|
number of steps to increment |
Int |
|
rank for first partition of first timestep |
Int |
The meaning of these parameters is described in more detail in the Reader Parameters documentation.
Supported System Parameters
name |
description |
type |
|---|---|---|
number of OpenMP threads (0: system default) |
Int |
|
show timing information |
Int |
|
number of tasks to keep in flight per MPI rank (-1: #cores/2) |
Int |
|
prioritize currently visible timestep |
Int |
|
validate data objects before sending to port (Disable, Quick, Thorough) |
Int |
The meaning of these parameters is described in more detail in the System Parameters documentation.