Skip to content
Snippets Groups Projects
Commit 89cca857 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: rewrite of foamToVTK to include parallel output (#926)

- Default format is now XML binary (base64) instead of legacy format.
  The old -xml option is redundant and ignored.
  The new -legacy option can be used to force legacy output instead.

- Polyhedral decomposition is now off by default (old -poly is ignored).
  The option -poly-decomp forces decomposition of polyhedrals into
  primitive shapes.

- reduced memory footprint by reading and converting fields
  successively.

- Creation of symlinks to processor files is no longer required or
  desired. The old -noLinks option is ignored.

- Ignore -useTimeName option. Always number according to timeIndex.
parent 8cff734a
Branches
Tags
No related merge requests found
Showing
with 2648 additions and 1400 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