Restart files contain variables that are not necessary for restarts. with the keyword WRT_RESTART_COMPACT= YES we can write compact restart files containing only necessary fields.
Other output contains variables that are not requested (all SOLUTION variables are always written). When WRT_RESTART_COMPACT= YES, we do not automatically write the SOLUTION fields to e.g. paraview.
When WRT_RESTART_COMPACT= NO, we keep the original behavior for backward compatibility.
additionally, we write compact surface .csv files.
Related Work
Mentioned in Issue (request) #2118
PR Checklist
[x] I am submitting my contribution to the develop branch.
[x] My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
Proposed Changes
We aim to implement 2 things:
Restart files contain variables that are not necessary for restarts. with the keyword WRT_RESTART_COMPACT= YES we can write compact restart files containing only necessary fields.
Other output contains variables that are not requested (all SOLUTION variables are always written). When WRT_RESTART_COMPACT= YES, we do not automatically write the SOLUTION fields to e.g. paraview.
When WRT_RESTART_COMPACT= NO, we keep the original behavior for backward compatibility.
additionally, we write compact surface .csv files.
Related Work
Mentioned in Issue (request) #2118
PR Checklist
pre-commit run --all
to format old commits.