36 #define T8_VTK_LOCIDX "Int32"
39 #define T8_VTK_GLOIDX "Int32"
42 #ifndef T8_VTK_DOUBLES
43 #define T8_VTK_FLOAT_NAME "Float32"
44 #define T8_VTK_FLOAT_TYPE float
46 #define T8_VTK_FLOAT_NAME "Float64"
47 #define T8_VTK_FLOAT_TYPE double
51 #define T8_VTK_ASCII 1
52 #define T8_VTK_FORMAT_STRING "ascii"
54 #define T8_VTK_FORMAT_STRING "binary"
58 #define t8_vtk_locidx_array_type_t vtkTypeInt32Array
59 #define t8_vtk_gloidx_array_type_t vtkTypeInt64Array
72 char description[BUFSIZ];
86 int t8_write_pvtu (
const char *filename,
int num_procs,
87 int write_tree,
int write_rank,
88 int write_level,
int write_id,
t8_vtk_data_type_t type
Describes of which type the data array is.
Definition: t8_vtk.h:71
double * data
An array of length n*num_local_elements doubles with n = 1 if type = T8_VTK_SCALAR,...
Definition: t8_vtk.h:73
This is the administrative header file for t8code.