python-dmsh 0.2.19-1 source package in Ubuntu

Changelog

python-dmsh (0.2.19-1) unstable; urgency=medium

  * New upstream release.
    - Build-Depends: flit, python3-npx

 -- Drew Parsons <email address hidden>  Wed, 02 Mar 2022 10:34:57 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dmsh_0.2.19-1.dsc 2.2 KiB fb1cd0453ae40bbfa9661b75a6187eb3d8d8fbc0c0eeb1a21517af4730ff4a02
python-dmsh_0.2.19.orig.tar.gz 35.0 KiB 61a0fe3a7c92c9e8ef6290982056e91a8744e0d2e065589eb2d46fdd159cff1e
python-dmsh_0.2.19-1.debian.tar.xz 4.7 KiB c8d14d31d0bf19193937647db66e7e435dcdeab06710e1c2c69973e5fa9f7b82

Available diffs

No changes file available.

Binary packages built by this source

python3-dmsh: High-quality 2D mesh generator based on distmesh

 dmsh: "The worst mesh generator you'll ever use."
 .
 Inspired by distmesh, dmsh is slow, requires a lot of memory, and
 isn't terribly robust either.
 .
 On the plus side, it's got a usable interface, is pure Python (and
 hence easily installable on any system), and if it works, it produces
 pretty high-quality meshes.
 .
 Combined with optimesh, dmsh produces the highest-quality 2D meshes
 in the west.
 .
 Example capabilities:
  * Primitives
   - circle, rectangle, polygon
   - halfspace
  * Combinations
   - difference
   - nonconstant edge length
   - union
   - intersection
  * Transformations
   - rotation, translation, scaling
  * Local refinement