1. Home
  2. Browse
  3. cgns

cgns

v4.5.0#1Latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install cgns

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

Features

Dependencies

See source

Version

v4.5.0#1

Publication

Supports

All

GitHub

CGNS/CGNS241

Homepage

cgns.org

Subtree

89dc8be6db

License

Zlib

Definition

Manifest