Skip to content

CGNS READ multi section : Always read section of highest topological dimension

  • CGNS may contain section for each order of element as shown in below image (1D, 2D and 3D)

    mesh_info.png

  • By reading last section we construct mesh from mesh info higher order element (i.e from 3D section).

Merge request reports