stardis-green

Post-processing of green functions
git clone git://git.meso-star.fr/stardis-green.git
Log | Files | Refs | README | LICENSE

commit ba14104b0889de7ab7d7f759c0d717152b8db214
parent 0e314a80d39abf0f970c5c9ac90434a261f81156
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 24 Nov 2020 17:21:10 +0100

Fix man (mostly 80 col enforcement)

Diffstat:
Mdoc/sgreen-input.5.txt | 8++++----
Mdoc/sgreen-output.5.txt | 8+++++---
Mdoc/sgreen.1.txt.in | 4++--
3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/doc/sgreen-input.5.txt b/doc/sgreen-input.5.txt @@ -46,23 +46,23 @@ _______ <settings-file> ::= <settings-line> [ <settings-file> ] -<settings-line> ::= [ <variable> "=" <value> ] [ <settings-line> ] [ comment ] +<settings-line> ::= [ <var> "=" <value> ] [ <settings-line> ] [ comment ] ------------------------------------- -<variable> ::= <description-name>"."<field> +<var> ::= <description-name>"."<field> | "AMBIENT" # set ambient radiative temperature value <value> ::= REAL <comment> ::= "#" Any text introduced by the # character -<description-name> ::= STRING # no space allowed +<description-name> ::= STRING # no space allowed <field> ::= "T" # set the temperature value | "F" # set the flux value | "VP" # set the volumic power value - + ______________ NAMES diff --git a/doc/sgreen-output.5.txt b/doc/sgreen-output.5.txt @@ -28,7 +28,7 @@ The type of the data that are generated depends on the options used when *sgreen*(1) is invoked. When invoked with option *-a*, *sgreen*(1) outputs Monte-Carlo results, either in extended or compact format, whether option *-e* is used or not. Also, when invoked whith option *-s* *sgreen*(1) outputs an -HTML file contening a summary of the Green function used. +HTML file contening a summary of the Green function used. GRAMMAR ------- @@ -44,7 +44,8 @@ in a description is a comment and is not part of the output. _______ <output> ::= <MC-result> - <output> # as many ouput lines as provided setting lines + <output> # as many ouput lines as provided setting + # lines <MC-result> ::= <compact-MC-result> | <extended-MC-result> @@ -53,7 +54,8 @@ _______ <compact-MC-result> ::= <estimate> <standard-deviation> -<extended-MC-result> ::= <estimate> "+/-" <standard-deviation> ";" <applied-settings> +<extended-MC-result> ::= <estimate> "+/-" <standard-deviation> \ + ";" <applied-settings> <estimate> ::= REAL diff --git a/doc/sgreen.1.txt.in b/doc/sgreen.1.txt.in @@ -48,7 +48,7 @@ information on the system in an unbiased and very-fast statistical model. *sgreen*(1) also provides an additional functionality: summarize information on a Green function in HTML format to help understand what matters on the -simulated system. +simulated system. OPTIONS ------- @@ -95,7 +95,7 @@ function and output the corresponding Monte-Carlo results to stdout in extended format. Set verbosity level to 2. $ sgreen -g cube.green -a cube_settings.txt -e -V 2 - + Create a summary of the *heatsink.green* Green function and write it in the *heatsink_green.html* file; also apply the settings from the file *heatsink_settings.txt* and output the corresponding Monte-Carlo results to