package mesh
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
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.tmethod point_attribute : 'l Mesh.matA 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.matA 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).