diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-25 17:41:45 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-25 17:41:45 +0000 |
commit | f4dd1a98e8e15a310954372ee34ab857a55e527f (patch) | |
tree | 1b365b2c5429be22c081ffbbdf25f3460f12d3e0 /cad/gmsh | |
parent | - Update Thunar to 1.6.16 (diff) |
cad/gmsh: update to 4.1.3
Changes since 4.1.0:
https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
* Improved quad meshing
* New options for automatic full-quad meshes
* Save nodesets also for physical points (Abaqus, Tochnog)
* New getPartitions, unpartition and removePhysicalName functions in API
* Small bug fixes.
* fixed full-quad subdivision if Mesh.SecondOrderLinear is set
* Fixed packing of parallelograms regression in 4.1.1.
* Added support for general affine transformations with OpenCASCADE kernel
* Improved handling of boolean tolerance (snap vertices)
* Faster crossfield calculation by default (e.g. for DelQuad algorithm)
* Fixed face vertices for PyramidN
* Renamed ONELAB "Action" and "Button" parameters "ONELAB/Action" and
"ONELAB/Button"
* Added support for actions on any ONELAB button
* Added API functions for selections in user interface.
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=491162
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 2 | ||||
-rw-r--r-- | cad/gmsh/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 2efa48e747a1..c1ba45748328 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.3 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index 7394d488931a..01f1eea91b43 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547924334 -SHA256 (gmsh/gmsh-4.1.0-source.tgz) = 35c603770bd051197fecb1e8ea579bcc80b913086a8e95e154915548b499a34c -SIZE (gmsh/gmsh-4.1.0-source.tgz) = 12695774 +TIMESTAMP = 1548346312 +SHA256 (gmsh/gmsh-4.1.3-source.tgz) = bd4e4108437a25bd7a917570a6d3801d23eea49df7c78937a90c7a1637f54d5d +SIZE (gmsh/gmsh-4.1.3-source.tgz) = 12689442 |