ReadVtk
read VTK data
Parameters
name |
description |
type |
---|---|---|
first_step |
first timestep to read |
Int |
last_step |
last timestep to read (-1: last) |
Int |
step_increment |
number of steps to increment |
Int |
first_rank |
rank for first partition of first timestep |
Int |
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 |
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 |