diff --git a/CGNSFiles.html b/CGNSFiles.html index 936ffc0..850b38e 100644 --- a/CGNSFiles.html +++ b/CGNSFiles.html @@ -65,10 +65,10 @@
If you have any questions about these data files, please contact the person listed in the table. The CGNS Committee is not able to provide technical support for the data files listed on this webpage. -
Please send any CGNS data files (along with a graphic file if possible) +
Please post any CGNS data files (along with a graphic file if possible)
or the URL of the datafiles which you would like to
-share with the CGNS users community to:
-cgnstalk@lists.nasa.gov.
+share with the CGNS users community at
+cgnstalk.
Most of the files on this page are very old and hence are ADF type. However, a few have been converted to HDF5, diff --git a/CGNS_docs_current/CGNStalk.png b/CGNS_docs_current/CGNStalk.png new file mode 100644 index 0000000..bd0460b Binary files /dev/null and b/CGNS_docs_current/CGNStalk.png differ diff --git a/CGNS_docs_current/adf/index.html b/CGNS_docs_current/adf/index.html index 6ac1cff..55addb0 100644 --- a/CGNS_docs_current/adf/index.html +++ b/CGNS_docs_current/adf/index.html @@ -40,7 +40,7 @@
ADF was the original database manager for CGNS. As a result, the diff --git a/CGNS_docs_current/cgio/index.html b/CGNS_docs_current/cgio/index.html index 2aacc90..86afc8f 100644 --- a/CGNS_docs_current/cgio/index.html +++ b/CGNS_docs_current/cgio/index.html @@ -47,7 +47,7 @@
The CGIO interface provides low-level access to the database manager which diff --git a/CGNS_docs_current/cgnstools/index.html b/CGNS_docs_current/cgnstools/index.html index 533d73a..58edd37 100644 --- a/CGNS_docs_current/cgnstools/index.html +++ b/CGNS_docs_current/cgnstools/index.html @@ -42,7 +42,7 @@
A variety of CGNS-related utility packages have been developed, both by diff --git a/CGNS_docs_current/charter/index.html b/CGNS_docs_current/charter/index.html index 8948775..021fb1e 100644 --- a/CGNS_docs_current/charter/index.html +++ b/CGNS_docs_current/charter/index.html @@ -43,7 +43,7 @@
This document is the charter for the CGNS Steering Committee, a diff --git a/CGNS_docs_current/filemap/index.html b/CGNS_docs_current/filemap/index.html index 36fc78c..fd7ea5b 100644 --- a/CGNS_docs_current/filemap/index.html +++ b/CGNS_docs_current/filemap/index.html @@ -44,7 +44,7 @@
This document specifies the exact manner in which, under CGNS diff --git a/CGNS_docs_current/hdf5/index.html b/CGNS_docs_current/hdf5/index.html index 2e45627..3183bfe 100644 --- a/CGNS_docs_current/hdf5/index.html +++ b/CGNS_docs_current/hdf5/index.html @@ -40,7 +40,7 @@
This document specifies the exact manner in which, under CGNS
diff --git a/CGNS_docs_current/index.html b/CGNS_docs_current/index.html
index 0a2f0ba..97d79c6 100644
--- a/CGNS_docs_current/index.html
+++ b/CGNS_docs_current/index.html
@@ -27,8 +27,10 @@
(CGNS Tools and Utilities)
(What's New?)
-(Join CGNStalk
+(Get help at CGNStalk
)
+
(CGNStalk Archive
)
@@ -46,13 +48,14 @@
-A CGNStalk mailing list is available for discussion of the CGNS standard -and software. -To subscribe, fill out the subscription form at the +A CGNStalk mailing list was available for discussion of the CGNS standard +and software up to May 2021. The mailing list has since been replaced +by a forum discussion GitHub. +To post, one needs a GitHub account. Notifications of new +posts are controlled by setting the proper watch notifications for +the CGNS/CGNS repository. +
++
2021 + | ||||||
---|---|---|---|---|---|---|
+ | 2 Mar | + | Telecon | + | (PDF) + | + |
+ | ||||||
2020 | ||||||
28 Jan |
@@ -488,6 +510,7 @@ Minutes | (PDF) | ||||
+ | ||||||
2019 | ||||||
12 Nov |
@@ -516,6 +539,7 @@ Minutes | (PDF) | ||||
+ | ||||||
2018 | ||||||
06 Nov |
@@ -540,6 +564,7 @@ Minutes | (PDF) | ||||
+ | ||||||
2017 | ||||||
24 Oct |
diff --git a/CGNS_docs_current/midlevel/fileops.html b/CGNS_docs_current/midlevel/fileops.html
index b902613..8238a7a 100644
--- a/CGNS_docs_current/midlevel/fileops.html
+++ b/CGNS_docs_current/midlevel/fileops.html
@@ -315,6 +315,10 @@ Configuring CGNS Internals | r w m | ||||
+ call cg_configure_f(option, value, ier); + | + r w m | |||||
call cg_exit_on_errors_f(flag) |
@@ -348,11 +352,14 @@ Configuring CGNS InternalsCG_CONFIG_ERROR, CG_CONFIG_COMPRESS, CG_CONFIG_SET_PATH, CG_CONFIG_ADD_PATH, CG_CONFIG_FILE_TYPE, CG_CONFIG_RIND_INDEX, + CG_CONFIG_HDF5_DISKLESS, + CG_CONFIG_HDF5_DISKLESS_INCR, + CG_CONFIG_HDF5_DISKLESS_WRITE, CG_CONFIG_HDF5_COMPRESS, or CG_CONFIG_HDF5_MPI_COMM as defined in cgnslib.h. | |||||
value | - | The value to set, type cast as void *. + | The value to set, type cast as void *. In Fortran the type is TYPE(C_PTR). | |||
compress | CGNS compress (rewrite) setting.
@@ -369,7 +376,7 @@ Configuring CGNS Internals |
-The function cg_configure allows certain CGNS library internal +The function cg_configure allows particular CGNS library internal options to be configured. The currently supported options and expected values are: @@ -387,7 +394,7 @@
@@ -473,12 +500,12 @@
-There is no Fortran counterpart to function cg_configure or +There is no Fortran counterpart for function cg_error_handler. The Fortran function cg_exit_on_error_f -routine be be used in place of cg_error_handler. If flag +routine can be used in place of cg_error_handler. If flag is non-zero, then when an error is encountered, the library will print -the error message and exit with an code of 1. Setting flag to -zero (the default) prevents this and the error is returned to the user +the error message and exit with a code of 1. Setting flag to +zero (the default) prevents this, and the error is returned to the user code.
diff --git a/CGNS_docs_current/midlevel/index.html b/CGNS_docs_current/midlevel/index.html index 34d3c3f..cff70f0 100644 --- a/CGNS_docs_current/midlevel/index.html +++ b/CGNS_docs_current/midlevel/index.html @@ -55,7 +55,7 @@
This document outlines a CGNS library designed to ease implementation of diff --git a/CGNS_docs_current/minutes/CGNS_Minutes_2021_3_2.pdf b/CGNS_docs_current/minutes/CGNS_Minutes_2021_3_2.pdf new file mode 100644 index 0000000..04ec512 Binary files /dev/null and b/CGNS_docs_current/minutes/CGNS_Minutes_2021_3_2.pdf differ diff --git a/CGNS_docs_current/overview/history.html b/CGNS_docs_current/overview/history.html index ff285b2..f1485b0 100644 --- a/CGNS_docs_current/overview/history.html +++ b/CGNS_docs_current/overview/history.html @@ -457,10 +457,14 @@
To encourage communication between CGNS users, a mailing list called -CGNStalk was created in Oct 2000. -Instructions for +CGNStalk was created in Oct 2000. +In May 2021, a CGNS discussions forum was created on GitHub, +and the CGNStalk mailing list was decommissioned. + +
This document describes the structure of diff --git a/CGNS_docs_current/pcgns/index.html b/CGNS_docs_current/pcgns/index.html index 3c39a9e..afcdc14 100644 --- a/CGNS_docs_current/pcgns/index.html +++ b/CGNS_docs_current/pcgns/index.html @@ -42,7 +42,7 @@ Parallel CGNS User's Guide -
This document describes the use of parallel input/output within diff --git a/CGNS_docs_current/sids/index.html b/CGNS_docs_current/sids/index.html index cf37c96..2526024 100644 --- a/CGNS_docs_current/sids/index.html +++ b/CGNS_docs_current/sids/index.html @@ -52,7 +52,7 @@
This document contains the Standard Interface Data Structures (SIDS) @@ -95,7 +95,7 @@
-This SIDS document is consistent with CGNS Version 4.1. +This SIDS document is consistent with CGNS Version 4.2. A list of major changes for earlier versions is available. The following is the INDEX: diff --git a/CGNS_docs_current/user/index.html b/CGNS_docs_current/user/index.html index 503f830..8962d7d 100644 --- a/CGNS_docs_current/user/index.html +++ b/CGNS_docs_current/user/index.html @@ -46,7 +46,7 @@
This User's Guide (originally published as NASA/TM-2001-211236, October diff --git a/CGNStalk.html b/CGNStalk.html index eef3eb0..e76b3b9 100644 --- a/CGNStalk.html +++ b/CGNStalk.html @@ -59,7 +59,23 @@
+Prior to May 2021, a CGNStalk mailing list was available for discussion of +the CGNS standard and software. The mailing list has since been replaced +by a forum discussion on GitHub. +To post, one needs a GitHub account. Notifications of new +posts are controlled by setting the proper watch notifications for +the CGNS/CGNS repository. +
++An archive +of the CGNStalk mailing list is also available. +
+ + +As of August 8 2005, the old email will no longer be supported.Q: Can I use the CGNS logo as part of my website or other documentation?
diff --git a/Implementations.html b/Implementations.html index 252aa41..1da08aa 100644 --- a/Implementations.html +++ b/Implementations.html @@ -63,8 +63,8 @@