fix(dmplex): Replace CGNS scoped typedefsThe change allows a CGNS to be used even if it doesn't set the`CGNS_ENABLE_SCOPING` flag. CGNS sets the value of the `CGNS_ENUMT` (andother) macros to lim
fix(dmplex): Replace CGNS scoped typedefsThe change allows a CGNS to be used even if it doesn't set the`CGNS_ENABLE_SCOPING` flag. CGNS sets the value of the `CGNS_ENUMT` (andother) macros to limit the scope of it's types. Note`CGNS_ENUMT(ElementType_t)` is already used in other places, so thismakes the behavior more consistent.Fixes #1233
show more ...
fix mixture of all caps and not all caps for SUBMANSEC for DMPLEX and friendsCommit-type: bug-fix, documentation/spend 50m
DMPlex: add support for writing CGNS files in parallelAlso --download-cgns. This supports most kinds of quadratic andcubic elements, plus some quartic (not supported in Paraview-5.10.1).Parallel
DMPlex: add support for writing CGNS files in parallelAlso --download-cgns. This supports most kinds of quadratic andcubic elements, plus some quartic (not supported in Paraview-5.10.1).Parallel IO uses collective contiguous writes.
123