Assemble a ParaView collection file (pvd) from a set of files representing data at different time-steps.
collection is a string containing the base-name of the pvd file where the data will be saved.
basename, format, idx are two strings and a set of integers, the name of the i-th file in the collection
will be computed as sprintf ([basename, format, ".vtu"], idx(i))
.
time is the set of time-steps to which data correspond
See also: fpl_vtk_write_field, fpl_dx_write_series.
Package: fpl