Revisions of gmsh

buildservice-autocommit accepted request 1136012 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 45)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 1135803 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 44)
- Update to 4.12.0
  * new high-order mesh optimisation mode for periodic meshes
  * new element qualities available through API
  * new IGES export
  * new volume glyph
  * OCC curve loops can now be oriented based on the sign of the
    first curve
  * better mesh node visualization
  * added suppport for model attributes in MSH2 files
  * new mesh renumbering capabilities in the API
  + new GAMBIT mesh reader
  * replaced Geometry.OCCSafeUnbind with more flexible
    Geometry.OCCFastUnbind (which can be set for boolean operations 
    as well)
  * added support for editing STEP headers
  * small bug fixes.
  * New API functions:
    + model/getEntitiesForPhysicalName, mesh/computeRenumbering,
      mesh/getVisibility.
  * Incompatible API changes:
    + new optional argument to occ/addCircleArc,
      mesh/renumberNodes, mesh/renumberElements
      and view/getListData
    + new optional "interruptible" argument to
      gmsh.initialize() in Python
- Drop upstream 0001-Add-missing-cstdint-header.patch
buildservice-autocommit accepted request 1132076 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 43)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1131236 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 42)
- Build against system eigen3; add BuildRequires: eigen3-devel.
- Run tests as part of %check.
buildservice-autocommit accepted request 1113465 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 41)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1112386 from Lubos Kocman's avatar Lubos Kocman (lkocman) (revision 40)
- Correction of license from legaldb
buildservice-autocommit accepted request 1075007 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 39)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 1074990 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 38)
- Fix builds failing with GCC 13, add
  0001-Add-missing-cstdint-header.patch
buildservice-autocommit accepted request 1045907 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 37)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 1045626 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 36)
- Update to 4.11.1
  * Mesh.TransfiniteTri improvements
  * small bug fixes
buildservice-autocommit accepted request 1034680 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 35)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1034636 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 34)
- Update to 4.11.0
  * new Fortran API
  * improved copying ("Duplicata") of multiple shapes with OCC
  * reduced default order for OCC surface filling
  * arbitrary string attributes can now be stored in models and
    MSH files
  * new Radioss export
  * added ability to specify spline tangents with OCC
  * new option Mesh.SaveWithoutOrphans to prune orphan entities
    (e.g. geometrical construction points) from MSH4 files
  * major overhaul of the reference manual
  * new official macOS ARM builds
  * small bug fixes.
  * New API functions:
    + model/getAttributeNames, model/getAttribute,
      model/setAttribute, model/removeAttribute
  * Incompatible API changes:
    + new argument to mesh/computeHomology
    + new optional arguments to occ/addSpline and
      occ/addThruSections
buildservice-autocommit accepted request 1001042 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 33)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 1000706 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 32)
- Update to 4.10.5
  * small bug fixes.
- Update to 4.10.4
  * improved graphical window tooltips
  * small bug fixes.
  * New API function: mesh/removeDuplicateElements
buildservice-autocommit accepted request 983602 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 31)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 983601 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 30)
- Update to 4.10.3
  * small bug fixes.
  * New API function: fltk/finalize
- Update to 4.10.2
  * fixed regression introduced in 4.9 for recombined meshes
    with boundary layers
  * new Geometry.OCCSafeUnbind option to disable boolean
    optimization introduced in 4.10.0 (for backward compatibility)
  * new HealShapes command in .geo files
  * simplified calculation of OCC STL bounding boxes generalized
    Crack plugin
  * small bug fixes.
- Update to 4.10.1
  * small bug fixes.
- Update to 4.10.0
  * more flexible homology/cohomology workflow in the API
  * "Attractor" field is now just a synonym for the newer (and more
    efficient) "Distance" field
  * periodic bsplines now use the same default multiplicities in
    OCC as in the built-in kernel
  * model/isInside now also handles discrete entities
  * speed-up repeated simple boolean operations
  * C++ api now throws std::runtime_error on errors
  * small bug fixes.
  * New API functions:
    geo/addGeometry, geo/addPointOnGeometry, mesh/addHomologyRequest,
    mesh/clearHomologyRequests, mesh/setVisibility,
    mesh/getElementQualities
  * Incompatible API changes:
    + additional const qualifiers in C API
    + removed mesh/computeCohomology
    + new arguments to occ/getCurveLoops and occ/getSurfaceLoops
    + changed arguments of mesh/computeHomology
    + new optional arguments to occ/addCircle, occ/addEllipse,
      occ/addDisk, occ/addTorus, occ/addWedge, model/addPhysicalGroup,
      model/geo/addPhysicalGroup, mesh/removeDuplicateNodes and
      mesh/setRecombine.
- Update to 4.9.5
  * dynamic Gmsh library now also only exports public symbols on
    macOS and Linux, like it does on Windows
  * better handling of max. thread settings
  * small bug fixes.
  * New API function: mesh/getDuplicateNodes
- Make demos and doc subpackages noarch
- Some more specfile cleanup
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 982757 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 29)
Disable julia subpackage and do not install related examples and tutorials when building for openSUSE >= 1550 where julia is no longer available.
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 953023 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 28)
- Update to 4.9.4:
  * Improved BSpline filling; new options Mesh.MinimumLineNodes,
    Mesh.RecombineNodeRepositioning, Mesh.RecombineMinimumQuality
    and Mesh.StlLinearDeflectionRelative
  * updated bundled Eigen
  * small bug fixes
  * New API functions:
    gmsh/isInitialized, occ/convertToNURBS, occ/getCurveLoops,
    occ/getSurfaceLoops, mesh/importStl, parser/getNames,
    parser/setNumber, parser/setString, parser/getNumber,
    parser/getString, parser/clear, parser/parse,
    onelab/getChanged, onelab/setChanged.
- Drop 0001-mpeg_encode-Do-not-free-stack-allocated-frame.patch
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 944955 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 27)
- Update to 4.9.3:
  * improved handling of degenerate curves in periodic surfaces and
    boundary layer extrusion
  * extended Mesh.SaveGroupsOfElements capabilities for INP export
  * extended Mesh.MeshSizeExtendFromBoundary + new "Extend" mesh
    size field to enable alternative mesh size extensions from boundary
  * enhanced X3D output
  * moved all kernel sources to src/ subdirectory
  * renamed demos/ as examples/ and tutorial/ as tutorials/
  * small bug fixes
- Update to 4.9.2:
  * faster projection on OCC entities
  * extended Mesh.SaveGroupsOfNodes capabilities for INP export
  * improved transfinite meshing of surfaces with boundary on
    periodic seam.
- Update to 4.9.1:
  * relax tolerance on curve parametrization match for periodic meshing
  * enable extruded boundary layers on generic model entities
  * activate IncludeBoundary by default in Restrict field
  * downgraded compiler for official Linux releases to gcc 6 to
    improve compatibility with older systems
  * small bug fixes (view tag generation with zero tag, model/setTag).
- Update to 4.9.0:
  * new initial 2D meshing algorithm
  * new quasi-structured quad algorithm
  * improved handling of imperfect curve reparametrization on
    surfaces in 2D periodic meshing algorithm
  * mesh renumbering now also renumbers dependent post-processing views
  * the mesh size callback is now per-model and its returned value
    is not gathered with the other size constraints in a global min
    reduction anymore: instead the callback takes as additional
    argument the mesh size lc that would be prescribed in the absence
    of the callback, which allows to perform any desired modification
    (the old behavior can be achieved by returning min(lc, value))
  * OCC STL representation is now generated using relative deflection
    tolerance
  * new TransformMesh command in .geo files
  * new behavior of Mesh.SaveGroupsOf{Nodes,Elements} in UNV and
    INP exports
  * partitioned MSH4 files now contain the full partition topology
    (i.e. all partition entities)
  * fixed metric calculation with Eigen (for anisotropic mesh generation)
  * official binary builds now support OpenMP parallelization and are
    64 bit only (build OS upgraded to Windows 10, macOS 10.15 and
    Linux glibc 2.24)
  * new experimental Fortran API
  * new API functions to handle view options by tag instead of by index
  * color options in the API can now be specified as in .geo files,
    in the form "Category.Color.Option"
  * small bug fixes.
- Update to 4.8.4:
  * set current model in gmsh/model/add
  * small bug fixes.
- Add 0001-mpeg_encode-Do-not-free-stack-allocated-frame.patch
- Rebase link_dynamic_gl2ps.patch
- Rebase gmsh-3.0.5-add-shebang-to-onelab.patch
buildservice-autocommit accepted request 888889 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 26)
baserev update by copy to link target
Displaying revisions 1 - 20 of 45
openSUSE Build Service is sponsored by