From fb44e2151126530de4ae2fe61a1cf5324a94ae8f Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 22 Feb 2022 13:24:57 +0000 Subject: doc: List scripts included in package. * doc/fullswof-utils.texi: Add list. --- doc/fullswof-utils.texi | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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:: -- cgit