pygalmesh 0.5.0-3ubuntu1 source package in Ubuntu

Changelog

pygalmesh (0.5.0-3ubuntu1) focal; urgency=medium

  * Merge with Debian unstable, remaining changes:
    + debian/patches/autopkgtest-s390x.patch:
      - Avoids autopkgtest failure on s390x due to confirmed bug in meshio

pygalmesh (0.5.0-3) unstable; urgency=medium

  * more tolerance relaxing in relax_test_tolerance.patch.
    Closes: #947058.

pygalmesh (0.5.0-2) unstable; urgency=medium

  * debian patch relax_test_tolerance.patch relaxes tolerance in
    test_inr.py to allow successful tests on arm64. Closes: #947058.
  * Standards-Version: 4.4.1

 -- Graham Inggs <email address hidden>  Wed, 01 Jan 2020 07:26:41 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pygalmesh_0.5.0.orig.tar.xz 853.4 KiB 37bc42821e11b842a13b3f20bcca4643bf56fc6de2e1ec036dea5ce79c3114c6
pygalmesh_0.5.0-3ubuntu1.debian.tar.xz 5.1 KiB 4359eb740890a7f18052c56e7cfe2720962f3cf14d789a59038d47f03501844a
pygalmesh_0.5.0-3ubuntu1.dsc 2.2 KiB 26b3f27d5e03c6d4c9d516db2b8a0391fb583cd7d7a91a2be433896d91d4ac97

View changes file

Binary packages built by this source

python3-pygalmesh: Python 3 frontend to CGAL's 3D mesh generators

 pygalmesh makes it easy to create high-quality 3D volume and surface
 meshes.
 .
 CGAL offers two different approaches for mesh generation:
  - Meshes defined implicitly by level sets of functions.
  - Meshes defined by a set of bounding planes.
 .
 pygalmesh provides a front-end to the first approach, which has the
 following advantages and disadvantages:
  - All boundary points are guaranteed to be in the level set within
      any specified residual. This results in smooth curved surfaces.
  - Sharp intersections of subdomains (e.g., in unions or
      differences of sets) need to be specified manually (via feature edges,
      see below), which can be tedious.
 .
 On the other hand, the bounding-plane approach (realized by mshr),
 has the following properties:
  - Smooth, curved domains are approximated by a set of bounding
      planes, resulting in more of less visible edges.
  - Intersections of domains can be computed automatically, so
      domain unions etc. have sharp edges where they belong.
 .
 pygalmesh and mshr are therefore complementary.
 .
 pygalmesh also interfaces CGAL's 3D periodic mesh generation.
 .
 This package installs the pygalmesh module for Python 3.
 .
 It also provides the utility scripts pygalmesh-from-inr and
 pygalmesh-volume-from-surface for generating volume meshes from
 INR or surface meshes.

python3-pygalmesh-dbgsym: debug symbols for python3-pygalmesh