Question about CGNS plugin support for ZonePointers / time-varying topology #20838
Replies: 8 comments 14 replies
-
|
Thanks for your question, we will get back to you when we can after investigating. |
Beta Was this translation helpful? Give feedback.
-
|
VisIt does not currently support this flavor of CGNS format. We could possibly add this in the future, but in order to do so we would need sample data and probably more info on the SIDS aspect of the format. I also tried looking into VTK's CGNS reader, because we could possibly use their reader directly in VisIt if they supported SIDS CGNS. In the meantime, you might try telling VisIt to treat your database always as time-varying. |
Beta Was this translation helpful? Give feedback.
-
|
For information, here is the discussion I had with the CGNS team: |
Beta Was this translation helpful? Give feedback.
-
|
Here are the files. Thank you !
However, as you see in the attached image, I see no preferences option in
the Options menu !
[image: image.png]
Le jeu. 5 mars 2026 à 16:08, Kathleen Biagas ***@***.***> a
écrit :
… The preferences windows is available from the main GUI window, Options
Menu control at the top.
If the data isn't sensitive, or too large, you can zip it up and post it
here.
Thank you for the CGNS discussion link.
—
Reply to this email directly, view it on GitHub
<#20838 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJER6OZCMEZQ6FAXMSHBU6T4PGJ6TAVCNFSM6AAAAACWDHZ4NSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMBRGE4TKNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Élie Saikali
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks Mark ! @biagas: unfortunately the option "treat all databases as time-varying" don't fix the issue ... |
Beta Was this translation helpful? Give feedback.
-
|
Here is a small example (3 files for 3 time steps + a master file that creates 3 zones linked with the solution files (contains the good ZonePointers inside !) |
Beta Was this translation helpful? Give feedback.
-
|
Hello Again ! |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am writing because I am having trouble visualizing a CGNS file that follows the SIDS pattern for a time-varying unstructured mesh with changing topology.
My use case is a front-tracking / Lagrangian mesh. The mesh coordinates and the connectivity both change over time. Based on the CGNS SIDS documentation (for example the “Adapted Unstructured Mesh” example), the recommended approach seems to be:
I implemented this layout, and cgnscheck accepts the file structure. However, in VisIt, all zones are displayed at every time step, instead of showing only the active zone referenced by ZonePointers for the current time.
So my question is: Does the current VisIt CGNS plugin support BaseIterativeData_t/ZonePointers for time-varying topology, or is the file intentionally interpreted as a static multi-zone dataset?
If this is not currently supported, is there a recommended workaround for visualizing a topology-changing unstructured mesh in CGNS with VisIt, other than writing one CGNS file per time step?
Best regards,
Elie Saikali
Beta Was this translation helpful? Give feedback.
All reactions