p4est
2.8.643-dbc7-dirty
p4est is a software library for parallel adaptive mesh refinement.
|
A data type that encodes the metadata of one data block in a p4est data file. More...
#include <p4est_io.h>
Data Fields | |
char | block_type |
'H' (header) or 'F' (data file) | |
size_t | data_size |
data size in bytes per array element ('F') or of the header section ('H') | |
char | user_string [P4EST_FILE_USER_STRING_BYTES] |
user string of the data section | |
A data type that encodes the metadata of one data block in a p4est data file.