Skip to content
Snippets Groups Projects
Gmsh.tab.cpp 270 KiB
Newer Older
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
/*  A Bison parser, made from Gmsh.y
    by GNU Bison version 1.28  */

#define YYBISON 1  /* Identify Bison output.  */

#define	tDOUBLE	257
#define	tSTRING	258
#define	tBIGSTR	259
#define	tEND	260
#define	tAFFECT	261
#define	tDOTS	262
#define	tPi	263
#define	tMPI_Rank	264
#define	tMPI_Size	265
#define	tExp	266
#define	tLog	267
#define	tLog10	268
#define	tSqrt	269
#define	tSin	270
#define	tAsin	271
#define	tCos	272
#define	tAcos	273
#define	tTan	274
#define	tRand	275
#define	tAtan	276
#define	tAtan2	277
#define	tSinh	278
#define	tCosh	279
#define	tTanh	280
#define	tFabs	281
#define	tFloor	282
#define	tCeil	283
#define	tFmod	284
#define	tModulo	285
#define	tHypot	286
#define	tPrintf	287
#define	tSprintf	288
#define	tStrCat	289
#define	tStrPrefix	290
#define	tStrRelative	291
#define	tBoundingBox	292
#define	tDraw	293
#define	tToday	294
#define	tPoint	295
#define	tCircle	296
#define	tEllipse	297
#define	tLine	298
#define	tSurface	299
#define	tSpline	300
#define	tVolume	301
#define	tCharacteristic	302
#define	tLength	303
#define	tParametric	304
#define	tElliptic	305
#define	tPlane	306
#define	tRuled	307
#define	tTransfinite	308
#define	tComplex	309
#define	tPhysical	310
#define	tUsing	311
#define	tBump	312
#define	tProgression	313
#define	tPlugin	314
#define	tRotate	315
#define	tTranslate	316
#define	tSymmetry	317
#define	tDilate	318
#define	tExtrude	319
#define	tDuplicata	320
#define	tLoop	321
#define	tRecombine	322
#define	tDelete	323
#define	tCoherence	324
#define	tIntersect	325
#define	tAttractor	326
#define	tLayers	327
#define	tAlias	328
#define	tAliasWithOptions	329
#define	tText2D	330
#define	tText3D	331
#define	tInterpolationScheme	332
#define	tTime	333
#define	tCombine	334
#define	tBSpline	335
#define	tBezier	336
#define	tNurbs	337
#define	tOrder	338
#define	tWith	339
#define	tBounds	340
#define	tKnots	341
#define	tColor	342
#define	tColorTable	343
#define	tFor	344
#define	tIn	345
#define	tEndFor	346
#define	tIf	347
#define	tEndIf	348
#define	tExit	349
#define	tReturn	350
#define	tCall	351
#define	tFunction	352
#define	tTrimmed	353
#define	tShow	354
#define	tHide	355
#define	tGetValue	356
#define	tGMSH_MAJOR_VERSION	357
#define	tGMSH_MINOR_VERSION	358
#define	tGMSH_PATCH_VERSION	359
#define	tB_SPLINE_SURFACE_WITH_KNOTS	360
#define	tB_SPLINE_CURVE_WITH_KNOTS	361
#define	tCARTESIAN_POINT	362
#define	tTRUE	363
#define	tFALSE	364
#define	tUNSPECIFIED	365
#define	tU	366
#define	tV	367
#define	tEDGE_CURVE	368
#define	tVERTEX_POINT	369
#define	tORIENTED_EDGE	370
#define	tPLANE	371
#define	tFACE_OUTER_BOUND	372
#define	tEDGE_LOOP	373
#define	tADVANCED_FACE	374
#define	tVECTOR	375
#define	tDIRECTION	376
#define	tAXIS2_PLACEMENT_3D	377
#define	tISO	378
#define	tENDISO	379
#define	tENDSEC	380
#define	tDATA	381
#define	tHEADER	382
#define	tFILE_DESCRIPTION	383
#define	tFILE_SCHEMA	384
#define	tFILE_NAME	385
#define	tMANIFOLD_SOLID_BREP	386
#define	tCLOSED_SHELL	387
#define	tADVANCED_BREP_SHAPE_REPRESENTATION	388
#define	tFACE_BOUND	389
#define	tCYLINDRICAL_SURFACE	390
#define	tCONICAL_SURFACE	391
#define	tCIRCLE	392
#define	tTRIMMED_CURVE	393
#define	tGEOMETRIC_SET	394
#define	tCOMPOSITE_CURVE_SEGMENT	395
#define	tCONTINUOUS	396
#define	tCOMPOSITE_CURVE	397
#define	tTOROIDAL_SURFACE	398
#define	tPRODUCT_DEFINITION	399
#define	tPRODUCT_DEFINITION_SHAPE	400
#define	tSHAPE_DEFINITION_REPRESENTATION	401
#define	tELLIPSE	402
#define	tAFFECTPLUS	403
#define	tAFFECTMINUS	404
#define	tAFFECTTIMES	405
#define	tAFFECTDIVIDE	406
#define	tOR	407
#define	tAND	408
#define	tEQUAL	409
#define	tNOTEQUAL	410
#define	tAPPROXEQUAL	411
#define	tLESSOREQUAL	412
#define	tGREATEROREQUAL	413
#define	tCROSSPRODUCT	414
#define	tPLUSPLUS	415
#define	tMINUSMINUS	416
#define	UNARYPREC	417
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
// $Id: Gmsh.tab.cpp,v 1.244 2005-11-19 04:01:13 geuzaine Exp $
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
// 
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
// Please report all bugs and problems to <gmsh@geuz.org>.
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include <time.h>
#include "PluginManager.h"
#include "ParUtil.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "GeoUtils.h"
#include "Nurbs.h"
#include "Create.h"
#include "Views.h"
#include "StepGeomDatabase.h"
Christophe Geuzaine's avatar
Christophe Geuzaine committed
#include "Options.h"
#include "OpenFile.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "CommandLine.h"
#include "FunctionManager.h"
#include "ColorTable.h"
#include "Timer.h"
#include "CreateFile.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "Visibility.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "GmshVersion.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
Tree_T *Symbol_T = NULL;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

extern Context_T CTX;
extern Mesh *THEM;

static ExtrudeParams extr;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static Post_View *View;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static List_T *ViewValueList;
static double ViewCoord[100];
static int *ViewNumList, ViewNumNodes, ViewNumComp, ViewNumListTmp;
static int ViewCoordIdx, ViewElementIdx;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static int ViewErrorFlags[VIEW_NB_ELEMENT_TYPES];
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#define MAX_RECUR_LOOPS 100
static int ImbricatedLoop = 0;
static fpos_t yyposImbricatedLoopsTab[MAX_RECUR_LOOPS];
static int yylinenoImbricatedLoopsTab[MAX_RECUR_LOOPS];
static double LoopControlVariablesTab[MAX_RECUR_LOOPS][3];
static char *LoopControlVariablesNameTab[MAX_RECUR_LOOPS];

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
void yyerror(char *s);
void yymsg(int type, char *fmt, ...);
void skip_until(char *skip, char *until);
int PrintListOfDouble(char *format, List_T *list, char *buffer);
int CheckViewErrorFlags(Post_View *v);
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#line 79 "Gmsh.y"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
typedef union {
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  char *c;
  int i;
  unsigned int u;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  double d;
  double v[5];
  Shape s;
  List_T *l;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
} YYSTYPE;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include <stdio.h>
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#ifndef __cplusplus
#ifndef __STDC__
#define const
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

#define	YYFINAL		1506
#define	YYFLAG		-32768
#define	YYNTBASE	183

#define YYTRANSLATE(x) ((unsigned)(x) <= 417 ? yytranslate[x] : 251)

static const short yytranslate[] = {     0,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,   169,     2,   179,     2,   167,     2,     2,   174,
   175,   165,   163,   180,   164,   178,   166,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,   159,
     2,   161,   153,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
   176,     2,   177,   173,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,   181,     2,   182,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
    47,    48,    49,    50,    51,    52,    53,    54,    55,    56,
    57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
    67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
    77,    78,    79,    80,    81,    82,    83,    84,    85,    86,
    87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
    97,    98,    99,   100,   101,   102,   103,   104,   105,   106,
   107,   108,   109,   110,   111,   112,   113,   114,   115,   116,
   117,   118,   119,   120,   121,   122,   123,   124,   125,   126,
   127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
   137,   138,   139,   140,   141,   142,   143,   144,   145,   146,
   147,   148,   149,   150,   151,   152,   154,   155,   156,   157,
   158,   160,   162,   168,   170,   171,   172
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#if YYDEBUG != 0
static const short yyprhs[] = {     0,
     0,     2,     4,     7,     8,    11,    13,    15,    17,    20,
    23,    26,    29,    32,    40,    46,    64,    74,    98,   130,
   146,   158,   170,   186,   196,   210,   220,   232,   246,   256,
   266,   278,   288,   300,   310,   322,   336,   350,   362,   376,
   394,   404,   416,   428,   442,   454,   464,   465,   468,   470,
   472,   474,   476,   478,   480,   482,   484,   486,   488,   490,
   492,   494,   496,   502,   510,   517,   526,   527,   530,   533,
   536,   539,   542,   544,   548,   550,   554,   555,   556,   567,
   569,   573,   574,   588,   590,   594,   595,   611,   620,   621,
   628,   630,   632,   634,   636,   638,   640,   642,   647,   655,
   665,   672,   676,   683,   690,   700,   707,   717,   723,   732,
   741,   753,   760,   770,   780,   790,   798,   807,   820,   827,
   835,   843,   851,   861,   869,   879,   897,   905,   913,   925,
   934,   947,   956,   965,   974,   987,  1010,  1031,  1040,  1049,
  1058,  1066,  1075,  1081,  1093,  1099,  1109,  1111,  1113,  1115,
  1116,  1119,  1126,  1133,  1140,  1147,  1152,  1159,  1166,  1173,
  1178,  1185,  1189,  1194,  1200,  1204,  1208,  1213,  1218,  1222,
  1230,  1234,  1242,  1246,  1249,  1252,  1268,  1271,  1278,  1287,
  1296,  1307,  1309,  1312,  1314,  1318,  1323,  1325,  1334,  1347,
  1362,  1363,  1376,  1377,  1394,  1395,  1414,  1423,  1436,  1451,
  1452,  1465,  1466,  1483,  1484,  1503,  1512,  1525,  1540,  1541,
  1554,  1555,  1572,  1573,  1592,  1594,  1597,  1607,  1615,  1618,
  1625,  1635,  1645,  1654,  1664,  1673,  1682,  1689,  1694,  1697,
  1700,  1702,  1704,  1706,  1708,  1710,  1712,  1716,  1719,  1722,
  1725,  1729,  1733,  1737,  1741,  1745,  1749,  1753,  1757,  1761,
  1765,  1769,  1773,  1777,  1781,  1787,  1792,  1797,  1802,  1807,
  1812,  1817,  1822,  1827,  1832,  1837,  1844,  1849,  1854,  1859,
  1864,  1869,  1874,  1881,  1888,  1895,  1900,  1905,  1910,  1915,
  1920,  1925,  1930,  1935,  1940,  1945,  1950,  1957,  1962,  1967,
  1972,  1977,  1982,  1987,  1994,  2001,  2008,  2013,  2015,  2017,
  2019,  2021,  2023,  2025,  2027,  2029,  2034,  2039,  2042,  2048,
  2052,  2059,  2064,  2072,  2079,  2081,  2084,  2087,  2091,  2095,
  2107,  2117,  2125,  2133,  2134,  2138,  2140,  2144,  2145,  2149,
  2153,  2155,  2159,  2161,  2163,  2167,  2172,  2176,  2182,  2187,
  2189,  2191,  2193,  2197,  2202,  2209,  2217,  2219,  2221,  2225,
  2229,  2239,  2247,  2249,  2255,  2259,  2266,  2268,  2272,  2274,
  2276,  2283,  2288,  2293,  2298,  2305,  2312
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yyrhs[] = {   184,
     0,   189,     0,     1,     6,     0,     0,   184,   185,     0,
   186,     0,   188,     0,   187,     0,   124,     6,     0,   125,
     6,     0,   127,     6,     0,   126,     6,     0,   128,     6,
     0,   129,   174,   240,   180,     5,   175,     6,     0,   130,
   174,   240,   175,     6,     0,   131,   174,     5,   180,     5,
   180,   240,   180,   240,   180,     5,   180,     5,   180,     5,
   175,     6,     0,     3,     7,   108,   174,     5,   180,   238,
   175,     6,     0,     3,     7,   107,   174,     5,   180,   236,
   180,   244,   180,   235,   180,   235,   180,   235,   180,   244,
   180,   244,   180,   235,   175,     6,     0,     3,     7,   106,
   174,     5,   180,   236,   180,   236,   180,   242,   180,   235,
   180,   235,   180,   235,   180,   235,   180,   244,   180,   244,
   180,   244,   180,   244,   180,   235,   175,     6,     0,     3,
     7,   114,   174,     5,   180,     3,   180,     3,   180,     3,
   180,   235,   175,     6,     0,     3,     7,   118,   174,     5,
   180,     3,   180,   235,   175,     6,     0,     3,     7,   135,
   174,     5,   180,     3,   180,   235,   175,     6,     0,     3,
     7,   116,   174,     5,   180,   165,   180,   165,   180,   236,
   180,   235,   175,     6,     0,     3,     7,   119,   174,     5,
   180,   244,   175,     6,     0,     3,     7,   120,   174,     5,
   180,   244,   180,     3,   180,   235,   175,     6,     0,     3,
     7,   115,   174,     5,   180,     3,   175,     6,     0,     3,
     7,   121,   174,     5,   180,     3,   180,   236,   175,     6,
     0,     3,     7,   123,   174,     5,   180,     3,   180,     3,
   180,     3,   175,     6,     0,     3,     7,   122,   174,     5,
   180,   238,   175,     6,     0,     3,     7,   117,   174,     5,
   180,     3,   175,     6,     0,     3,     7,    44,   174,     5,
   180,     3,   180,     3,   175,     6,     0,     3,     7,   133,
   174,     5,   180,   244,   175,     6,     0,     3,     7,   134,
   174,     5,   180,   244,   180,     3,   175,     6,     0,     3,
     7,   132,   174,     5,   180,     3,   175,     6,     0,     3,
     7,   136,   174,     5,   180,     3,   180,   236,   175,     6,
     0,     3,     7,   137,   174,     5,   180,     3,   180,   236,
   180,   236,   175,     6,     0,     3,     7,   144,   174,     5,
   180,     3,   180,   236,   180,   236,   175,     6,     0,     3,
     7,   138,   174,     5,   180,     3,   180,   236,   175,     6,
     0,     3,     7,   148,   174,     5,   180,     3,   180,   236,
   180,   236,   175,     6,     0,     3,     7,   139,   174,     5,
   180,     3,   180,   244,   180,   244,   180,   235,   180,   235,
   175,     6,     0,     3,     7,   140,   174,     5,   180,   244,
   175,     6,     0,     3,     7,   141,   174,   142,   180,   235,
   180,     3,   175,     6,     0,     3,     7,   143,   174,     5,
   180,   244,   180,   235,   175,     6,     0,     3,     7,   145,
   174,     5,   180,     5,   180,     3,   180,     3,   175,     6,
     0,     3,     7,   146,   174,     5,   180,     5,   180,     3,
   175,     6,     0,     3,     7,   147,   174,     3,   180,     3,
   175,     6,     0,     0,   189,   190,     0,   192,     0,   191,
     0,   210,     0,   211,     0,   212,     0,   215,     0,   216,
     0,   217,     0,   218,     0,   221,     0,   233,     0,   234,
     0,   220,     0,   219,     0,    33,   174,     5,   175,     6,
     0,    33,   174,     5,   180,   246,   175,     6,     0,     4,
     5,   181,   193,   182,     6,     0,     4,     5,     4,   238,
   181,   193,   182,     6,     0,     0,   193,   196,     0,   193,
   200,     0,   193,   203,     0,   193,   205,     0,   193,   206,
     0,   236,     0,   194,   180,   236,     0,   236,     0,   195,
   180,   236,     0,     0,     0,     4,   197,   174,   194,   175,
   198,   181,   195,   182,     6,     0,   250,     0,   199,   180,
   250,     0,     0,    76,   174,   236,   180,   236,   180,   236,
   175,   201,   181,   199,   182,     6,     0,   250,     0,   202,
   180,   250,     0,     0,    77,   174,   236,   180,   236,   180,
   236,   180,   236,   175,   204,   181,   202,   182,     6,     0,
    78,   181,   243,   182,   181,   243,   182,     6,     0,     0,
    79,   207,   181,   195,   182,     6,     0,     7,     0,   149,
     0,   150,     0,   151,     0,   152,     0,   170,     0,   171,
     0,     4,   208,   236,     6,     0,     4,   176,   236,   177,
   208,   236,     6,     0,     4,   176,   181,   246,   182,   177,
   208,   244,     6,     0,     4,   176,   177,     7,   244,     6,
     0,     4,   209,     6,     0,     4,   176,   236,   177,   209,
     6,     0,     4,   178,     4,     7,   250,     6,     0,     4,
   176,   236,   177,   178,     4,     7,   250,     6,     0,     4,
   178,     4,   208,   236,     6,     0,     4,   176,   236,   177,
   178,     4,   208,   236,     6,     0,     4,   178,     4,   209,
     6,     0,     4,   176,   236,   177,   178,     4,   209,     6,
     0,     4,   178,    88,   178,     4,     7,   247,     6,     0,
     4,   176,   236,   177,   178,    88,   178,     4,     7,   247,
     6,     0,     4,   178,    89,     7,   248,     6,     0,     4,
   176,   236,   177,   178,    89,     7,   248,     6,     0,    60,
   174,     4,   175,   178,     4,     7,   236,     6,     0,    60,
   174,     4,   175,   178,     4,     7,   250,     6,     0,    41,
   174,   236,   175,     7,   238,     6,     0,    56,    41,   174,
   236,   175,     7,   244,     6,     0,    72,    41,   244,     7,
   181,   236,   180,   236,   180,   236,   182,     6,     0,    48,
    49,   244,     7,   236,     6,     0,    44,   174,   236,   175,
     7,   244,     6,     0,    46,   174,   236,   175,     7,   244,
     6,     0,    42,   174,   236,   175,     7,   244,     6,     0,
    42,   174,   236,   175,     7,   244,    52,   238,     6,     0,
    43,   174,   236,   175,     7,   244,     6,     0,    43,   174,
   236,   175,     7,   244,    52,   238,     6,     0,    50,   174,
   236,   175,     7,   181,   236,   180,   236,   180,     5,   180,
     5,   180,     5,   182,     6,     0,    81,   174,   236,   175,
     7,   244,     6,     0,    82,   174,   236,   175,     7,   244,
     6,     0,    83,   174,   236,   175,     7,   244,    87,   244,
    84,   236,     6,     0,    44,    67,   174,   236,   175,     7,
   244,     6,     0,    72,    44,   244,     7,   181,   236,   180,
   236,   180,   236,   182,     6,     0,    56,    44,   174,   236,
   175,     7,   244,     6,     0,    52,    45,   174,   236,   175,
     7,   244,     6,     0,    53,    45,   174,   236,   175,     7,
   244,     6,     0,    99,    45,   174,   236,   175,     7,   181,
   236,   180,   244,   182,     6,     0,    83,    45,    85,    86,
   174,   236,   175,     7,   242,    87,   181,   244,   180,   244,
   182,    84,   181,   236,   180,   236,   182,     6,     0,    83,
    45,   174,   236,   175,     7,   242,    87,   181,   244,   180,
   244,   182,    84,   181,   236,   180,   236,   182,     6,     0,
    45,    67,   174,   236,   175,     7,   244,     6,     0,    56,
    45,   174,   236,   175,     7,   244,     6,     0,    55,    47,
   174,   236,   175,     7,   244,     6,     0,    47,   174,   236,
   175,     7,   244,     6,     0,    56,    47,   174,   236,   175,
     7,   244,     6,     0,    62,   238,   181,   213,   182,     0,
    61,   181,   238,   180,   238,   180,   236,   182,   181,   213,
   182,     0,    63,   238,   181,   213,   182,     0,    64,   181,
   238,   180,   236,   182,   181,   213,   182,     0,   215,     0,
   214,     0,   212,     0,     0,   214,   211,     0,   214,    41,
   181,   246,   182,     6,     0,   214,    44,   181,   246,   182,
     6,     0,   214,    45,   181,   246,   182,     6,     0,   214,
    47,   181,   246,   182,     6,     0,    66,   181,   214,   182,
     0,    66,     4,   176,   236,   177,     6,     0,    74,     4,
   176,   236,   177,     6,     0,    75,     4,   176,   236,   177,
     6,     0,    69,   181,   214,   182,     0,    69,     4,   176,
   236,   177,     6,     0,    69,     4,     6,     0,    69,     4,
     4,     6,     0,    88,   247,   181,   214,   182,     0,   100,
   250,     6,     0,   101,   250,     6,     0,   100,   181,   214,
   182,     0,   101,   181,   214,   182,     0,     4,   250,     6,
     0,     4,     4,   176,   236,   177,   250,     6,     0,     4,
   236,     6,     0,    60,   174,     4,   175,   178,     4,     6,
     0,    80,     4,     6,     0,    95,     6,     0,    38,     6,
     0,    38,   181,   236,   180,   236,   180,   236,   180,   236,
   180,   236,   180,   236,   182,     6,     0,    39,     6,     0,
    90,   174,   236,     8,   236,   175,     0,    90,   174,   236,
     8,   236,     8,   236,   175,     0,    90,     4,    91,   181,
   236,     8,   236,   182,     0,    90,     4,    91,   181,   236,
     8,   236,     8,   236,   182,     0,    92,     0,    98,     4,
     0,    96,     0,    97,     4,     6,     0,    93,   174,   236,
   175,     0,    94,     0,    65,    41,   181,   236,   180,   238,
   182,     6,     0,    65,    41,   181,   236,   180,   238,   180,
   238,   180,   236,   182,     6,     0,    65,    41,   181,   236,
   180,   238,   180,   238,   180,   238,   180,   236,   182,     6,
     0,     0,    65,    41,   181,   236,   180,   238,   182,   222,
   181,   231,   182,     6,     0,     0,    65,    41,   181,   236,
   180,   238,   180,   238,   180,   236,   182,   223,   181,   231,
   182,     6,     0,     0,    65,    41,   181,   236,   180,   238,
   180,   238,   180,   238,   180,   236,   182,   224,   181,   231,
   182,     6,     0,    65,    44,   181,   236,   180,   238,   182,
     6,     0,    65,    44,   181,   236,   180,   238,   180,   238,
   180,   236,   182,     6,     0,    65,    44,   181,   236,   180,
   238,   180,   238,   180,   238,   180,   236,   182,     6,     0,
     0,    65,    44,   181,   236,   180,   238,   182,   225,   181,
   231,   182,     6,     0,     0,    65,    44,   181,   236,   180,
   238,   180,   238,   180,   236,   182,   226,   181,   231,   182,
     6,     0,     0,    65,    44,   181,   236,   180,   238,   180,
   238,   180,   238,   180,   236,   182,   227,   181,   231,   182,
     6,     0,    65,    45,   181,   236,   180,   238,   182,     6,
     0,    65,    45,   181,   236,   180,   238,   180,   238,   180,
   236,   182,     6,     0,    65,    45,   181,   236,   180,   238,
   180,   238,   180,   238,   180,   236,   182,     6,     0,     0,
    65,    45,   181,   236,   180,   238,   182,   228,   181,   231,
   182,     6,     0,     0,    65,    45,   181,   236,   180,   238,
   180,   238,   180,   236,   182,   229,   181,   231,   182,     6,
     0,     0,    65,    45,   181,   236,   180,   238,   180,   238,
   180,   238,   180,   236,   182,   230,   181,   231,   182,     6,
     0,   232,     0,   231,   232,     0,    73,   181,   244,   180,
   244,   180,   244,   182,     6,     0,    73,   181,   244,   180,
   244,   182,     6,     0,    68,     6,     0,    54,    44,   244,
     7,   236,     6,     0,    54,    44,   244,     7,   236,    57,
    59,   236,     6,     0,    54,    44,   244,     7,   236,    57,
    58,   236,     6,     0,    54,    45,   181,   236,   182,     7,
   244,     6,     0,    54,    45,   181,   236,   182,     7,   244,
     4,     6,     0,    51,    45,   181,   236,   182,     7,   244,
     6,     0,    54,    47,   181,   236,   182,     7,   244,     6,
     0,    68,    45,   244,     7,   236,     6,     0,    68,    45,
   244,     6,     0,    70,     6,     0,    71,     6,     0,   109,
     0,   110,     0,   111,     0,   112,     0,   113,     0,   237,
     0,   174,   236,   175,     0,   164,   236,     0,   163,   236,
     0,   169,   236,     0,   236,   164,   236,     0,   236,   163,
   236,     0,   236,   165,   236,     0,   236,   166,   236,     0,
   236,   167,   236,     0,   236,   173,   236,     0,   236,   159,
   236,     0,   236,   161,   236,     0,   236,   160,   236,     0,
   236,   162,   236,     0,   236,   156,   236,     0,   236,   157,
   236,     0,   236,   155,   236,     0,   236,   154,   236,     0,
   236,   153,   236,     8,   236,     0,    12,   174,   236,   175,
     0,    13,   174,   236,   175,     0,    14,   174,   236,   175,
     0,    15,   174,   236,   175,     0,    16,   174,   236,   175,
     0,    17,   174,   236,   175,     0,    18,   174,   236,   175,
     0,    19,   174,   236,   175,     0,    20,   174,   236,   175,
     0,    22,   174,   236,   175,     0,    23,   174,   236,   180,
   236,   175,     0,    24,   174,   236,   175,     0,    25,   174,
   236,   175,     0,    26,   174,   236,   175,     0,    27,   174,
   236,   175,     0,    28,   174,   236,   175,     0,    29,   174,
   236,   175,     0,    30,   174,   236,   180,   236,   175,     0,
    31,   174,   236,   180,   236,   175,     0,    32,   174,   236,
   180,   236,   175,     0,    21,   174,   236,   175,     0,    12,
   176,   236,   177,     0,    13,   176,   236,   177,     0,    14,
   176,   236,   177,     0,    15,   176,   236,   177,     0,    16,
   176,   236,   177,     0,    17,   176,   236,   177,     0,    18,
   176,   236,   177,     0,    19,   176,   236,   177,     0,    20,
   176,   236,   177,     0,    22,   176,   236,   177,     0,    23,
   176,   236,   180,   236,   177,     0,    24,   176,   236,   177,
     0,    25,   176,   236,   177,     0,    26,   176,   236,   177,
     0,    27,   176,   236,   177,     0,    28,   176,   236,   177,
     0,    29,   176,   236,   177,     0,    30,   176,   236,   180,
   236,   177,     0,    31,   176,   236,   180,   236,   177,     0,
    32,   176,   236,   180,   236,   177,     0,    21,   176,   236,
   177,     0,     3,     0,     9,     0,    10,     0,    11,     0,
   103,     0,   104,     0,   105,     0,     4,     0,     4,   176,
   236,   177,     0,   179,     4,   176,   177,     0,     4,   209,
     0,     4,   176,   236,   177,   209,     0,     4,   178,     4,
     0,     4,   176,   236,   177,   178,     4,     0,     4,   178,
     4,   209,     0,     4,   176,   236,   177,   178,     4,   209,
     0,   102,   174,     5,   180,   236,   175,     0,   239,     0,
   164,   238,     0,   163,   238,     0,   238,   164,   238,     0,
   238,   163,   238,     0,   181,   236,   180,   236,   180,   236,
   180,   236,   180,   236,   182,     0,   181,   236,   180,   236,
   180,   236,   180,   236,   182,     0,   181,   236,   180,   236,
   180,   236,   182,     0,   174,   236,   180,   236,   180,   236,
   175,     0,     0,   174,   241,   175,     0,     5,     0,   241,
   180,     5,     0,     0,   181,   243,   182,     0,   174,   243,
   175,     0,   244,     0,   243,   180,   244,     0,   236,     0,
   245,     0,   181,   246,   182,     0,   164,   181,   246,   182,
     0,   236,     8,   236,     0,   236,     8,   236,     8,   236,
     0,    41,   181,   236,   182,     0,   212,     0,   215,     0,
   221,     0,     4,   176,   177,     0,   164,     4,   176,   177,
     0,     4,   176,   181,   246,   182,   177,     0,   164,     4,
   176,   181,   246,   182,   177,     0,   236,     0,   245,     0,
   246,   180,   236,     0,   246,   180,   245,     0,   181,   236,
   180,   236,   180,   236,   180,   236,   182,     0,   181,   236,
   180,   236,   180,   236,   182,     0,     4,     0,     4,   178,
    88,   178,     4,     0,   181,   249,   182,     0,     4,   176,
   236,   177,   178,    89,     0,   247,     0,   249,   180,   247,
     0,     5,     0,    40,     0,    35,   174,   250,   180,   250,
   175,     0,    36,   174,   250,   175,     0,    37,   174,   250,
   175,     0,    34,   174,   250,   175,     0,    34,   174,   250,
   180,   246,   175,     0,    34,   174,     4,   178,     4,   175,
     0,    34,   174,     4,   176,   236,   177,   178,     4,   175,
     0
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#endif
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#if YYDEBUG != 0
static const short yyrline[] = { 0,
   157,   159,   160,   170,   172,   175,   177,   178,   181,   187,
   192,   193,   194,   197,   201,   204,   210,   215,   221,   229,
   234,   238,   244,   249,   253,   258,   262,   265,   270,   274,
   278,   282,   287,   291,   294,   298,   302,   306,   310,   314,
   318,   321,   325,   328,   332,   335,   342,   344,   347,   349,
   350,   351,   352,   353,   354,   355,   356,   357,   358,   359,
   360,   361,   364,   370,   387,   395,   404,   412,   413,   414,
   415,   416,   419,   422,   426,   429,   433,   624,   642,   652,
   658,   665,   673,   679,   685,   692,   700,   706,   714,   719,
   726,   728,   729,   730,   731,   734,   736,   739,   774,   813,
   867,   884,   895,   914,   928,   945,   971,   998,  1012,  1029,
  1043,  1060,  1080,  1103,  1113,  1128,  1148,  1164,  1183,  1202,
  1220,  1238,  1256,  1282,  1300,  1326,  1346,  1370,  1394,  1420,
  1437,  1455,  1474,  1493,  1532,  1557,  1576,  1595,  1611,  1631,
  1648,  1665,  1685,  1691,  1696,  1701,  1708,  1710,  1711,  1714,
  1719,  1723,  1739,  1755,  1771,  1791,  1806,  1812,  1818,  1829,
  1839,  1849,  1863,  1881,  1895,  1904,  1910,  1921,  1934,  1979,
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  1994,  2010,  2020,  2042,  2046,  2051,  2056,  2067,  2084,  2100,
  2126,  2153,  2185,  2192,  2197,  2203,  2207,  2215,  2234,  2250,
  2266,  2271,  2287,  2292,  2308,  2313,  2331,  2354,  2377,  2400,
  2405,  2428,  2433,  2456,  2461,  2487,  2510,  2533,  2556,  2561,
  2584,  2590,  2613,  2619,  2644,  2648,  2653,  2680,  2704,  2712,
  2731,  2749,  2767,  2796,  2831,  2858,  2885,  2899,  2917,  2922,
  2931,  2933,  2934,  2935,  2936,  2939,  2941,  2942,  2943,  2944,
  2945,  2946,  2947,  2948,  2955,  2956,  2957,  2958,  2959,  2960,
  2961,  2962,  2963,  2964,  2965,  2966,  2967,  2968,  2969,  2970,
  2971,  2972,  2973,  2974,  2975,  2976,  2977,  2978,  2979,  2980,
  2981,  2982,  2983,  2984,  2985,  2986,  2988,  2989,  2990,  2991,
  2992,  2993,  2994,  2995,  2996,  2997,  2998,  2999,  3000,  3001,
  3002,  3003,  3004,  3005,  3006,  3007,  3008,  3013,  3018,  3019,
  3020,  3021,  3022,  3023,  3027,  3040,  3060,  3074,  3087,  3110,
  3128,  3146,  3164,  3182,  3189,  3194,  3198,  3202,  3206,  3212,
  3217,  3221,  3225,  3231,  3235,  3240,  3244,  3249,  3253,  3257,
  3263,  3269,  3276,  3282,  3286,  3290,  3301,  3308,  3319,  3339,
  3349,  3359,  3371,  3388,  3407,  3431,  3459,  3465,  3469,  3473,
  3485,  3490,  3502,  3509,  3530,  3535,  3549,  3555,  3561,  3566,
  3574,  3582,  3596,  3610,  3614,  3633,  3655
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#endif
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)

static const char * const yytname[] = {   "$","error","$undefined.","tDOUBLE",
"tSTRING","tBIGSTR","tEND","tAFFECT","tDOTS","tPi","tMPI_Rank","tMPI_Size","tExp",
"tLog","tLog10","tSqrt","tSin","tAsin","tCos","tAcos","tTan","tRand","tAtan",
"tAtan2","tSinh","tCosh","tTanh","tFabs","tFloor","tCeil","tFmod","tModulo",
"tHypot","tPrintf","tSprintf","tStrCat","tStrPrefix","tStrRelative","tBoundingBox",
"tDraw","tToday","tPoint","tCircle","tEllipse","tLine","tSurface","tSpline",
"tVolume","tCharacteristic","tLength","tParametric","tElliptic","tPlane","tRuled",
"tTransfinite","tComplex","tPhysical","tUsing","tBump","tProgression","tPlugin",
"tRotate","tTranslate","tSymmetry","tDilate","tExtrude","tDuplicata","tLoop",
"tRecombine","tDelete","tCoherence","tIntersect","tAttractor","tLayers","tAlias",
"tAliasWithOptions","tText2D","tText3D","tInterpolationScheme","tTime","tCombine",
"tBSpline","tBezier","tNurbs","tOrder","tWith","tBounds","tKnots","tColor","tColorTable",
"tFor","tIn","tEndFor","tIf","tEndIf","tExit","tReturn","tCall","tFunction",
"tTrimmed","tShow","tHide","tGetValue","tGMSH_MAJOR_VERSION","tGMSH_MINOR_VERSION",
"tGMSH_PATCH_VERSION","tB_SPLINE_SURFACE_WITH_KNOTS","tB_SPLINE_CURVE_WITH_KNOTS",
"tCARTESIAN_POINT","tTRUE","tFALSE","tUNSPECIFIED","tU","tV","tEDGE_CURVE","tVERTEX_POINT",
"tORIENTED_EDGE","tPLANE","tFACE_OUTER_BOUND","tEDGE_LOOP","tADVANCED_FACE",
"tVECTOR","tDIRECTION","tAXIS2_PLACEMENT_3D","tISO","tENDISO","tENDSEC","tDATA",
"tHEADER","tFILE_DESCRIPTION","tFILE_SCHEMA","tFILE_NAME","tMANIFOLD_SOLID_BREP",
"tCLOSED_SHELL","tADVANCED_BREP_SHAPE_REPRESENTATION","tFACE_BOUND","tCYLINDRICAL_SURFACE",
"tCONICAL_SURFACE","tCIRCLE","tTRIMMED_CURVE","tGEOMETRIC_SET","tCOMPOSITE_CURVE_SEGMENT",
"tCONTINUOUS","tCOMPOSITE_CURVE","tTOROIDAL_SURFACE","tPRODUCT_DEFINITION","tPRODUCT_DEFINITION_SHAPE",
"tSHAPE_DEFINITION_REPRESENTATION","tELLIPSE","tAFFECTPLUS","tAFFECTMINUS","tAFFECTTIMES",
"tAFFECTDIVIDE","'?'","tOR","tAND","tEQUAL","tNOTEQUAL","tAPPROXEQUAL","'<'",
"tLESSOREQUAL","'>'","tGREATEROREQUAL","'+'","'-'","'*'","'/'","'%'","tCROSSPRODUCT",
"'!'","tPLUSPLUS","tMINUSMINUS","UNARYPREC","'^'","'('","')'","'['","']'","'.'",
"'#'","','","'{'","'}'","All","StepFormatItems","StepFormatItem","StepSpecial",
"StepHeaderItem","StepDataItem","GeoFormatItems","GeoFormatItem","Printf","View",
"Views","ElementCoords","ElementValues","Element","@1","@2","Text2DValues","Text2D",
"@3","Text3DValues","Text3D","@4","InterpolationMatrix","Time","@5","NumericAffectation",
"NumericIncrement","Affectation","Shape","Transform","MultipleShape","ListOfShapes",
"Duplicata","Delete","Colorify","Visibility","Command","Loop","Extrude","@6",
"@7","@8","@9","@10","@11","@12","@13","@14","ExtrudeParameters","ExtrudeParameter",
"Transfinite","Coherence","BoolExpr","FExpr","FExpr_Single","VExpr","VExpr_Single",
"ListOfStrings","RecursiveListOfStrings","ListOfListOfDouble","RecursiveListOfListOfDouble",
"ListOfDouble","FExpr_Multi","RecursiveListOfDouble","ColorExpr","ListOfColor",
"RecursiveListOfColor","StringExpr", NULL
Jean-François Remacle's avatar
 
Jean-François Remacle committed
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#endif
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yyr1[] = {     0,
   183,   183,   183,   184,   184,   185,   185,   185,   186,   186,
   186,   186,   186,   187,   187,   187,   188,   188,   188,   188,
   188,   188,   188,   188,   188,   188,   188,   188,   188,   188,
   188,   188,   188,   188,   188,   188,   188,   188,   188,   188,
   188,   188,   188,   188,   188,   188,   189,   189,   190,   190,
   190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
   190,   190,   191,   191,   192,   192,   193,   193,   193,   193,
   193,   193,   194,   194,   195,   195,   197,   198,   196,   199,
   199,   201,   200,   202,   202,   204,   203,   205,   207,   206,
   208,   208,   208,   208,   208,   209,   209,   210,   210,   210,
   210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
   210,   210,   210,   210,   210,   211,   211,   211,   211,   211,
   211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
   211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
   211,   211,   212,   212,   212,   212,   213,   213,   213,   214,
   214,   214,   214,   214,   214,   215,   215,   215,   215,   216,
   216,   216,   216,   217,   218,   218,   218,   218,   219,   219,
   219,   219,   219,   219,   219,   219,   219,   220,   220,   220,
   220,   220,   220,   220,   220,   220,   220,   221,   221,   221,
   222,   221,   223,   221,   224,   221,   221,   221,   221,   225,
   221,   226,   221,   227,   221,   221,   221,   221,   228,   221,
   229,   221,   230,   221,   231,   231,   232,   232,   232,   233,
   233,   233,   233,   233,   233,   233,   233,   233,   234,   234,
   235,   235,   235,   235,   235,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   236,   236,   236,
   236,   236,   236,   236,   236,   236,   236,   237,   237,   237,
   237,   237,   237,   237,   237,   237,   237,   237,   237,   237,
   237,   237,   237,   237,   238,   238,   238,   238,   238,   239,
   239,   239,   239,   240,   240,   241,   241,   242,   242,   242,
   243,   243,   244,   244,   244,   244,   245,   245,   245,   245,
   245,   245,   245,   245,   245,   245,   246,   246,   246,   246,
   247,   247,   247,   247,   248,   248,   249,   249,   250,   250,
   250,   250,   250,   250,   250,   250,   250
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yyr2[] = {     0,
     1,     1,     2,     0,     2,     1,     1,     1,     2,     2,
     2,     2,     2,     7,     5,    17,     9,    23,    31,    15,
    11,    11,    15,     9,    13,     9,    11,    13,     9,     9,
    11,     9,    11,     9,    11,    13,    13,    11,    13,    17,
     9,    11,    11,    13,    11,     9,     0,     2,     1,     1,
     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
     1,     1,     5,     7,     6,     8,     0,     2,     2,     2,
     2,     2,     1,     3,     1,     3,     0,     0,    10,     1,
     3,     0,    13,     1,     3,     0,    15,     8,     0,     6,
     1,     1,     1,     1,     1,     1,     1,     4,     7,     9,
     6,     3,     6,     6,     9,     6,     9,     5,     8,     8,
    11,     6,     9,     9,     9,     7,     8,    12,     6,     7,
     7,     7,     9,     7,     9,    17,     7,     7,    11,     8,
    12,     8,     8,     8,    12,    22,    20,     8,     8,     8,
     7,     8,     5,    11,     5,     9,     1,     1,     1,     0,
     2,     6,     6,     6,     6,     4,     6,     6,     6,     4,
     6,     3,     4,     5,     3,     3,     4,     4,     3,     7,
     3,     7,     3,     2,     2,    15,     2,     6,     8,     8,
    10,     1,     2,     1,     3,     4,     1,     8,    12,    14,
     0,    12,     0,    16,     0,    18,     8,    12,    14,     0,
    12,     0,    16,     0,    18,     8,    12,    14,     0,    12,
     0,    16,     0,    18,     1,     2,     9,     7,     2,     6,
     9,     9,     8,     9,     8,     8,     6,     4,     2,     2,
     1,     1,     1,     1,     1,     1,     3,     2,     2,     2,
     3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
     3,     3,     3,     3,     5,     4,     4,     4,     4,     4,
     4,     4,     4,     4,     4,     6,     4,     4,     4,     4,
     4,     4,     6,     6,     6,     4,     4,     4,     4,     4,
     4,     4,     4,     4,     4,     4,     6,     4,     4,     4,
     4,     4,     4,     6,     6,     6,     4,     1,     1,     1,
     1,     1,     1,     1,     1,     4,     4,     2,     5,     3,
     6,     4,     7,     6,     1,     2,     2,     3,     3,    11,
     9,     7,     7,     0,     3,     1,     3,     0,     3,     3,
     1,     3,     1,     1,     3,     4,     3,     5,     4,     1,
     1,     1,     3,     4,     6,     7,     1,     1,     3,     3,
     9,     7,     1,     5,     3,     6,     1,     3,     1,     1,
     6,     4,     4,     4,     6,     6,     9
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yydefact[] = {     0,
     0,     1,     2,     3,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     5,     6,     8,     7,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,   182,     0,   187,     0,
   184,     0,     0,     0,     0,     0,    48,    50,    49,    51,
    52,    53,    54,    55,    56,    57,    62,    61,    58,    59,
    60,     0,     9,    10,    12,    11,    13,   324,   324,     0,
   298,   305,   359,    91,   299,   300,   301,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,   360,     0,   302,   303,   304,    92,    93,    94,
    95,     0,     0,     0,    96,    97,     0,     0,     0,     0,
     0,     0,     0,   236,     0,     0,   175,     0,   177,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,   315,     0,     0,
     0,     0,     0,     0,   150,     0,     0,   150,   229,   230,
     0,     0,     0,     0,     0,     0,     0,     0,     0,   353,
     0,     0,     0,     0,     0,   174,     0,   183,     0,   359,
   150,     0,   150,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
   308,     0,    67,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
   305,   239,   238,   240,     0,     0,     0,     0,     0,     0,
     0,     0,     0,   102,   171,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
   169,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,   305,     0,     0,     0,   340,   341,   342,   333,     0,
   334,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,   317,   316,     0,     0,     0,
     0,   150,   150,     0,     0,     0,     0,     0,     0,     0,
     0,   162,     0,     0,     0,     0,     0,     0,   173,     0,
     0,     0,     0,     0,     0,     0,   150,     0,     0,     0,
   185,     0,     0,   165,     0,   166,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,   326,     0,     0,     0,
     0,     0,   310,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,   237,     0,     0,   347,   348,     0,
     0,    91,     0,     0,     0,     0,     0,    98,     0,   254,
   253,   251,   252,   247,   249,   248,   250,   242,   241,   243,
   244,   245,   246,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,   305,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,   319,   318,   149,
     0,   148,   147,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,   156,   151,   228,     0,   163,     0,   160,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,   186,     0,   167,   168,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,   325,     0,
     0,    15,     0,   306,   312,    67,    77,     0,     0,     0,
    89,     0,    68,    69,    70,    71,    72,   256,   277,   257,
   278,   258,   279,   259,   280,   260,   281,   261,   282,   262,
   283,   263,   284,   264,   285,   276,   297,   265,   286,     0,
     0,   267,   288,   268,   289,   269,   290,   270,   291,   271,
   292,   272,   293,     0,     0,     0,     0,     0,     0,     0,
     0,   364,     0,     0,   362,   363,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,   108,     0,     0,     0,
     0,   307,     0,    63,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,   343,     0,     0,     0,     0,   335,
   337,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,   143,   145,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,   164,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,   327,     0,   324,     0,
   309,     0,     0,     0,     0,     0,     0,     0,    65,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,   306,   101,   349,   350,     0,     0,     0,     0,
     0,   103,   104,   106,     0,     0,   357,     0,   112,   255,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,   339,   344,     0,   336,     0,   119,     0,     0,     0,
     0,   220,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,   157,     0,
     0,     0,     0,   227,   161,     0,     0,   158,   159,     0,
     0,     0,   328,     0,   354,     0,     0,     0,   178,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,   231,   232,   233,   234,   235,     0,     0,
     0,     0,     0,     0,     0,    14,     0,   311,   170,     0,
     0,     0,     0,     0,   331,     0,   266,   287,   273,   294,
   274,   295,   275,   296,     0,   366,   365,   361,   314,     0,
    91,     0,     0,     0,     0,    99,     0,     0,     0,   355,
    64,     0,   116,   122,     0,   124,     0,     0,   120,     0,
   121,   141,     0,     0,   338,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,   172,     0,
     0,     0,     0,   150,     0,   191,     0,   200,     0,   209,
     0,     0,     0,     0,     0,     0,   127,   128,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,   324,   313,    66,
     0,    73,     0,     0,     0,     0,     0,    75,     0,     0,
     0,     0,   109,     0,     0,   110,     0,   358,     0,     0,
     0,   130,   138,   345,     0,     0,   225,   133,   134,     0,
     0,     0,   223,   226,   140,   117,   132,   139,   142,     0,
     0,     0,   323,     0,   322,     0,     0,   188,     0,     0,
   197,     0,     0,   206,     0,   152,   153,   154,   155,     0,
     0,   328,     0,     0,     0,     0,     0,   352,     0,   180,
   179,     0,     0,     0,     0,    17,     0,    26,     0,    30,
     0,    24,     0,     0,    29,     0,    34,    32,     0,     0,
     0,     0,     0,     0,    41,     0,     0,     0,     0,     0,
    46,     0,     0,    78,     0,     0,     0,   332,     0,     0,
     0,     0,   100,   105,   107,     0,   113,     0,     0,   123,
   125,   346,     0,   222,   221,   224,   114,   115,   150,     0,
   146,     0,     0,     0,     0,     0,     0,     0,     0,     0,
   330,   329,     0,     0,     0,     0,     0,     0,   328,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
    74,     0,     0,     0,    76,    90,   367,     0,   356,     0,
     0,     0,     0,   321,     0,     0,     0,     0,     0,     0,
     0,     0,   215,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,   351,   181,     0,    31,     0,     0,
     0,     0,    21,     0,    27,     0,    33,    22,    35,     0,
    38,     0,    42,    43,     0,     0,    45,     0,     0,     0,
     0,     0,     0,   111,     0,     0,   144,     0,     0,   193,
     0,   219,     0,     0,   216,   202,     0,     0,   211,     0,
     0,     0,     0,     0,     0,   129,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
    82,     0,    88,     0,     0,   320,   189,     0,     0,     0,
   192,   198,     0,     0,   201,   207,     0,     0,   210,   118,
   131,     0,     0,   135,     0,     0,     0,     0,    25,    28,
    36,     0,    37,    44,    39,     0,     0,     0,     0,     0,
     0,     0,   195,     0,     0,   204,     0,   213,     0,     0,
     0,     0,     0,     0,     0,     0,    79,     0,    86,     0,
     0,     0,   190,     0,     0,     0,   199,     0,     0,   208,
     0,     0,     0,     0,     0,    20,    23,     0,     0,     0,
    80,     0,   176,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,   194,     0,     0,   218,   203,     0,   212,     0,
     0,     0,     0,     0,    40,    16,    81,    83,     0,    84,
   126,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,   196,   217,   205,   214,     0,     0,     0,     0,    85,
    87,     0,     0,     0,     0,     0,   137,     0,     0,     0,
     0,     0,   136,     0,    18,     0,     0,     0,     0,     0,
     0,     0,    19,     0,     0,     0
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yydefgoto[] = {  1504,
     2,    14,    15,    16,    17,     3,    67,    68,    69,   445,
  1071,  1077,   643,   814,  1240,  1420,   644,  1378,  1459,   645,
  1422,   646,   647,   818,   141,   251,    70,   575,   346,   561,
   562,   347,    74,    75,    76,    77,    78,   348,  1119,  1348,
  1404,  1122,  1353,  1408,  1125,  1357,  1411,  1262,  1263,    80,
    81,   939,   349,   144,   366,   178,   246,   438,  1032,   954,
   955,   351,   500,   202,   711,   848,   145
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static const short yypact[] = {  2410,
    53,   531,  2559,-32768,    36,    64,    73,    88,    92,   104,
   -57,   -28,    -4,-32768,-32768,-32768,-32768,  1785,    18,     3,
   136,    51,   116,   140,   -23,   124,   157,   172,   229,   178,
   242,   311,   329,   169,   383,   183,   212,   282,   -77,   -77,
   285,   288,    14,   426,    17,   468,   491,   185,   474,   497,
   500,   342,   347,   -11,    21,    25,-32768,   356,-32768,   546,
-32768,   558,   567,   553,    15,    28,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,  2439,-32768,-32768,-32768,-32768,-32768,   430,   430,   607,
-32768,   510,    23,-32768,-32768,-32768,-32768,   110,   190,   206,
   274,   277,   283,   299,   324,   350,   355,   370,   381,   384,
   389,   393,   398,   439,   449,   450,   472,   489,   442,   445,
   453,   462,-32768,   490,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,  1888,  1888,  1888,-32768,-32768,  1888,   387,    65,   690,
  1888,   667,   648,-32768,   692,   704,-32768,  1888,-32768,  1888,
  1888,  1888,   544,  1888,   548,  1888,  1888,  1370,  1888,   556,
   572,   596,  1370,   562,   597,   617,   625,   626,   632,   642,
   763,   -77,   -77,   -77,  1888,  1888,   -63,-32768,   204,   -77,
   645,   646,   663,   654,-32768,  1370,    34,-32768,-32768,-32768,
  1370,  1370,   684,   685,   856,  1888,  1888,   -50,  1888,   694,
  1888,   682,   791,  1888,  1888,-32768,   877,-32768,   710,-32768,
-32768,   879,-32768,   880,   717,   718,   719,   721,   722,   723,
   724,   725,   726,   727,   728,   729,   730,   731,   732,   740,
   750,   751,   752,   753,   754,   757,   761,   762,   765,   766,
   767,   768,   769,   770,   889,   773,   755,   775,  1888,   933,
-32768,   -77,-32768,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,  1888,  1888,    91,   313,   313,   313,   940,
   593,   774,   774,   774,  4767,   941,  1820,  4017,   344,   771,
   943,   780,   714,-32768,-32768,  1888,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
-32768,   -99,  3071,  4790,  4813,  4836,  1888,  4859,  1888,  4882,
  4905,   618,   800,  1500,  1820,-32768,-32768,-32768,  1193,   978,
-32768,  4928,  1888,  1888,  1888,   979,  1888,  1888,  1888,  1888,
  1888,  1888,  1888,   812,   191,-32768,-32768,  3093,  3115,   -77,
   -77,   479,   479,   257,  1888,  1888,  1888,  1888,  2199,   643,
   982,-32768,  1888,  2220,   983,   984,  1888,  1888,-32768,  4951,
  4974,   903,  1888,  4997,   905,  3137,-32768,   815,  1945,  5020,
-32768,  1888,  2265,-32768,  2286,-32768,   993,   996,   997,   998,
   999,  1000,  1001,  1004,  1005,  1006,  1007,  1008,  1012,  1015,
  1017,  1018,  1019,  1020,  1021,  1022,  1023,  1024,  1025,   873,
  1027,  1028,  1029,  1030,  1033,  1032,-32768,    -9,  1036,  1038,
  1042,  4042,   513,   259,     6,  5043,  4067,  5066,  4092,  5089,
  4117,  5112,  4142,  5135,  4167,  5158,  4192,  5181,  4217,  5204,
  4242,  5227,  4267,  5250,  4292,  5273,  4317,  3159,  3181,  5296,
  4342,  5319,  4367,  5342,  4392,  5365,  4417,  5388,  4442,  5411,
  4467,  3203,  3225,  3247,  3269,  3291,  3313,   498,   113,   868,
   882,   883,   874,  1888,-32768,  1370,  2060,  1193,-32768,   507,
   451,   313,  1888,  1053,  1056,    24,   884,-32768,  1972,   592,
   540,   569,   569,   444,   444,   444,   444,   222,   222,   774,
   774,   774,   774,  1058,  1820,  1888,  1059,  1060,  1065,  5434,
  1066,  5457,  1067,  1069,   948,  1888,   647,  1820,   534,  1888,
  1888,  1077,  2591,  5480,  5503,  1888,  2615,  2639,  5526,  5549,
  5572,  5595,  5618,   887,   -77,  1888,  1888,-32768,-32768,-32768,
   912,  2620,-32768,   913,  1888,  3335,  3357,  3379,  4492,   -29,
   -37,   -20,   -25,-32768,-32768,-32768,  1888,-32768,  4517,-32768,
   916,   917,  4542,  4567,  1093,  1094,   928,  5641,  1096,   930,
  1888,  2345,  1888,  1888,-32768,  5664,-32768,-32768,   924,   929,
   934,   935,   936,   938,   944,   946,   951,   955,   956,   957,
   958,   959,   960,   961,   963,   964,   968,   969,   980,   981,
   988,  1002,  1009,  1013,  1014,  1026,  1031,  1034,-32768,  1105,
   945,-32768,  1035,    37,-32768,-32768,-32768,   939,   949,   947,
-32768,  1152,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,  1888,
  1888,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,  1888,  1888,  1888,  1888,  1888,  1888,  1888,
  1155,-32768,  1820,   313,-32768,-32768,  1888,  4592,  1172,  1820,
  1003,    76,  1888,  1173,  1175,   756,-32768,  1178,  1011,    21,
  1186,-32768,  1888,-32768,   145,  3401,   -77,  1370,  1370,  1188,
  1370,  1190,  1370,  1370,-32768,  1820,  2663,  1240,   535,-32768,
  2022,   926,  1037,  1191,  1195,  1198,   478,  1200,  1201,  1202,