Skip to content
Snippets Groups Projects
Commit 55d75a5d authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Updated readme.

parent 2ec95605
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ Distributed particle advector based on TBB and MPI.
## Notes:
- The input must consist of a 1D float spacing attribute and a 4D XYZV float dataset specified in the config file.
- The output will be generated as an HDF5 file with one group per rank, each with one group per round, each consisting of two 1D float arrays for the vertices and colors and a 1D uint32/uint64 array for the indices.
- The HDF5 files will be accompanied by one XDMF file per rank, containing all rounds.
- The output is generated as one HDF5 file per rank, each consisting of three entries per round; two 1D float arrays for the vertices/colors and a 1D uint32/uint64 array for the indices.
- The HDF5 files are accompanied by one XDMF file per rank.
- When recording curves, if particles_per_round * iterations > maximum uint32_t, uint64_t indices are used.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment