From a5fef5f7b27399a573816861fa7fb3fbc8744b5d Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 6 May 2004 09:05:56 +0000 Subject: Document how to get IOScalar reduction output for individual grid variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@152 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- doc/documentation.tex | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 3d57479..32d4fb3 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -152,7 +152,7 @@ of default reductions for info output (parameter {\tt IOBasic::outInfo\_reductions}). This list is overridden for {\tt wavetoy::phi} where only the L2 norm is output as specified in the option string for this variable. You can also -add other reduction operators within the $<>$ braces. +add other reduction operators within the $\{\}$ braces. For the scalar variable {\tt mythorn::complex} both the real and imaginary part are printed. @@ -184,9 +184,16 @@ variables in the group {\tt grid::coordinates} and for the scalar variable {\tt grid::coarse\_dx}.\\ Output occurs every 10th iteration. {\tt gnuplot} output style is selected for the ASCII files which are placed into a subdirectory {\tt scalar\_output}. +The minimum and maximum of {\tt grid::r} is printed according to the list +of default reductions for scalar output (parameter {\tt +IOBasic::outScalar\_reductions}). This list is overridden for {\tt +wavetoy::phi} where only the L1 norm +is output as specified in the option string for this variable. You can also +add other reduction operators within the $\{\}$ braces. + \begin{verbatim} IOBasic::outScalar_every = 10 - IOBasic::outScalar_vars = "grid::coordinates grid::coarse_dx" + IOBasic::outScalar_vars = "grid::coordinates grid::coarse_dx wavetoy::phi{'norm1'}" IOBasic::outScalar_reductions = "minimum maximum" IOBasic::outScalar_style = "gnuplot" IOBasic::out_dir = "scalar_output" @@ -195,7 +202,7 @@ This would create the following ASCII files: \begin{verbatim} ~/Cactus/par> ls scalar_output coarse_dx.asc r_minimum.asc x_minimum.asc y_minimum.asc z_minimum.asc - r_maximum.asc x_maximum.asc y_maximum.asc z_maximum.asc + r_maximum.asc x_maximum.asc y_maximum.asc z_maximum.asc phi_norm1.asc \end{verbatim} % % -- cgit v1.2.3