package mesh-easymesh

  1. Overview
  2. Docs
Triangular mesh generation with EasyMesh

Install

Dune Dependency

Authors

Maintainers

Sources

mesh-0.9.5.tbz
sha256=1e356ceffaf5d22be6cdbb2f543e24adb1445170494b404c883b07b87ae96c2a
md5=d293a1715cd69ee9d76bfbb1385de224

Description

EasyMesh is a two-dimensional quality mesh generator developed by Bojan Niceno and available from MIT. This module provides an interface calling the program EasyMesh to perform the mesh generation.

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

None

Conflicts

None

OCaml

Innovation. Community. Security.