Commit Graph
24 Commits
Author SHA1 Message Date
Will Pazner 2cd2d11215 In VTKHDF, avoid resizing on initial dataset creation 2025-05-30 07:19:28 -07:00
Will PaznerandJohn Camier b0c30784b6 Address some implicit conversion warnings
Co-authored-by: John Camier <camierjs@gmail.com>
2025-05-28 20:42:16 -07:00
Will Pazner 70cb8fcc04 Fix shadow warning in VTKHDF 2025-05-23 09:13:05 -07:00
Will Pazner 0366ad2468 Improve chunking in VTKHDF writer
The data arrays grow only in the first dimension, and their other
dimensions are fixed. Therefore, the chunk size is those dimensions
should be equal to the dataset size. This can greatly reduce the
size of saved datasets.
2025-05-23 09:12:56 -07:00
Will PaznerandSebastian Grimberg c645b1d486 Fix bug in refined low-order VTK prism ordering
Co-authored-by: Sebastian Grimberg <sjg@amazon.com>
2025-04-15 12:47:45 -07:00
Will Pazner 11a53d4359 Explicitly use uint64_t for MPI communication
Make sure correct MPITypeMap template is found
2025-04-15 12:46:37 -07:00
Will Pazner be968b3f52 Enabled shuffle filter in compressed VTKHDF output
Shuffle before compression can improve compression ratio
2025-04-15 09:58:59 -07:00
Will Pazner 3537ab556e Remove unused templates in VTKHDF
Use size_t instead of int64_t for offsets and sizes
2025-04-15 09:58:24 -07:00
Will Pazner 943461a328 Fix signed unsigned comparisons in VTKHDF 2025-04-11 10:22:03 -07:00
Will Pazner 754cc7a4f8 Handle HDF5 built without parallel support 2025-04-11 10:22:03 -07:00
Will Pazner 5b57ce88dd Minor VTKHDF simplifications 2025-04-11 10:22:03 -07:00
Will Pazner 4807e96c73 Prevent type error writing Offsets in VTKHDF 2025-04-11 10:22:03 -07:00
Will Pazner 379aafca6c Support parallel restart mode in VTKHDF 2025-04-11 10:22:03 -07:00
Will Pazner 1f91051e55 Use anonymous namespace 2025-04-11 10:22:03 -07:00
Will Pazner b321442fab Fix bug in VTKHDF::EnsureGroup 2025-04-11 10:22:03 -07:00
Will Pazner 171fafc021 Disable locking mode in VTKHDF, refactor slightly 2025-04-11 10:22:03 -07:00
Will Pazner 9359f0b10a Support restart mode in VTKHDF (in serial) 2025-04-11 10:22:03 -07:00
Will Pazner c9e6c6e74a Improve VTKHDF chunking 2025-04-11 10:22:03 -07:00
Will Pazner dc578cc8d3 VTKHDF output in 32 and 64 bits 2025-04-11 10:22:03 -07:00
Will Pazner c0444b07f5 Support vdim > 1 in VTKHDF 2025-04-11 10:22:03 -07:00
Will Pazner cc2c00946d Support high-order VTKHDF output 2025-04-11 10:22:03 -07:00
Will Pazner a447d0bfbd More improvements 2025-04-11 10:22:03 -07:00
Will Pazner 1318146a27 VTKHDF simplifications, documentation 2025-04-11 10:22:03 -07:00
Will Pazner 22dffb6326 VTK-HDF5 format writer 2025-04-11 10:22:03 -07:00