30 #ifndef T8_CMESH_SAVE_H
31 #define T8_CMESH_SAVE_H
37 #define T8_CMESH_FORMAT 0x0002
This is the administrative header file for t8code.
t8_load_mode
This enumeration contains all modes in which we can open a saved cmesh.
Definition: t8_cmesh_save.h:44
@ T8_LOAD_STRIDE
Every n-th process loads a file.
Definition: t8_cmesh_save.h:55
@ T8_LOAD_BGQ
In BGQ mode, the file is loaded on n nodes and from one process of each node.
Definition: t8_cmesh_save.h:50
@ T8_LOAD_SIMPLE
In simple mode, the first n processes load the file.
Definition: t8_cmesh_save.h:47
enum t8_load_mode t8_load_mode_t
This enumeration contains all modes in which we can open a saved cmesh.