Skip to content

Fixed point write

Nick Thompson requested to merge (removed):fixed_point_write into master

The Paraview .vtk file parser cannot handle scientific notation, i.e., it'll choke on SCALAR data values like 1e-5.

This commit forces the writer to use fixed point notation.

At the risk of letting the PR become unfocused, I also removed all the buffer flushes. This increased the writer performance by a factor of 20 on my machine.

Merge request reports