phaseField
phaseField copied to clipboard
optimize vtk file read-in behavior
Previously each vtk input would be read/parsed multiple times if it contained multiple needed fields. Now it will read each vtk only once. (per processor)