python-dmsh 0.1.4-3 source package in Ubuntu

Changelog

python-dmsh (0.1.4-3) unstable; urgency=medium

  * relax more test tolerances in tests_relax_tolerance.patch
    to allow arm64 debci to keep up.

 -- Drew Parsons <email address hidden>  Sun, 08 Dec 2019 21:10:22 +0800

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dmsh_0.1.4-3.dsc 2.1 KiB 3572e62c4ec89c9543deb4b1223a925d8e91e2dfc344d284928f081bc62ee132
python-dmsh_0.1.4.orig.tar.gz 14.7 KiB fb238b308412d08e78b9d3b009c7de33dc170abb64cd23651af6fa2301ac94e3
python-dmsh_0.1.4-3.debian.tar.xz 3.4 KiB 5263c0014439c06dd9ef98698019196f017efbca9ab098dc235b2e53dd6faa8a

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