package mesh-triangle

  1. Overview
  2. Docs
Binding to the triangle mesh generator

Install

Dune Dependency

Authors

Maintainers

Sources

mesh-0.9.0.tbz
sha256=8189f1814bfced1b29be93e07e6d16d95dfa90c0328dad3ff4f36501b028c209
md5=f69ee0a5044799fc45e7b06eaeb60f43

Description

This module is a binding to the Triangle library which was awarded the James Hardy Wilkinson Prize in Numerical Software in 2003. If libtriangle-dev is not installed on your system, it will install a local copy for this library.

Tags

clib:triangle

Published: 14 Dec 2017

README

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-triangle

If you clone this repository, you can compile the code with make after installing the dependencies listed in the *.opam files.

Dependencies (7)

  1. mesh = "0.9.0"
  2. base-bytes
  3. base-bigarray
  4. configurator build
  5. jbuilder >= "1.0+beta9"
  6. ocamlfind build & >= "1.5"
  7. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. lacaml with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.