Function t8_cmesh_vtk_write_ASCII(t8_cmesh_t, const char *)

Function Documentation

int t8_cmesh_vtk_write_ASCII(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 configure with “–enable-vtk” 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 if successful, false if not (process local).