summaryrefslogtreecommitdiff
path: root/doc/IGE335/Section2.04.tex
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /doc/IGE335/Section2.04.tex
Initial commit from Polytechnique Montreal
Diffstat (limited to 'doc/IGE335/Section2.04.tex')
-rw-r--r--doc/IGE335/Section2.04.tex50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/IGE335/Section2.04.tex b/doc/IGE335/Section2.04.tex
new file mode 100644
index 0000000..caa2c12
--- /dev/null
+++ b/doc/IGE335/Section2.04.tex
@@ -0,0 +1,50 @@
+\subsection{The Utility Modules}\label{sect:UtilityModules}
+
+Because the execution of DRAGON is controlled by the GAN generalized driver it
+can use directly any one of its utility modules. These modules perform the
+following tasks:
+
+\begin{ListeDeDescription}{mmmmmmmm}
+
+\item[{\tt '~'}] default module used to make an explicit copy of a data
+structure (see \Sect{EQUData}).
+
+\item[\moc{UTL:}] module used to manipulate a LCM or XSM data structure (see
+\Sect{UTLData}).
+
+\item[\moc{HUTL:}] module used to manipulate a HDF5 file (see
+\Sect{HUTLData}).
+
+\item[\moc{DELETE:}] module used to delete a data structure (see
+\Sect{DELETEData}).
+
+\item[\moc{ERASE:}] module used to erase a data structure without destroying
+its pointer (see \Sect{ERASEData}).
+
+\item[\moc{BACKUP:}] module used to make a backup copy of a child data
+structure along with its parent (see
+\Sect{BACKUPData}).
+
+\item[\moc{RECOVER:}] module used to recover form a backup copy a child data
+structure along with its parent (see \Sect{RECOVERData}).
+
+\item[\moc{ADD:}] module used to add two data
+structures (see \Sect{ADDData}).
+
+\item[\moc{MPX:}] module used to multiply a data
+structure by a constant (see \Sect{MPXData}).
+
+\item[\moc{STAT:}] module used to compare two data
+structures (see \Sect{STATData}).
+
+\item[\moc{GREP:}] module used to locate information on a data
+structure (see \Sect{GREPData}).
+
+\item[\moc{FIND0:}] module used to find the zero of a tabulated function (see
+\Sect{FIND0Data}).
+
+\item[\moc{END:}] module used to terminate an execution controlled by the
+generalized driver (see \Sect{ENDData}).
+
+\end{ListeDeDescription}
+