How to Install and Uninstall python3-pygalmesh Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-pygalmesh" package

This is a short guide on how to install python3-pygalmesh on Kali Linux

$ sudo apt update $ sudo apt install python3-pygalmesh

2. Uninstall "python3-pygalmesh" package

Please follow the steps below to uninstall python3-pygalmesh on Kali Linux:

$ sudo apt remove python3-pygalmesh $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pygalmesh package on Kali Linux

Package: python3-pygalmesh
Source: pygalmesh
Version: 0.10.6-2
Installed-Size: 9520
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-importlib-metadata | python3-supported-min (>= 3.8), python3-meshio (>= 4), python3-numpy, python3:any, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libstdc++6 (>= 13.1)
Suggests: python-pygalmesh-doc
Size: 1606040
SHA256: 36609cbe6294e4ab8b43c8bfb5db9ecfa93946cdcae6d84a87408a5d2eba7426
SHA1: 77eb599ef31f4c355fc1f53d9e82bc9fa03436fd
MD5sum: c77f64be89b1e4914d86c1eb648a319e
Description: 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.
Description-md5:
Homepage: https://github.com/nschloe/pygalmesh
Section: python
Priority: optional
Filename: pool/main/p/pygalmesh/python3-pygalmesh_0.10.6-2_amd64.deb