Skip to content
Snippets Groups Projects
Select Git revision
  • f55633bad0503ecf844c3a10072aaf1d9e92e2f8
  • master default protected
  • relaying
  • overlaps_tags_and_distributed_export
  • alphashapes
  • patches-4.14
  • steplayer
  • bl
  • pluginMeshQuality
  • fixBugsAmaury
  • hierarchical-basis
  • new_export_boris
  • oras_vs_osm
  • reassign_partitions
  • distributed_fwi
  • rename-classes
  • fix/fortran-api-example-t4
  • robust_partitions
  • reducing_files
  • fix_overlaps
  • 3115-issue-fix
  • gmsh_4_14_0
  • gmsh_4_13_1
  • gmsh_4_13_0
  • gmsh_4_12_2
  • gmsh_4_12_1
  • gmsh_4_12_0
  • gmsh_4_11_1
  • 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
41 results

ChainComplex.h

Blame
  • GetDPConfig.h.in 1022 B
    // GetDP - Copyright (C) 1997-2016 P. Dular and C. Geuzaine, University of Liege
    //
    // See the LICENSE.txt file for license information. Please report all
    // bugs and problems to the public mailing list <getdp@onelab.info>.
    
    #ifndef _GETDP_CONFIG_H_
    #define _GETDP_CONFIG_H_
    
    #cmakedefine HAVE_ARPACK
    #cmakedefine HAVE_BLAS
    #cmakedefine HAVE_GMSH
    #cmakedefine HAVE_GSL
    #cmakedefine HAVE_LAPACK
    #cmakedefine HAVE_KERNEL
    #cmakedefine HAVE_MPI
    #cmakedefine HAVE_MULTIHARMONIC
    #cmakedefine HAVE_NO_FORTRAN
    #cmakedefine HAVE_NO_INTPTR_T
    #cmakedefine HAVE_NO_SOCKLEN_T
    #cmakedefine HAVE_NO_STDINT_H
    #cmakedefine HAVE_NO_VSNPRINTF
    #cmakedefine HAVE_NR
    #cmakedefine HAVE_NX
    #cmakedefine HAVE_OCTAVE
    #cmakedefine HAVE_PETSC
    #cmakedefine HAVE_PYTHON
    // FIXME HAVE_ONELAB2 from Gmsh
    #cmakedefine HAVE_ONELAB2
    #cmakedefine HAVE_SLEPC
    #cmakedefine HAVE_SMALLFEM
    #cmakedefine HAVE_SPARSKIT
    #cmakedefine HAVE_ZITSOL
    #cmakedefine HAVE_MULTIHARMONIC
    
    #define GETDP_CONFIG_OPTIONS "${GETDP_CONFIG_OPTIONS}"
    
    ${GETDP_CONFIG_PRAGMAS}
    
    #endif