Skip to content
CGNSReader: Read 2D Element_t nodes as Patches

As per CGNS document bounray elments can be given as a Element_t node similar to how we difine the main grid.
Curently the CGSNReader will skip Element_t nodes that have 2D elements from the first output block (Load Mesh option in ParaView)
and unless there is a correposnding `BC_t` node that uses them they will not appear in the final output. Having an associated `BC-t` nodeis not required by the CGNS docuemntation.

So, it this PR we add adiditonal pacthes when reading the file.
These correspond to Element_t nodes that hodl elements with a dimension < dimention of the main mesh.

Note: There are still some 3D nodes we are missing.
The aupdated required to adjust some of the current tests.

block names and sizes have been validates using cgnsview.cgnsplot that comes with the CGNS library.