mesh
Triangular mesh generation and manipulation.
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mesh_triangle
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
).