source: trunk/yao/src/analyzers/testANTLR/62eigvvcgmnz.d @ 1

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

Initial import of YAO sources

File size: 3.6 KB
Line 
1#==========================================================
2#                  fichier de DESCRIPTION
3#==========================================================
4#DEFVAL : permet de définir des valeurs -------------DEFVAL
5defval  SZX        340 |   114 |   190 |  4 | ! used in module(s)
6defval  SZXx3     1020 |   342 |   570 | 12 | must be SZX * 3
7defval  SZXnx2  115940 | 13110 | 36290 | 20 | must be SZX + SZX^2
8defval  SZXx2      680 |   228 |            | must be = SZX * 2   ! used in module(s)
9defval  SZXpo2  115600 | 12996 |            | must be = pow(SZX,2)
10#
11defval  SZR         51 |    51 |    71 |    61 |    51 |   101 | = NR (nbr de maille en longueur) ! used in module(s)
12defval  SZXR     17340 |  5814 |  8094 |  6954 |  5814 | 10100 | must be = SZX*SZR (nbr de maille)
13defval  SZXRx2   34680 | 11628 | 16188 | 13908 | 11628 | 20200 | must be = SZXR * 2 (nbr de maille Reelles et Imag)
14#
15defval  NBM          40 |   40 |    40 |    40 |    40 |    40 | = nbre de modes : must be <= SZX               ! used in module(s)
16defval  NBMR       2040 | 2040 |  2840 |  2440 |  2040 |  4040 | must be = NBM*SZR                              ! used in module(s)
17defval  NBMRx2     4080 | 4080 |  5680 |  4880 |  4080 |  8080 | phase : must be = NBMR*2
18defval  SZXM      13600 | 4560 |  4560 |  4560 |  4560 |  4000 | mode scaled et excited : must be = SZX * NBM
19defval  SZSP      17680 | 8640 | 10240 |  9440 |  8640 | 12080 | entree de Pression = sorties(Phase) + sorties(Scalex) : must be = NBMRx2 + SZXM
20#
21
22##########
23defval SZU           0
24defval SZT           1
25defval SZA           1
26
27#NAME : nom des sources  "hat" --------------------HAT_NAME
28hat_name cgmnz
29
30#OPTION : des options de g?n?ration -----------------OPTION
31#option O_VARINCR
32option  O_M1QN3
33option  O_GRADTEST
34#option O_REAL FLOAT
35option  O_EXTOBJ rt2all.o rt2allb.o rt2alld.o adBuffer.o adStack.o
36
37#TRAJECTOIRES -----------------------------------------TRAJ
38traj Tcal M SZU SZT
39
40#ESPACE ----------------------------------------------SPACE
41space  ScalA  M    1      Tcal
42
43#MODULES: les modules et leurs attributs -----------MODULES
44modul  Cz        space ScalA noward output SZX target
45modul  Grad      space ScalA hidjac input array SZX    output SZX    tempo cout
46modul  Build3DMN space ScalA hidjac input array SZX    output SZXx3
47modul  Rt2all    space ScalA hidjac input array SZXx3  output SZXnx2 tempo | cout
48modul  Norm      space ScalA hidjac input array SZXpo2 output SZXpo2 tempo | cout
49modul  Tril      space ScalA hidjac input array SZX    output SZXx2  tempo | cout
50modul  Scalex    space ScalA hidjac input array SZXpo2 output SZXM   tempo | cout
51modul  Sqrk      space ScalA hidjac input array SZX    output NBM    tempo | cout
52modul  Phase     space ScalA hidjac input array NBM    output NBMRx2 tempo | cout
53modul  Press     space ScalA hidjac input array SZSP   output SZXRx2 tempo cout
54
55#CONNECTIONS: liens sorties->entrées ----------------CTIN-M
56exec disp_ct_in
57
58#ORDER: ----------------------------------------------ORDER
59#    ordre de parcourt de l'espace et de calcul des modules
60order modinspace ScalA
61   order YA1
62           Grad
63           Build3DMN
64                 Rt2all
65     Norm
66     Tril
67     Scalex
68                 Sqrk
69                 Phase
70     Press
71   forder
72forder
73#
74order spaceintraj Tcal
75    ScalA
76forder
77#
78
79#USER FUNCTIONS: --------------------------------------UFCT
80#       instructions sp?cifiques de l'application
81insert_fct      xdisplay
82insert_fct      xinit_appli
83insert_fct  arg xset_freq
84insert_fct  arg xset_freq_obs
85insert_fct  arg xset_delta
86insert_fct  arg xperturb_cz
87insert_fct  arg xsetetape
88insert_fct  arg xset_zs
89insert_fct      xinit_cz
90
91#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.