Skip to content

cgnsv4.5.1

Updated

The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.

#Usage

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>)

#Supported Platforms

All platforms supported.

#Features

Default features: lfs, hdf5

#fortran

Enable fortran support (not yet implemented)

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#hdf5default

Enable hdf5 support

Dependencies:
  • hdf5

    Features: (none)

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

#legacy

Enable legacy support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#lfs

Enable LFS support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#mpi

Enable MPI support

Dependencies:
  • cgns

    Features: hdf5

  • hdf5

    Features: parallel

and 4 transitive dependencies:
Host Dependencies:
6 transitive dependencies:

#tests

Build tests

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Alexander Neumann's avatarAlexander Neumann
  • Billy O'Neal's avatarBilly O'Neal
  • panda-z's avatarpanda-z
  • Osyotr's avatarOsyotr
  • autoantwort's avatarautoantwort
  • Jia Yue Hua's avatarJia Yue Hua
  • Kai Pastor's avatarKai Pastor
  • Ivan Sorokin's avatarIvan Sorokin
  • SunBlack's avatarSunBlack

#Changelog