Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gmsh-demos-4.13.1-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: gmsh-demos Distribution: openSUSE Tumbleweed
Version: 4.13.1 Vendor: openSUSE
Release: 1.3 Build date: Sat Nov 16 22:24:15 2024
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 9408677 Source RPM: gmsh-4.13.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gmsh.info/
Summary: A three-dimensional finite element mesh generator
Gmsh is a 3D finite element grid generator with a build-in CAD engine
and post-processor.

This package contains demos and tutorials.

Provides

Requires

License

Apache-2.0 AND GPL-2.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND LGPL-2.1-or-later AND MPL-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND X11

Changelog

* Sat Nov 16 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to 4.13.1
    * fix regression introduced in 4.13.0 when reading binary .msh
      files with post-processing data
    * new read-only Mesh.MinQuality updated after meshing pipeline
    * occ/addSurfaceFilling new defaults to degree=2 for consistency
      with .geo files
    * small bug fixes
  - Update to 4.13.0
    * added support for importing and exporting XAO files
    * new options for OCC boolean operations (OCCBooleanCheckInverted,
      OCCBooleanGlue, OCCBooleanNonDestructive, OCCBooleanSimplify)
    * new OCC operations (2D fillets and chamfers,
      distance, defeature)
    * new quasi-transfinite 2d meshes (with fans)
    * small API additions
    * revert Crack plugin logic to version 4.10.1
    * bug fixes
* Thu Jan 04 2024 Dominique Leuenberger <dleuenberger@suse.com>
  - Fix supplements: add parentheses in order to properly have this
    as a boolean dependency.
* Sun Dec 31 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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
* Wed Sep 20 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Build against system eigen3; add BuildRequires: eigen3-devel.
  - Run tests as part of %check.
* Tue Sep 19 2023 Lubos Kocman <lubos.kocman@suse.com>
  - Correction of license from legaldb
* Tue Mar 28 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix builds failing with GCC 13, add
    0001-Add-missing-cstdint-header.patch
* Wed Dec 28 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to 4.11.1
    * Mesh.TransfiniteTri improvements
    * small bug fixes
* Tue Nov 08 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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
* Thu Sep 01 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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
* Sat Jun 18 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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
* Wed Jun 15 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Disable julia subpackage and do not install related examples and
    tutorials when building for openSUSE >= 1550 where julia is no
    longer available.
* Sun Feb 06 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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
* Sat Jan 08 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - 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

Files

/usr/share/doc/packages/gmsh
/usr/share/doc/packages/gmsh/examples
/usr/share/doc/packages/gmsh/examples/api
/usr/share/doc/packages/gmsh/examples/api/CMakeLists.txt
/usr/share/doc/packages/gmsh/examples/api/README.txt
/usr/share/doc/packages/gmsh/examples/api/adapt_mesh.cpp
/usr/share/doc/packages/gmsh/examples/api/adapt_mesh.py
/usr/share/doc/packages/gmsh/examples/api/aneurysm.py
/usr/share/doc/packages/gmsh/examples/api/aneurysm_data.stl
/usr/share/doc/packages/gmsh/examples/api/as1-tu-203.stp
/usr/share/doc/packages/gmsh/examples/api/bgmesh.pos
/usr/share/doc/packages/gmsh/examples/api/boolean.cpp
/usr/share/doc/packages/gmsh/examples/api/boolean.py
/usr/share/doc/packages/gmsh/examples/api/bspline_bezier_patches.py
/usr/share/doc/packages/gmsh/examples/api/bspline_bezier_trimmed.py
/usr/share/doc/packages/gmsh/examples/api/bspline_filling.py
/usr/share/doc/packages/gmsh/examples/api/circle_arc.py
/usr/share/doc/packages/gmsh/examples/api/closest_point.py
/usr/share/doc/packages/gmsh/examples/api/copy_mesh.py
/usr/share/doc/packages/gmsh/examples/api/crack.py
/usr/share/doc/packages/gmsh/examples/api/crack3d.py
/usr/share/doc/packages/gmsh/examples/api/custom_gui.cpp
/usr/share/doc/packages/gmsh/examples/api/custom_gui.py
/usr/share/doc/packages/gmsh/examples/api/cylinderFFD.py
/usr/share/doc/packages/gmsh/examples/api/discrete.cpp
/usr/share/doc/packages/gmsh/examples/api/discrete.py
/usr/share/doc/packages/gmsh/examples/api/edges.cpp
/usr/share/doc/packages/gmsh/examples/api/explore.cpp
/usr/share/doc/packages/gmsh/examples/api/explore.py
/usr/share/doc/packages/gmsh/examples/api/extend_field.py
/usr/share/doc/packages/gmsh/examples/api/faces.cpp
/usr/share/doc/packages/gmsh/examples/api/flatten.py
/usr/share/doc/packages/gmsh/examples/api/flatten2.py
/usr/share/doc/packages/gmsh/examples/api/fragment_surfaces.cpp
/usr/share/doc/packages/gmsh/examples/api/get_data_perf.cpp
/usr/share/doc/packages/gmsh/examples/api/get_data_perf.py
/usr/share/doc/packages/gmsh/examples/api/glue_and_remesh_stl.py
/usr/share/doc/packages/gmsh/examples/api/gui.cpp
/usr/share/doc/packages/gmsh/examples/api/gui.py
/usr/share/doc/packages/gmsh/examples/api/heal.py
/usr/share/doc/packages/gmsh/examples/api/hex.py
/usr/share/doc/packages/gmsh/examples/api/hybrid_order.py
/usr/share/doc/packages/gmsh/examples/api/import_perf.c
/usr/share/doc/packages/gmsh/examples/api/import_perf.cpp
/usr/share/doc/packages/gmsh/examples/api/import_perf.py
/usr/share/doc/packages/gmsh/examples/api/mesh_from_discrete_curve.py
/usr/share/doc/packages/gmsh/examples/api/mesh_quality.py
/usr/share/doc/packages/gmsh/examples/api/mirror_mesh.py
/usr/share/doc/packages/gmsh/examples/api/msh_attributes.py
/usr/share/doc/packages/gmsh/examples/api/multi_process.py
/usr/share/doc/packages/gmsh/examples/api/multi_thread.py
/usr/share/doc/packages/gmsh/examples/api/naca_boundary_layer_2d.py
/usr/share/doc/packages/gmsh/examples/api/naca_boundary_layer_3d.py
/usr/share/doc/packages/gmsh/examples/api/neighbors.py
/usr/share/doc/packages/gmsh/examples/api/normals.py
/usr/share/doc/packages/gmsh/examples/api/object.stl
/usr/share/doc/packages/gmsh/examples/api/ocean.py
/usr/share/doc/packages/gmsh/examples/api/onelab_run.py
/usr/share/doc/packages/gmsh/examples/api/onelab_run_auto.c
/usr/share/doc/packages/gmsh/examples/api/onelab_run_auto.cpp
/usr/share/doc/packages/gmsh/examples/api/onelab_run_auto.py
/usr/share/doc/packages/gmsh/examples/api/onelab_test.py
/usr/share/doc/packages/gmsh/examples/api/open.cpp
/usr/share/doc/packages/gmsh/examples/api/open.py
/usr/share/doc/packages/gmsh/examples/api/opt.py
/usr/share/doc/packages/gmsh/examples/api/partition.cpp
/usr/share/doc/packages/gmsh/examples/api/partition.py
/usr/share/doc/packages/gmsh/examples/api/periodic.py
/usr/share/doc/packages/gmsh/examples/api/pipe.py
/usr/share/doc/packages/gmsh/examples/api/plugin.cpp
/usr/share/doc/packages/gmsh/examples/api/plugin.py
/usr/share/doc/packages/gmsh/examples/api/poisson.py
/usr/share/doc/packages/gmsh/examples/api/prepro.py
/usr/share/doc/packages/gmsh/examples/api/prim_axis.py
/usr/share/doc/packages/gmsh/examples/api/raw_tetrahedralization.py
/usr/share/doc/packages/gmsh/examples/api/raw_triangulation.py
/usr/share/doc/packages/gmsh/examples/api/relocate_nodes.py
/usr/share/doc/packages/gmsh/examples/api/remesh_stl.py
/usr/share/doc/packages/gmsh/examples/api/remove_elements.py
/usr/share/doc/packages/gmsh/examples/api/renumbering.py
/usr/share/doc/packages/gmsh/examples/api/reparamOnFace.py
/usr/share/doc/packages/gmsh/examples/api/select_elements.py
/usr/share/doc/packages/gmsh/examples/api/simple.c
/usr/share/doc/packages/gmsh/examples/api/simple.cpp
/usr/share/doc/packages/gmsh/examples/api/simple.py
/usr/share/doc/packages/gmsh/examples/api/spherical_surf.py
/usr/share/doc/packages/gmsh/examples/api/spline.cpp
/usr/share/doc/packages/gmsh/examples/api/spline.py
/usr/share/doc/packages/gmsh/examples/api/split_window.py
/usr/share/doc/packages/gmsh/examples/api/square.cpp
/usr/share/doc/packages/gmsh/examples/api/square.geo
/usr/share/doc/packages/gmsh/examples/api/step_assembly.py
/usr/share/doc/packages/gmsh/examples/api/step_boundary_colors.py
/usr/share/doc/packages/gmsh/examples/api/step_boundary_colors.stp
/usr/share/doc/packages/gmsh/examples/api/step_header_data.py
/usr/share/doc/packages/gmsh/examples/api/step_header_data.stp
/usr/share/doc/packages/gmsh/examples/api/stl_to_brep.py
/usr/share/doc/packages/gmsh/examples/api/stl_to_mesh.py
/usr/share/doc/packages/gmsh/examples/api/surface1.stl
/usr/share/doc/packages/gmsh/examples/api/surface2.stl
/usr/share/doc/packages/gmsh/examples/api/surface_filling.py
/usr/share/doc/packages/gmsh/examples/api/terrain.py
/usr/share/doc/packages/gmsh/examples/api/terrain_bspline.py
/usr/share/doc/packages/gmsh/examples/api/terrain_stl.py
/usr/share/doc/packages/gmsh/examples/api/terrain_stl_data.stl
/usr/share/doc/packages/gmsh/examples/api/test.c
/usr/share/doc/packages/gmsh/examples/api/test.py
/usr/share/doc/packages/gmsh/examples/api/trimmed.py
/usr/share/doc/packages/gmsh/examples/api/tube_boundary_layer.py
/usr/share/doc/packages/gmsh/examples/api/view.cpp
/usr/share/doc/packages/gmsh/examples/api/view.py
/usr/share/doc/packages/gmsh/examples/api/view_adaptive_to_mesh.py
/usr/share/doc/packages/gmsh/examples/api/view_combine.py
/usr/share/doc/packages/gmsh/examples/api/view_element_size.py
/usr/share/doc/packages/gmsh/examples/api/view_renumbering.py
/usr/share/doc/packages/gmsh/examples/api/viewlist.cpp
/usr/share/doc/packages/gmsh/examples/api/viewlist.py
/usr/share/doc/packages/gmsh/examples/api/volume.py
/usr/share/doc/packages/gmsh/examples/api/x3d_export.py
/usr/share/doc/packages/gmsh/examples/boolean
/usr/share/doc/packages/gmsh/examples/boolean/as1-tu-203.stp
/usr/share/doc/packages/gmsh/examples/boolean/baffles.geo
/usr/share/doc/packages/gmsh/examples/boolean/boolean.geo
/usr/share/doc/packages/gmsh/examples/boolean/chamfer.geo
/usr/share/doc/packages/gmsh/examples/boolean/coherence.geo
/usr/share/doc/packages/gmsh/examples/boolean/component8.step
/usr/share/doc/packages/gmsh/examples/boolean/compsolid.geo
/usr/share/doc/packages/gmsh/examples/boolean/compsolid2.geo
/usr/share/doc/packages/gmsh/examples/boolean/extend_field.geo
/usr/share/doc/packages/gmsh/examples/boolean/extrude.geo
/usr/share/doc/packages/gmsh/examples/boolean/extrude2.geo
/usr/share/doc/packages/gmsh/examples/boolean/fillet.geo
/usr/share/doc/packages/gmsh/examples/boolean/fillet2.geo
/usr/share/doc/packages/gmsh/examples/boolean/fillet3.geo
/usr/share/doc/packages/gmsh/examples/boolean/fillet4.geo
/usr/share/doc/packages/gmsh/examples/boolean/fillet_chamfer.geo
/usr/share/doc/packages/gmsh/examples/boolean/fleur.geo
/usr/share/doc/packages/gmsh/examples/boolean/fragment_numbering.geo
/usr/share/doc/packages/gmsh/examples/boolean/hybrid_occ_builtin.geo
/usr/share/doc/packages/gmsh/examples/boolean/hyperboloid.geo
/usr/share/doc/packages/gmsh/examples/boolean/import.geo
/usr/share/doc/packages/gmsh/examples/boolean/import2.geo
/usr/share/doc/packages/gmsh/examples/boolean/intersect_line_volume.geo
/usr/share/doc/packages/gmsh/examples/boolean/mesh_size_per_volume.geo
/usr/share/doc/packages/gmsh/examples/boolean/neuron.geo
/usr/share/doc/packages/gmsh/examples/boolean/number_of_tets.geo
/usr/share/doc/packages/gmsh/examples/boolean/periodic.geo
/usr/share/doc/packages/gmsh/examples/boolean/periodic_embedded.geo
/usr/share/doc/packages/gmsh/examples/boolean/pipe.geo
/usr/share/doc/packages/gmsh/examples/boolean/primitives.geo
/usr/share/doc/packages/gmsh/examples/boolean/revolve.geo
/usr/share/doc/packages/gmsh/examples/boolean/revolve2.geo
/usr/share/doc/packages/gmsh/examples/boolean/shell_sewing.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple2.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple3.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple4.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple5.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple6.geo
/usr/share/doc/packages/gmsh/examples/boolean/simple7.geo
/usr/share/doc/packages/gmsh/examples/boolean/slicer.geo
/usr/share/doc/packages/gmsh/examples/boolean/slicer_surfaces.geo
/usr/share/doc/packages/gmsh/examples/boolean/spherical_surf.geo
/usr/share/doc/packages/gmsh/examples/boolean/spline.geo
/usr/share/doc/packages/gmsh/examples/boolean/step_assembly.geo
/usr/share/doc/packages/gmsh/examples/boolean/surface_filling.geo
/usr/share/doc/packages/gmsh/examples/boolean/thicksolid.geo
/usr/share/doc/packages/gmsh/examples/boolean/thrusections.geo
/usr/share/doc/packages/gmsh/examples/boolean/transfinite.geo
/usr/share/doc/packages/gmsh/examples/boolean/transform.geo
/usr/share/doc/packages/gmsh/examples/boolean/twist.geo
/usr/share/doc/packages/gmsh/examples/post_processing
/usr/share/doc/packages/gmsh/examples/post_processing/anim.script
/usr/share/doc/packages/gmsh/examples/post_processing/compute_area_volume.geo
/usr/share/doc/packages/gmsh/examples/post_processing/encode.script
/usr/share/doc/packages/gmsh/examples/post_processing/isosurf.script
/usr/share/doc/packages/gmsh/examples/post_processing/lowmem-anim.geo
/usr/share/doc/packages/gmsh/examples/post_processing/multislice.script
/usr/share/doc/packages/gmsh/examples/post_processing/plot2d.geo
/usr/share/doc/packages/gmsh/examples/post_processing/primitives.pos
/usr/share/doc/packages/gmsh/examples/post_processing/right_scale_centered.geo
/usr/share/doc/packages/gmsh/examples/post_processing/rotate.script
/usr/share/doc/packages/gmsh/examples/post_processing/title.script
/usr/share/doc/packages/gmsh/examples/post_processing/view_groups.geo
/usr/share/doc/packages/gmsh/examples/simple_geo
/usr/share/doc/packages/gmsh/examples/simple_geo/antenna.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/antenna.i1
/usr/share/doc/packages/gmsh/examples/simple_geo/cone.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/cube.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/filter.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/hex.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/homology.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/indheat.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/machine.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/machine.i1
/usr/share/doc/packages/gmsh/examples/simple_geo/machine.i2
/usr/share/doc/packages/gmsh/examples/simple_geo/piece-extr-rec.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/piece-extr.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/piece.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/pripyrtet.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/sphere-discrete.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/sphere-surf.stl
/usr/share/doc/packages/gmsh/examples/simple_geo/sphere.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/splines.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/square_regular.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.geo
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.i1
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.i2
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.i3
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.i4
/usr/share/doc/packages/gmsh/examples/simple_geo/tower.i5
/usr/share/doc/packages/gmsh/examples/simple_geo/transfinite.geo
/usr/share/doc/packages/gmsh/examples/struct
/usr/share/doc/packages/gmsh/examples/struct/Exists_GetForced.geo
/usr/share/doc/packages/gmsh/examples/struct/struct.geo
/usr/share/doc/packages/gmsh/tutorials
/usr/share/doc/packages/gmsh/tutorials/README.txt
/usr/share/doc/packages/gmsh/tutorials/c
/usr/share/doc/packages/gmsh/tutorials/c++
/usr/share/doc/packages/gmsh/tutorials/c++/README.txt
/usr/share/doc/packages/gmsh/tutorials/c++/t1.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t10.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t11.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t12.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t13.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t14.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t15.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t16.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t17.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t18.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t19.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t2.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t20.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t21.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t3.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t4.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t5.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t6.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t7.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t8.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/t9.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x1.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x2.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x3.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x4.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x5.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x6.cpp
/usr/share/doc/packages/gmsh/tutorials/c++/x7.cpp
/usr/share/doc/packages/gmsh/tutorials/c/README.txt
/usr/share/doc/packages/gmsh/tutorials/c/t1.c
/usr/share/doc/packages/gmsh/tutorials/c/t16.c
/usr/share/doc/packages/gmsh/tutorials/c/t2.c
/usr/share/doc/packages/gmsh/tutorials/c/t6.c
/usr/share/doc/packages/gmsh/tutorials/fortran
/usr/share/doc/packages/gmsh/tutorials/fortran/README.txt
/usr/share/doc/packages/gmsh/tutorials/fortran/t1.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t10.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t11.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t12.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t13.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t14.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t15.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t16.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t17.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t18.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t19.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t2.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t20.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t21.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t3.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t4.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t5.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t6.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t7.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t8.f90
/usr/share/doc/packages/gmsh/tutorials/fortran/t9.f90
/usr/share/doc/packages/gmsh/tutorials/python
/usr/share/doc/packages/gmsh/tutorials/python/README.txt
/usr/share/doc/packages/gmsh/tutorials/python/t1.py
/usr/share/doc/packages/gmsh/tutorials/python/t10.py
/usr/share/doc/packages/gmsh/tutorials/python/t11.py
/usr/share/doc/packages/gmsh/tutorials/python/t12.py
/usr/share/doc/packages/gmsh/tutorials/python/t13.py
/usr/share/doc/packages/gmsh/tutorials/python/t14.py
/usr/share/doc/packages/gmsh/tutorials/python/t15.py
/usr/share/doc/packages/gmsh/tutorials/python/t16.py
/usr/share/doc/packages/gmsh/tutorials/python/t17.py
/usr/share/doc/packages/gmsh/tutorials/python/t18.py
/usr/share/doc/packages/gmsh/tutorials/python/t19.py
/usr/share/doc/packages/gmsh/tutorials/python/t2.py
/usr/share/doc/packages/gmsh/tutorials/python/t20.py
/usr/share/doc/packages/gmsh/tutorials/python/t21.py
/usr/share/doc/packages/gmsh/tutorials/python/t3.py
/usr/share/doc/packages/gmsh/tutorials/python/t4.py
/usr/share/doc/packages/gmsh/tutorials/python/t5.py
/usr/share/doc/packages/gmsh/tutorials/python/t6.py
/usr/share/doc/packages/gmsh/tutorials/python/t7.py
/usr/share/doc/packages/gmsh/tutorials/python/t8.py
/usr/share/doc/packages/gmsh/tutorials/python/t9.py
/usr/share/doc/packages/gmsh/tutorials/python/x1.py
/usr/share/doc/packages/gmsh/tutorials/python/x2.py
/usr/share/doc/packages/gmsh/tutorials/python/x3.py
/usr/share/doc/packages/gmsh/tutorials/python/x4.py
/usr/share/doc/packages/gmsh/tutorials/python/x5.py
/usr/share/doc/packages/gmsh/tutorials/python/x6.py
/usr/share/doc/packages/gmsh/tutorials/python/x7.py
/usr/share/doc/packages/gmsh/tutorials/t1.geo
/usr/share/doc/packages/gmsh/tutorials/t10.geo
/usr/share/doc/packages/gmsh/tutorials/t11.geo
/usr/share/doc/packages/gmsh/tutorials/t12.geo
/usr/share/doc/packages/gmsh/tutorials/t13.geo
/usr/share/doc/packages/gmsh/tutorials/t13_data.stl
/usr/share/doc/packages/gmsh/tutorials/t14.geo
/usr/share/doc/packages/gmsh/tutorials/t15.geo
/usr/share/doc/packages/gmsh/tutorials/t16.geo
/usr/share/doc/packages/gmsh/tutorials/t17.geo
/usr/share/doc/packages/gmsh/tutorials/t17_bgmesh.pos
/usr/share/doc/packages/gmsh/tutorials/t18.geo
/usr/share/doc/packages/gmsh/tutorials/t19.geo
/usr/share/doc/packages/gmsh/tutorials/t2.geo
/usr/share/doc/packages/gmsh/tutorials/t20.geo
/usr/share/doc/packages/gmsh/tutorials/t20_data.step
/usr/share/doc/packages/gmsh/tutorials/t21.geo
/usr/share/doc/packages/gmsh/tutorials/t3.geo
/usr/share/doc/packages/gmsh/tutorials/t4.geo
/usr/share/doc/packages/gmsh/tutorials/t4_image.png
/usr/share/doc/packages/gmsh/tutorials/t5.geo
/usr/share/doc/packages/gmsh/tutorials/t6.geo
/usr/share/doc/packages/gmsh/tutorials/t7.geo
/usr/share/doc/packages/gmsh/tutorials/t7_bgmesh.pos
/usr/share/doc/packages/gmsh/tutorials/t8.geo
/usr/share/doc/packages/gmsh/tutorials/t9.geo
/usr/share/doc/packages/gmsh/tutorials/view1.pos
/usr/share/doc/packages/gmsh/tutorials/view2.pos
/usr/share/doc/packages/gmsh/tutorials/view3.pos
/usr/share/doc/packages/gmsh/tutorials/view4.pos
/usr/share/doc/packages/gmsh/tutorials/view5.msh


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:30:25 2025