Function t8_cmesh_save
Defined in File t8_cmesh.h
Function Documentation
-
int t8_cmesh_save(t8_cmesh_t cmesh, const char *fileprefix)
Save the cmesh to a file with the given fileprefix.
Note
IMPORTANT: Currently, this functionality is deactivated, because it is outdated. Calling it will thus result in an error.
Note
So far, it was 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.