Skip to content
Snippets Groups Projects
Select Git revision
  • 04dc4c5e5d9076e8baeab239cea3884f194ffc2e
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Forked from gmsh / gmsh
    9354 commits behind the upstream repository.
    Voro++ library source files
    ===========================
    This directory contains the source code for the library. For full details of
    each file, see the files section of the online reference manual at
    http://math.lbl.gov/voro++/doc/refman/
    
    Several other files are present:
    
    Makefile - the GNU Makefile controlling the compilation.
    
    Makefile.dep - a file containing all the dependencies of the source files,
    automatically generated by the GNU compiler.
    
    cmd_line.cc - source file for creating the command-line utility that makes use
    of the library.
    
    Doxyfile - configuration file for Doxygen, used to automatically generate
    documentation based on the source code comments.
    
    worklist_gen.pl - perl script for automatically generating the worklist.hh and
    v_base_wl.cc files.