Skip to main content

write_pvd_xml

Function write_pvd_xml 

Source
pub fn write_pvd_xml(entries: &[(f64, &str)]) -> String
Expand description

Generates the XML content of a .pvd (ParaView Data) time-series file.

  • entries – list of (time_value, pvtu_file) pairs.