You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix surface GlobalElementID mapping; preserve cell data when exporting surfaces
Simulation surfaces now retain ModelFaceID and GlobalElementID arrays when saved, instead of stripping them.
In extract_faces:
- Use numpy.int32 dtype for GlobalElementID to ensure VTK/PyVista compatibility.
- Correct cap surface mapping: index by cap_surface.faces and assign GlobalElementID on cap_surface.
- Compute and assign GlobalElementID for lumen surface faces (new).
0 commit comments