source: trunk/yao/src/analyzers/testANTLR/48eigvvcgmnz.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.7 KB
Line 
1#==========================================================
2#                  fichier de DESCRIPTION
3#==========================================================
4#DEFVAL : permet de définir des valeurs -------------DEFVAL
5#defval  SZX         190 |   200 |    340 |   114 | ! used in module(s)
6#defval  SZXpo2x2  72200 | 80000 | 231200 | 25992 | must be = pow(SZX,2) * 2
7#defval  SZXnx2    72580 | 80400 | 231880 | 26220 | must be = (SZX + pow(SZX,2)) * 2
8defval  SZX        190 |   50 |   200 |    340 |   114 | ! used in module(s)
9defval  SZXpo2x2 72200 | 5000 | 80000 | 231200 | 25992 | must be = pow(SZX,2) * 2
10defval  SZXnx2   72580 | 5100 | 80400 | 231880 | 26220 | must be = (SZX + pow(SZX,2)) * 2
11
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
21#option O_VARINCR
22option  O_M1QN3
23option  O_GRADTEST
24#option O_REAL FLOAT
25#option O_EXTOBJ eigvvcgm.o eigvvcgmb.o eigvvcgmd.o adBuffer.o adStack.o
26#option O_EXTOBJ cgall.o cgallb.o cgalld.o adBuffer.o adStack.o
27option  O_EXTOBJ cbal.o cbalb.o cbald.o corth.o corthb.o corthd.o comqr2.o comqr2b.o comqr2d.o cgcom.o adBuffer.o adStack.o
28#option  O_EXTOBJ cbal.o cbalb.o cbald.o corth.o corthb.o corthd.o cgcom.o adBuffer.o adStack.o
29
30#TRAJECTOIRES -----------------------------------------TRAJ
31traj Tcal M SZU SZT
32
33#ESPACE ----------------------------------------------SPACE
34space  ScalA  M    1      Tcal
35
36#MODULES: les modules et leurs attributs -----------MODULES
37modul   Cz         space ScalA noward  output SZX target
38modul   BuildM3DMN space ScalA hidjac input array SZX output SZXpo2x2
39#modul  Cgall      space ScalA hidjac input array SZXpo2x2 output SZXnx2   tempo  cout
40#modul  Cggrp      space ScalA hidjac input array SZXpo2x2 output SZXpo2x2 tempo  cout
41modul   Cggrp      space ScalA hidjac input array SZXpo2x2 output SZXnx2   tempo  cout
42
43#CONNECTIONS: liens sorties->entrées ----------------CTIN-M
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           BuildM3DMN
51                 #Cgall
52                 Cggrp
53   forder
54forder
55#
56order spaceintraj Tcal
57    ScalA
58forder
59#
60
61#USER FUNCTIONS: --------------------------------------UFCT
62#       instructions sp?cifiques de l'application
63insert_fct      xdisplay
64insert_fct      xinit_appli
65insert_fct  arg xset_freq
66#insert_fct  arg xset_freq_obs
67insert_fct  arg xset_delta
68insert_fct  arg xperturb_cz
69insert_fct  arg xsetetape
70insert_fct  arg xset_zs
71insert_fct      xinit_cz
72#insert_fct arg xcinema_freq
73
74#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.