prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

optimize vtk file read-in behavior #222

Closed fractalsbyx closed 1 month ago

fractalsbyx commented 2 months ago

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)