Skip navigation links
(CGNS Documentation Home Page) (Steering Committee Charter) (Overview and Entry-Level Document) (A User's Guide to CGNS) (Standard Interface Data Structures) (SIDS-to-ADF File Mapping Manual) (SIDS-to-HDF File Mapping Manual) (Mid-Level Library) (ADF User's Guide) (CGNS Tools and Utilities)


CGNS logo   

CFD General Notation System
Installing HTML Documentation

CGNS Project Group external link

Any or all of the HTML version of the CGNS documentation may be downloaded and installed on a local system. To do so,

  1. Create a parent directory for the documentation (say, "cgns_docs") and cd into it. [These instructions assume a Unix system is being used, since that's what I'm familiar with. Windows PC users will have to do their own translation. Sorry.]

  2. Download each of the following files by clicking on the link while holding down the shift key, assuming your browser supports this capability. A dialogue box will appear for you to specify the directory and file name to be used on your local system. Use the cgns_docs directory you created in step 1, and the file names shown below. The sizes shown are in bytes.

        File Name   Document   Size
    (Packed)
       Size
    (Unpacked)
    index.html CGNS Documentation Home Page 23 K -
    whatsnew.html   "What's New" page 71 K -
    changes.html   Documentation change history 36 K -
    install_html.html   This page 8 K -
    cgns.css   External style file 1 K -
    blank.gif   1x1 blank gif image 1 K -
    charter.tar.gz   Steering Committee Charter 13 K 62 K
    overview.tar.gz   Overview and Entry-Level Document 25 K 103 K
    user.tar.gz   User's Guide to CGNS 219 K 472 K
    midlevel.tar.gz   Mid-Level Library 41 K 349 K
    sids.tar.gz   Standard Interface Data Structures (SIDS) 200 K 799 K
    filemap.tar.gz   SIDS-to-ADF File Mapping Manual 77 K 625 K
    filemap_hdf.tar.gz   SIDS-to-HDF File Mapping Manual 79 K 625 K
    adf.tar.gz   ADF User's Guide 58 K 328 K
    cgnstools.tar.gz   CGNS Tools and Utilities 319 K 666 K
    logo.tar.gz   CGNS logo 39 K 52 K

  3. Unpack the ".tar.gz" files:
       gunzip -c charter.tar.gz | tar xvf -
       gunzip -c overview.tar.gz | tar xvf -
       gunzip -c user.tar.gz | tar xvf -
       gunzip -c midlevel.tar.gz | tar xvf -
       gunzip -c sids.tar.gz | tar xvf -
       gunzip -c filemap.tar.gz | tar xvf -
       gunzip -c filemap_hdf.tar.gz | tar xvf -
       gunzip -c adf.tar.gz | tar xvf -
       gunzip -c cgnstools.tar.gz | tar xvf -
       gunzip -c logo.tar.gz | tar xvf -
    

  4. Point your browser to the file index.html in cgns_docs to open the CGNS Documentation Home Page.

Note that this installs only the HTML version of the CGNS documentation. It does not include the other material at the web site, such as the PDF version of the documentation, the conference papers and slide presentations, or the meeting and telecon minutes. Links to those files in the locally-installed CGNS documentation will not work.