The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations. All development work and bug fixes should be based off the 'develop' branch, CGNS uses the branching model Gitflow.
cgns provides CMake targets:
find_package(cgns CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:CGNS::cgns_shared>,CGNS::cgns_shared,CGNS::cgns_static>)
Enable fortran support (not yet implemented)
Enable hdf5 support
Enable legacy support
Enable LFS support
Enable MPI support
Build tests
v4.5.0#0
All
Zlib
Manifest