package mesh-triangle
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Binding to the triangle mesh generator
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (7)
Authors
Maintainers
Sources
  
    
      mesh-0.9.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=50d2b6612f97315d16b6b5e8a07ed9ebce9feaed5b7e40b71de739def781c029
    
    
  md5=3692641abf2e3ae8b31fa1b60b6e36a1
    
    
  doc/README.html
Mesh
This library defines a data structure for triangular meshes and provides several functions to manipulate them. In particular, a binding to Triangle is provided. It also allows to export meshes of functions defined on their nodes to LaTeX, SciLab, Matlab, Mathematica, and Graphics.
Install
The easier way to install this library is using opam. It is divided in multiple packages with mesh being the base one, providing the fundamental structure ans output functions and the other one being bindings to mesh generation programs/libraries and graphical output.
    opam install mesh
opam install mesh-display
opam install mesh-easymesh
opam install mesh-triangleIf you clone this repository, you can compile the code with make after installing the dependencies listed in the *.opam files.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page