source: trunk/etc/yhelp @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 2.5 KB
Line 
1clear
2cat << EOF
3 ==================    YAO HELP     ===================
4 YAO :
5     génération (V7)              : YaoG  prjname
6     compilation sans génération  : YaoG -g prjname
7     directives list (help)       : YaoG -h
8
9     lancement de l'executable (prjname) :
10     - en BATCH : prjname [fileinst]
11       si le fichier d'instructions fileinst n'est pas
12       indiqué, le fichier prjname.i est recherché et
13       utilisé par defaut.
14     - en INTERACTIF : prjname -i
15       nb1: il est possible en interactif de demander
16       l'exécution d'un fichier d'instructions par la
17       commande LOAD_INST fileinst
18       nb2: la commande HELP affiche la liste des
19       instructions disponibles
20
21
22 YAO UTILITIES : --------------------------------------
23
24 yrms  f1 f2 zspace [f3] : compute the rms between
25       file f1 & f2 by block of zspace and put the
26       result out to file f3 or on screen if any
27
28 yf2m  f1 mf ncol : make the sequential file f1 out to
29       a ncol column matrice (matlab) file mf
30
31 yvizug file edgr grviz fmtgr name : graphic visuali-
32       zation of a graphic text file.dot with a graphic
33       editor (edgr) as xv, ... using a graphviz graphic
34       constructor programme (grviz) as dot, circo, ...
35       to a graphic format (fmtgr) as png, gif, ...
36       selecting a modul name (ie a node name); if 'all'
37       is given, the complete graph will be drawn.
38       a file file.fmtgr is provided.
39       default is similar to :
40          yvizug *.dot xv circo png all
41       which provide the file yvisug.png
42
43 YAO MATLAB PROCS : -----------------------------------
44
45 y2dsurfm file ncol nlig dskip opt : graphic matlab
46          function for surfacing a ascii matrice file
47          - file must be a ncol matrice file (see yf2m)
48          - ncol and nlig are the matrix dimensions
49          - dskip (>0) definition (lower->better)
50          - opt : display option : see inside the proc
51
52 y2dsurf file ncol nlig oaxis dskip opt : nearly same
53         as y2dsurf except that the file in is only a
54         sequentiel one (it is not a matrix file) so
55         one must indicate with oaxis the axes ordering
56
57 y2dquiv ufile vfile ncol nlig oaxis dskip opt :
58         similare to y2dsurf but for vorticity vector
59         ploting so ufile and vfile should contain the
60         component for axes X and Y respectively
61
62 y2dquivm ufile vfile ncol nlig dskip opt : idem as
63         y2dquiv but for matrix ascii files
64
65 ================  THAT'S ALL FOLKS  ==================
66
67EOF
68
Note: See TracBrowser for help on using the repository browser.