package mesh

  1. Overview
  2. Docs

Description

This is an interface to various mesh generators, in particular triangle. It also provides functions to optimize the numbering of mesh points and to export meshes and piecewise linear functions defined on them to TikZ, Scilab, Matlab, and Mathematica formats.

Tags

Mesh Triangulation PDE

Published: 19 Mar 2019

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.

Dev Dependencies (1)

  1. lacaml with-test

Used by (3)

  1. mesh-easymesh >= "0.9.5"
  2. mesh-graphics >= "0.9.5"
  3. mesh-triangle >= "0.9.5"

Conflicts

None