Skip to content
Snippets Groups Projects
Select Git revision
  • 49041a7f5059255b87ecc09d49873bd034e3c32a
  • master default protected
  • cyrielle
  • dev_mm_pf
  • ujwal_05_08_2025
  • complexpetsc
  • ujwal_21_08_2024
  • vinayak
  • dev_mm_torchSCRU
  • debug_mm_pf
  • newStructureNonLocal
  • Mohamed_stochasticDMN
  • dev_mm_bench
  • stochdmn
  • revert-351ff7aa
  • ujwal_29April2024
  • dev_mm_ann
  • mohamed_vevp
  • ujwal_debug
  • ujwal_2ndApril2024
  • ujwal_October_2023
  • v4.0
  • v3.2.3_multiplePhase
  • v3.5
  • v3.3.2
  • v3.4
  • v3.3
  • ver3.2
  • verJulienWork
  • ver3.1
  • ver2
  • ver1.1.2
  • ver1.1.1
  • ver1.1
34 results

twoHole.py

Blame
  • variables.in 1.29 KiB
    # Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
    #
    # See the LICENSE.txt file for license information. Please report all
    # bugs and problems to <gmsh@geuz.org>.
    
    # OS and host
    UNAME=@UNAME@
    HOSTNAME=@HOSTNAME@
    
    # The names of the C and C++ compilers
    CC=@CC@
    CXX=@CXX@
    
    # If you need to link to dynamic libraries installed in non-standard
    # locations and are using the GNU linker, you may want to add
    # '-Wl,--rpath,/path/to/dynamic/library' to the 'LINKER' variable
    # below. Alternatively, you could edit the 'LD_LIBARY_PATH'
    # environement variable or use the 'ldconfig' program.
    LINKER=@LINKER@
    
    # All compiler flags except optimization flags
    FLAGS=@FLAGS@
    
    # Additional system includes
    SYSINCLUDE=
    
    # Compiler optimization flags
    OPTIM=@OPTIM@
    
    # Gmsh subdirectories
    GMSH_DIRS=@GMSH_DIRS@
    
    # Gmsh libraries
    GMSH_LIBS=@GMSH_LIBS@
    
    # How you create a static library on this machine
    AR=@AR@
    ARFLAGS=
    RANLIB=@RANLIB@
    
    # The symbol used in front of compiler flags
    DASH=-
    
    # The extension to use for object files, libraries and executables
    OBJEXT=.o
    LIBEXT=.a
    EXEEXT=@EXEEXT@
    
    # File handling commands
    RM=rm -f
    
    # Installation directories
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    bindir=@bindir@
    datadir=@datadir@
    datarootdir=@datarootdir@
    includedir=@includedir@
    libdir=@libdir@
    mandir=@mandir@
    infodir=@infodir@