package mesh-triangle
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a8bfa4bda95498c2ed45fef648a5b8dc828468f529c54f1b6b1e52f67da084cc
md5=bdc6e96fba4c37035c3121583ca9e3cd
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.
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)
-
mesh
= "0.8.9"
- base-bytes
- base-bigarray
-
configurator
build
-
jbuilder
>= "1.0+beta9"
-
ocamlfind
build & >= "1.5"
- ocaml
Dev Dependencies (1)
-
lacaml
with-test
Used by
None
Conflicts
None