package mesh

  1. Overview
  2. Docs
Triangular mesh generation and manipulation.

Install

Dune Dependency

Authors

Maintainers

Sources

mesh-0.8.7.tar.gz
sha256=9d5c56c98521fc14ac18e158ffe2c7798be47aa0d40a5652ea9ff793c74c7e92
md5=eec68a09280a9c1440170715c7432166

doc/mesh.triangle/Mesh_triangle/class-t/index.html

Class Mesh_triangle.t

Object describing various characteristics of a mesh (Mesh.t enriched with methods specific to Triangle). It can also be used to construct t values from Mesh.t with empty attributes matrices.

inherit 'l Mesh.t
method point_attribute : 'l Mesh.mat

A matrix of size a * n (fortran_layout) where a >= 0 is the number of attributes per point and n is the number of points (may be 0 if a = 0).

method triangle_attribute : 'l Mesh.mat

A matrix of size a * n (fortran_layout) where a >= 0 is the number of attributes per triangle and n is the number of triangles (may be 0 if a = 0).

OCaml

Innovation. Community. Security.