The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.
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