visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
445 stars 117 forks source link

Support curves in xdmf files #19899

Closed markcmiller86 closed 1 month ago

markcmiller86 commented 1 month ago

Description

Resolves #19398

Also includes #19903 merged into this branch to fix spelling error, refactor all instances of strcasecmp, and improve performance of CaseInsensitiveEqual and extend for char const * too.

Type of change

How Has This Been Tested?

Reminders:

Checklist:

markcmiller86 commented 1 month ago

Minor change requested. Have you run the xdmf regression tests to verify that changes to the file format haven't caused any issues?

Not yet. Wanted to get people's take on what I've done so far.

markcmiller86 commented 1 month ago

Did you actually make a change to Fusion_vis10.pdf? If so what was it?

Oh, yes. I was trying to minimize disk usage and saw that this file was HUGE. Well, a lot bigger than it needed to be. I PDF optimized to 20x smaller than it was before.