mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-06 19:26:23 +00:00
e4916ebd1a
Store element connectivity as "Mixed" format to Xdmf file. It's a long list where first number is element code and then there is connectivity data (starting from 0). Xdmf format does not support several Topology-elements in Xml file format, so before it was not possible to store e.g. both Tri3 and Quad4 elements in same problem. After this commit this should now be possible. Paraview Xdmf3 reader is needed to use.