Skip to content
Snippets Groups Projects
Commit 0ab08a43 authored by Sergey Lesnik's avatar Sergey Lesnik
Browse files

Refactor field writing

- Accumulate field data in a dictionary
- ASCII data
    - with keywords are stored in primitiveEntry objects
    - without keywords are stored in formattingEntry objects
- Binary data are stored in fieldDataEntry objects
- The IDs in the data.bp are names of the entries
- New feature: global uniform. Determine whether each field is uniform on all the ranks. Do it using a single reduce per GeometricField.
- For volFields the procPatch fields are removed from the IO
- For surfaceFields the procPatch fields are mapped into the global internal surfaceField and then removed
parent a8798c89
Showing
with 1243 additions and 178 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment