From 2f8433491ad633b6287ac88509f756466ad99171 Mon Sep 17 00:00:00 2001 From: bmribler <39579120+bmribler@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:24:36 -0400 Subject: [PATCH] Add additional terms to the glossary (#4401) Fixes GH #4390 --- doxygen/dox/Glossary.dox | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doxygen/dox/Glossary.dox b/doxygen/dox/Glossary.dox index 9ccd27d2166..6822cc9bbd7 100644 --- a/doxygen/dox/Glossary.dox +++ b/doxygen/dox/Glossary.dox @@ -71,7 +71,13 @@
Compact layout
-
+
+

A dataset storage layout where the dataset elements are stored in the + object header of the dataset. This layout is suitable for very small + datasets that can easily fit in the object header.

+

Compact layout can improve storage and access performance for files + that have many very small datasets.

+
@@ -174,17 +180,20 @@ and an HDF5 path name in that file.
File format
-
+
HDF5 file format refers to the structure and organization of the HDF5 data + being stored within the file.
Fill value
-
+
A default value assigned to data elements that have not yet been written.
Filter
-
+
+ Filters are optional stages that can be inserted in the data pipeline to implement + compression and error checking. User applications may also add custom filters.
\section GLS_G G