aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/fullswof-utils.texi22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi
index e51292b..a4fb8d2 100644
--- a/doc/fullswof-utils.texi
+++ b/doc/fullswof-utils.texi
@@ -9,7 +9,7 @@
This document describes FullSWOF-utils, a set of utility scripts to be
used with the FullSWOF shallow flow solver.
-Copyright @copyright{} 2019 Paul Garlick.
+Copyright @copyright{} 2019, 2020, 2021, 2022 Paul Garlick.
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -62,6 +62,26 @@ The @emph{fullSWOF-utils} package comprises a single top-level directory
and several sub-directories. The package may be installed in the same
location as @emph{FullSWOF} itself or any other convenient location.
+The package contains the following utility scripts:
+
+@enumerate
+@item
+@strong{boundaryProfile.py:} for visualising the topography at the
+domain boundaries.
+
+@item
+@strong{makeBoundary:} for generating boundary condition files.
+
+@item
+@strong{slope.py:} for measuring bed slope.
+
+@item
+@strong{specificPoints.py:} for monitoring the solution process.
+@end enumerate
+
+Instructions for managing a software environment for the utility
+scripts are given in the following sub-sections:
+
@menu
* Requirements::
* Cloning::