-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Sebastian Rettenberger edited this page Aug 4, 2014
·
7 revisions
Welcome to the XdmfWriter wiki!
- XDMFWRITER_ALIGNMENT Sets the alignment for HDF5 objects. (default: 1 (no alignment))
- XDMFWRITER_ELEMENT_CHUNK_SIZE Controls how many elements are stored in a single chunk. Set it to 0 to include all elements in one chunk. (default: 0)
- XDMFWRITER_TIME_CHUNK_SIZE Controls how many time steps are stored in a single chunk. (default: 1)
- XDMFWRITER_BLOCK_SIZE Aggregate data to block of this size. Set to 1 to disable aggregation. (default: 1)
- XDMFWRITER_FLUSH_INTERVAL Execute the flush only every i-th time step. (default: 1)