source: trunk/yao/src/analyzers/testANTLR/39eigvvcgmnz.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: 2.4 KB
Line 
1#==========================================================
2#                  fichier de DESCRIPTION
3#==========================================================
4#DEFVAL : permet de définir des valeurs -------------DEFVAL
5#defval SZX         20 |   30 |   50 |    80 |   100 |  5
6#defval SZXpo2x2   800 | 1800 | 5000 | 12800 | 20000 | 50 | must be = pow(SZX,2) * 2
7#defval SZXnx2     840 | 1860 | 5100 | 12960 | 20200 | 60 | must be = (SZX + pow(SZX,2)) * 2
8defval SZX         100
9defval SZXpo2x2  20000 |  must be = pow(SZX,2) * 2
10defval SZXnx2    20200 |  must be = (SZX + pow(SZX,2)) * 2
11defval SZXx2       200 |  must be = SZX * 2
12#
13defval SZU           0
14defval SZT           1
15defval SZA           1
16
17#NAME : nom des sources  "hat" --------------------HAT_NAME
18hat_name cgmnz
19
20#OPTION : des options de g?n?ration -----------------OPTION
21option  O_M1QN3
22option  O_GRADTEST
23#option O_REAL FLOAT
24#option O_EXTOBJ eigvvcgm.o eigvvcgmb.o eigvvcgmd.o adBuffer.o adStack.o
25option  O_EXTOBJ cgall.o cgallb.o cgalld.o adBuffer.o adStack.o
26
27#TRAJECTOIRES -----------------------------------------TRAJ
28traj Tcal M SZU SZT
29
30#ESPACE ----------------------------------------------SPACE
31space  ScalA  M    1      Tcal
32
33#MODULES: les modules et leurs attributs -----------MODULES
34modul  Cz         space ScalA noward  output SZX target
35#modul BuildM     space ScalA input array SZX output SZXpo2x2
36modul  BuildM3DMN space ScalA hidjac input array SZX output SZXpo2x2
37modul  Cgall      space ScalA hidjac input array SZXpo2x2 output SZXnx2 tempo | cout
38modul  Sqrk       space ScalA hidjac input array SZXx2 output SZXx2 tempo cout
39modul  Norm       space ScalA hidjac input array SZXpo2x2 output SZXpo2x2 tempo cout
40
41#CONNECTIONS: liens sorties->entrées ----------------CTIN-M
42#ctin BuildM 1..SZX       from Cz     1..SZX       1
43#ctin Cgall  1..SZXpo2x2  from BuildM 1..SZXpo2x2  1
44exec disp_ct_in
45
46#ORDER: ----------------------------------------------ORDER
47#    ordre de parcourt de l'espace et de calcul des modules
48order modinspace ScalA
49   order YA1
50#          BuildM Cgall
51           BuildM3DMN Cgall Sqrk Norm
52   forder
53forder
54#
55order spaceintraj Tcal
56    ScalA
57forder
58#
59
60#USER FUNCTIONS: --------------------------------------UFCT
61#       instructions sp?cifiques de l'application
62insert_fct     xdisplay
63insert_fct     xinit_appli
64insert_fct arg xset_freq
65insert_fct arg xset_deltaz
66insert_fct     xinit_cz
67insert_fct arg xperturb_cz
68insert_fct arg xsetstep
69
70#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.