pygalmesh 0.10.6-1 source package in Ubuntu

Changelog

pygalmesh (0.10.6-1) unstable; urgency=medium

  * New upstream release.
  * run debian/tests (autopkgtest) over all supported python versions

 -- Drew Parsons <email address hidden>  Wed, 26 Jan 2022 17:21:20 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
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.10.6-1.dsc 2.2 KiB 605264b638ca92c1e5b4fcad11a9f9bec53d280d47248cf6f79b4d42536505b4
pygalmesh_0.10.6.orig.tar.xz 135.8 KiB fcc2636d449aec70d58ae73a01da8af657ad9b34bb9ab0d69bd5fe994ac6dd78
pygalmesh_0.10.6-1.debian.tar.xz 4.6 KiB 8b4d5a1e22614a59567fe6ea2da8dc5802c7f09384589f82ce0d7ca8d46fadfc

Available diffs

No changes file available.

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