Function t8_cmesh_vtk_write_file
Defined in File t8_vtk_writer.h
Function Documentation
-
int t8_cmesh_vtk_write_file(t8_cmesh_t cmesh, const char *fileprefix)
Write the cmesh in .pvtu file format.
Writes one .vtu file per process and a meta .pvtu file. This function writes ASCII files and can be used when t8code is not configured with “-DT8CODE_ENABLE_VTK=ON” and t8_cmesh_vtk_write_file_via_API is not available.
- Parameters:
cmesh – [in] The cmesh
fileprefix – [in] The prefix of the output files
- Returns:
True (nonzero) if successful, false (zero) otherwise