Registry / serialization / cgns
library4.5.1vcpkgunverified

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

vcpkg install cgns
INSTALL
IMPORT
SIG · CGNS
C
cgns
serializationcppv4.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cgnslib.h
✓ #include <cgnslib.h>

Open and close a CGNS file

#include <cgnslib.h> #include <stdio.h> int main() { int fn, ier; ier = cg_open("test.cgns", CG_MODE_READ, &fn); if (ier != CG_OK) { printf("Error opening file\n"); return 1; } cg_close(fn); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

cgns — pip install cgns · libregistry