python-meshzoo 0.9.4-1 source package in Ubuntu

Changelog

python-meshzoo (0.9.4-1) unstable; urgency=medium

  * New upstream release.
  * Build-Depends: flit
  * versioned Build-Depends: python3-numpy (>= 1.20~)

 -- Drew Parsons <email address hidden>  Thu, 03 Mar 2022 13:50:42 +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-meshzoo_0.9.4-1.dsc 2.2 KiB 4ec8bb696272d19a13c2a4cece23ffc713ec0340174236d7971e6c7aa17073c2
python-meshzoo_0.9.4.orig.tar.gz 30.4 KiB 55e488e7a96827fa4dc38b7106b51ca046b8117658c11c743a482ef29b64944c
python-meshzoo_0.9.4-1.debian.tar.xz 2.4 KiB 776168a6044bcbee67f5b907cd262e8ef9b0d4c0348d93e788fd14ea25ca62ca

Available diffs

No changes file available.

Binary packages built by this source

python3-meshzoo: simple geometric meshes (Python 3)

 When generating meshes for FEM/FVM computations, sometimes your
 geometry is so simple that you don't need a complex mesh generator
 (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple
 and fast that makes use of the structure of the domain.
 Enter meshzoo.
 .
 Examples: Triangle, Rectangle, Regular polygon, Disk, Möbius strip,
 Sphere (surface), Ball (solid), Tube, Cube.
 .
 This package installs the module for Python 3.