Handling 3D surface quad meshes #261
-
I have a miniapp I'm working on that outputs a 2D (i/j-indexed) surface on which a mesh resides and variables reside on that Mesh. I've struggled to get this working under Silo/Visit, though I don't know if this is due to my own mistakes, Silo limitations, Visit limitations, or some combination of the three.
What's the right way to express what I want in Silo and render it in Visit and/or Paraview, or should I be looking at a different I/O library and/or visualization system to do what I need to do? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Are you willing to attach your example Silo files here? If so, I could give very clear guidance on what might be missing from them. For example, for a 3D curvilinear mesh (e.g. Your option 2, if I understand it, is a 2D mesh (e.g. You can do it with a UCD mesh too but that is less interesting and useful if you trully have a structured gridded situation. Again, having some example files would be great if you are willing to attach 'em here 😉 |
Beta Was this translation helpful? Give feedback.
-
Silo can generate this type of data as shown in the examples Mark provides above, but VisIt requires a patch to be able to read them. Paraview can read these files without patching. |
Beta Was this translation helpful? Give feedback.
-
FYI...this commit fixes the problem with VisIt. |
Beta Was this translation helpful? Give feedback.
Silo can generate this type of data as shown in the examples Mark provides above, but VisIt requires a patch to be able to read them. Paraview can read these files without patching.