Struct t8_vtk_data_field_t
Defined in File t8_vtk.h
Struct Documentation
-
struct t8_vtk_data_field_t
A data field for VTK output.
This struct is used to store data that is written to the VTK files. It contains the type of the data, a description, and the actual data array.
Public Members
-
t8_vtk_data_type_t type
Describes of which type the data array is.
-
char description[BUFSIZ]
String that describes the data.
-
double *data
An array of length n*num_local_elements doubles with n = 1 if type = T8_VTK_SCALAR, n = 3 if type = T8_VTK_VECTOR.
-
t8_vtk_data_type_t type