Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
205dad19
Commit
205dad19
authored
24 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
suppressed tmerge
parent
2c20eade
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Parser/Gmsh.tab.cpp
+1736
-1793
1736 additions, 1793 deletions
Parser/Gmsh.tab.cpp
Parser/Gmsh.tab.cpp.h
+89
-90
89 additions, 90 deletions
Parser/Gmsh.tab.cpp.h
Parser/Gmsh.y
+2
-2
2 additions, 2 deletions
Parser/Gmsh.y
Parser/Gmsh.yy.cpp
+2
-2
2 additions, 2 deletions
Parser/Gmsh.yy.cpp
with
1829 additions
and
1887 deletions
Parser/Gmsh.tab.cpp
+
1736
−
1793
View file @
205dad19
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Parser/Gmsh.tab.cpp.h
+
89
−
90
View file @
205dad19
...
@@ -7,96 +7,95 @@ typedef union {
...
@@ -7,96 +7,95 @@ typedef union {
Shape
s
;
Shape
s
;
List_T
*
l
;
List_T
*
l
;
}
YYSTYPE
;
}
YYSTYPE
;
#define tDOUBLE 257
#define tDOUBLE 258
#define tSTRING 258
#define tSTRING 259
#define tBIGSTR 259
#define tBIGSTR 260
#define tEND 260
#define tEND 261
#define tAFFECT 261
#define tAFFECT 262
#define tDOTS 262
#define tDOTS 263
#define tPi 263
#define tPi 264
#define tExp 264
#define tExp 265
#define tLog 265
#define tLog 266
#define tLog10 266
#define tLog10 267
#define tSqrt 267
#define tSqrt 268
#define tSin 268
#define tSin 269
#define tAsin 269
#define tAsin 270
#define tCos 270
#define tCos 271
#define tAcos 271
#define tAcos 272
#define tTan 272
#define tTan 273
#define tRand 273
#define tRand 274
#define tAtan 274
#define tAtan 275
#define tAtan2 275
#define tAtan2 276
#define tSinh 276
#define tSinh 277
#define tCosh 277
#define tCosh 278
#define tTanh 278
#define tTanh 279
#define tFabs 279
#define tFabs 280
#define tFloor 280
#define tFloor 281
#define tCeil 281
#define tCeil 282
#define tFmod 282
#define tFmod 283
#define tModulo 283
#define tModulo 284
#define tHypot 284
#define tHypot 285
#define tPrintf 285
#define tPrintf 286
#define tSprintf 286
#define tSprintf 287
#define tDraw 287
#define tDraw 288
#define tPoint 288
#define tPoint 289
#define tCircle 289
#define tCircle 290
#define tEllipsis 290
#define tEllipsis 291
#define tLine 291
#define tLine 292
#define tSurface 292
#define tSurface 293
#define tSpline 293
#define tSpline 294
#define tVolume 294
#define tVolume 295
#define tCharacteristic 295
#define tCharacteristic 296
#define tLength 296
#define tLength 297
#define tParametric 297
#define tParametric 298
#define tElliptic 298
#define tElliptic 299
#define tPlane 299
#define tPlane 300
#define tRuled 300
#define tRuled 301
#define tTransfinite 301
#define tTransfinite 302
#define tComplex 302
#define tComplex 303
#define tPhysical 303
#define tPhysical 304
#define tUsing 304
#define tUsing 305
#define tBump 305
#define tBump 306
#define tProgression 306
#define tProgression 307
#define tRotate 307
#define tRotate 308
#define tTranslate 308
#define tTranslate 309
#define tSymmetry 309
#define tSymmetry 310
#define tDilate 310
#define tDilate 311
#define tExtrude 311
#define tExtrude 312
#define tDuplicata 312
#define tDuplicata 313
#define tLoop 313
#define tLoop 314
#define tRecombine 314
#define tRecombine 315
#define tDelete 315
#define tDelete 316
#define tCoherence 316
#define tCoherence 317
#define tIntersect 317
#define tIntersect 318
#define tView 318
#define tView 319
#define tAttractor 319
#define tAttractor 320
#define tLayers 320
#define tLayers 321
#define tScalarTetrahedron 321
#define tScalarTetrahedron 322
#define tVectorTetrahedron 322
#define tVectorTetrahedron 323
#define tTensorTetrahedron 323
#define tTensorTetrahedron 324
#define tScalarTriangle 324
#define tScalarTriangle 325
#define tVectorTriangle 325
#define tVectorTriangle 326
#define tTensorTriangle 326
#define tTensorTriangle 327
#define tScalarLine 327
#define tScalarLine 328
#define tVectorLine 328
#define tVectorLine 329
#define tTensorLine 329
#define tTensorLine 330
#define tScalarPoint 330
#define tScalarPoint 331
#define tVectorPoint 331
#define tVectorPoint 332
#define tTensorPoint 332
#define tTensorPoint 333
#define tBSpline 333
#define tBSpline 334
#define tNurbs 334
#define tNurbs 335
#define tOrder 335
#define tOrder 336
#define tWith 336
#define tWith 337
#define tBounds 337
#define tBounds 338
#define tKnots 338
#define tKnots 339
#define tColor 339
#define tColor 340
#define tFor 340
#define tFor 341
#define tIn 341
#define tIn 342
#define tEndFor 342
#define tEndFor 343
#define tIf 343
#define tIf 344
#define tEndIf 344
#define tEndIf 345
#define tExit 345
#define tExit 346
#define tMerge 346
#define tReturn 347
#define tReturn 347
#define tCall 348
#define tCall 348
#define tFunction 349
#define tFunction 349
...
...
This diff is collapsed.
Click to expand it.
Parser/Gmsh.y
+
2
−
2
View file @
205dad19
%{ /* $Id: Gmsh.y,v 1.4
3
2000-12-1
3 22:27:4
5 geuzaine Exp $ */
%{ /* $Id: Gmsh.y,v 1.4
4
2000-12-1
4 12:25:1
5 geuzaine Exp $ */
#include <stdarg.h>
#include <stdarg.h>
...
@@ -90,7 +90,7 @@ void skip_until (char *until);
...
@@ -90,7 +90,7 @@ void skip_until (char *until);
%token tScalarLine tVectorLine tTensorLine
%token tScalarLine tVectorLine tTensorLine
%token tScalarPoint tVectorPoint tTensorPoint
%token tScalarPoint tVectorPoint tTensorPoint
%token tBSpline tNurbs tOrder tWith tBounds tKnots
%token tBSpline tNurbs tOrder tWith tBounds tKnots
%token tColor tFor tIn tEndFor tIf tEndIf tExit
tMerge
%token tColor tFor tIn tEndFor tIf tEndIf tExit
%token tReturn tCall tFunction
%token tReturn tCall tFunction
%token tB_SPLINE_SURFACE_WITH_KNOTS
%token tB_SPLINE_SURFACE_WITH_KNOTS
...
...
This diff is collapsed.
Click to expand it.
Parser/Gmsh.yy.cpp
+
2
−
2
View file @
205dad19
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
/* A lexical scanner generated by flex */
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
/* Scanner skeleton version:
* $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.4
7
2000-12-1
3 22:27:4
5 geuzaine Exp $
* $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.4
8
2000-12-1
4 12:25:1
5 geuzaine Exp $
*/
*/
#define FLEX_SCANNER
#define FLEX_SCANNER
...
@@ -1163,7 +1163,7 @@ YY_MALLOC_DECL
...
@@ -1163,7 +1163,7 @@ YY_MALLOC_DECL
YY_DECL
YY_DECL
{
{
register
yy_state_type
yy_current_state
;
register
yy_state_type
yy_current_state
;
register
char
*
yy_cp
=
NULL
,
*
yy_bp
=
NULL
;
register
char
*
yy_cp
,
*
yy_bp
;
register
int
yy_act
;
register
int
yy_act
;
#line 60 "Gmsh.l"
#line 60 "Gmsh.l"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment