CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Improve vtk efficiency #195

Closed aarograh closed 5 years ago

aarograh commented 5 years ago

Adds changes to improve the efficiency of generating large FSR VTK files. Namely, the act of repeatedly adding VTK meshes together can be very slow. This change allows client code to add an array of them together, which is much more efficient.

A couple other minor cleanup items are also added: improved error messages for files and a fix to a bad comment in Times.f90.