ReadVtk

read VTK data

ReadVtk grid_out grid or geometry (grid_out) point_data0 vertex data (point_data0) point_data1 vertex data (point_data1) point_data2 vertex data (point_data2) cell_data0 cell data (cell_data0) cell_data1 cell data (cell_data1) cell_data2 cell data (cell_data2)

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