t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
We define routines to save and load a cmesh to/from the file system. More...
#include <t8.h>
Go to the source code of this file.
Macros | |
#define | T8_CMESH_FORMAT 0x0002 |
Increment this constant each time the file format changes. More... | |
Typedefs | |
typedef enum t8_load_mode | t8_load_mode_t |
This enumeration contains all modes in which we can open a saved cmesh. More... | |
Enumerations | |
enum | t8_load_mode { T8_LOAD_FIRST = 0 , T8_LOAD_SIMPLE = T8_LOAD_FIRST , T8_LOAD_BGQ , T8_LOAD_STRIDE , T8_LOAD_COUNT } |
This enumeration contains all modes in which we can open a saved cmesh. More... | |
We define routines to save and load a cmesh to/from the file system.
TODO: document this file
#define T8_CMESH_FORMAT 0x0002 |
Increment this constant each time the file format changes.
We can only read files that were written in the same format.
typedef enum t8_load_mode t8_load_mode_t |
This enumeration contains all modes in which we can open a saved cmesh.
The cmesh can be loaded with more processes than it was saved and the mode controls, which of the processes open files and distribute the data.
enum t8_load_mode |
This enumeration contains all modes in which we can open a saved cmesh.
The cmesh can be loaded with more processes than it was saved and the mode controls, which of the processes open files and distribute the data.