package mesh

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

Install

Dune Dependency

Authors

Maintainers

Sources

mesh-0.8.8.tar.gz
sha256=583e364b67516245d9765e7bbfac1b3826b0b3b9ffad9a07cfa2c0cf3ff2a65e
md5=992dab043c55a998df924550fb5c3d70

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

Class Mesh_triangle.pslg

Planar Straight Line Graph datastructure (Mesh.pslg enriched with methods specific to Triangle). By default, creating an object from this class results in all methods being initialized with empty arrays.

inherit 'l Mesh.pslg
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). The attributes are typically floating-point values of physical quantities (such as mass or conductivity) associated with the nodes.

OCaml

Innovation. Community. Security.