Skip to content
Snippets Groups Projects
Select Git revision
  • bc05e923c27d91c06aebb3f3de9b5b189d7e075f
  • master default protected
  • alphashapes
  • quadMeshingTools
  • cygwin_conv_path
  • macos_arm64
  • add-transfiniteautomatic-to-geo
  • patch_releases_4_10
  • HierarchicalHDiv
  • isuruf-master-patch-63355
  • hyperbolic
  • hexdom
  • hxt_update
  • jf
  • 1618-pythonocc-and-gmsh-api-integration
  • octreeSizeField
  • hexbl
  • alignIrregularVertices
  • getEdges
  • patch_releases_4_8
  • isuruf-master-patch-51992
  • gmsh_4_11_0
  • gmsh_4_10_5
  • gmsh_4_10_4
  • gmsh_4_10_3
  • gmsh_4_10_2
  • gmsh_4_10_1
  • gmsh_4_10_0
  • gmsh_4_9_5
  • gmsh_4_9_4
  • gmsh_4_9_3
  • gmsh_4_9_2
  • gmsh_4_9_1
  • gmsh_4_9_0
  • gmsh_4_8_4
  • gmsh_4_8_3
  • gmsh_4_8_2
  • gmsh_4_8_1
  • gmsh_4_8_0
  • gmsh_4_7_1
  • gmsh_4_7_0
41 results

gmsh.h

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    Gmsh.tab.hpp 5.92 KiB
    /* A Bison parser, made by GNU Bison 3.0.4.  */
    
    /* Bison interface for Yacc-like parsers in C
    
       Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
    
       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 3 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, see <http://www.gnu.org/licenses/>.  */
    
    /* As a special exception, you may create a larger work that contains
       part or all of the Bison parser skeleton and distribute that work
       under terms of your choice, so long as that work isn't itself a
       parser generator using the skeleton or a modified version thereof
       as a parser skeleton.  Alternatively, if you modify or redistribute
       the parser skeleton itself, you may (at your option) remove this
       special exception, which will cause the skeleton and the resulting
       Bison output files to be licensed under the GNU General Public
       License without this special exception.
    
       This special exception was added by the Free Software Foundation in
       version 2.2 of Bison.  */
    
    #ifndef YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED
    # define YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED
    /* Debug traces.  */
    #ifndef YYDEBUG
    # define YYDEBUG 0
    #endif
    #if YYDEBUG
    extern int gmsh_yydebug;
    #endif
    
    /* Token type.  */
    #ifndef YYTOKENTYPE
    # define YYTOKENTYPE
      enum yytokentype
      {
        tDOUBLE = 258,
        tSTRING = 259,
        tBIGSTR = 260,
        tEND = 261,
        tAFFECT = 262,
        tDOTS = 263,
        tPi = 264,
        tMPI_Rank = 265,
        tMPI_Size = 266,
        tEuclidian = 267,
        tCoordinates = 268,
        tExp = 269,
        tLog = 270,
        tLog10 = 271,
        tSqrt = 272,
        tSin = 273,
        tAsin = 274,
        tCos = 275,
        tAcos = 276,
        tTan = 277,
        tRand = 278,
        tAtan = 279,
        tAtan2 = 280,