package mesh-easymesh
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Triangular mesh generation with EasyMesh
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (7)
Authors
Maintainers
Sources
mesh-0.9.2.tbz
sha256=e6090d794126c4ae2452cd055e900e7abc877923d32699a28a5a49c844ef63ae
md5=c374d015bb832ffab031a57d2b811299
doc/CHANGES.html
0.9.2 2017-12-25
- Compile
EasyMesh.exeand update the parsing of its output. - Make checks in
Mesh_trianglemore uniform. - Fix bug in the Triangle bindings.
- Remove all occurrences of
Obj.magicto ensure polymorphism w.r.t. the layout. Does not change the interface.
0.9.1 2017-12-18
- Add
Mesh.createandMesh_triangle.create. - Slightly improve the documentation.
Mesh.scilab: improve suggested command to export to PDF.
0.9.0 2017-12-14
- Rename
Mesh_displayasMesh_graphicsandEasymeshasMesh_easymesh. - Mesh.scilab: check the vector (representing the function) size and make the files more portable.
- Install EasyMesh program as part of the library.
- Fix some typos.
0.8.9 2017-10-30
- Split the package into
mesh,mesh-display,mesh-easymeshandmesh-triangle. - Port to
jbuilderandtopkg.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page