package mesh
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Triangular mesh generation and manipulation.
Install
dune-project
Dependency
Authors
Maintainers
Sources
mesh-0.8.8.tar.gz
sha256=583e364b67516245d9765e7bbfac1b3826b0b3b9ffad9a07cfa2c0cf3ff2a65e
md5=992dab043c55a998df924550fb5c3d70
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.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).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>