Function t8_cmesh_save(t8_cmesh_t, const char *)

Function Documentation

int t8_cmesh_save(t8_cmesh_t cmesh, const char *fileprefix)

Save the cmesh to a file with the given fileprefix.

Note

Currently, it is only legal to save cmeshes that use the linear geometry.

Parameters:
  • cmesh[in] The cmesh to save.

  • fileprefix[in] The prefix of the file to save the cmesh to.