Python / Mesh/ fc_meshtools package
The

Python package contains some simplicial meshes given by their vertices array and connectivity
array. Theses meshes can be easily used in other Python codes for debugging or testing purpose.
Current development release
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
0.2.1 | January 5, 2020 | (20160 Ko)
| (528 Ko)
|
|
|
|
|
|
This toolbox was tested on various OS with Python releases (from python.org) :
|
|
|
|
|
|
| | Python
|
|
|
|
|
|
|
|
|
|
|
|
Linux | 2.7.16 | 3.5.9 | 3.6.10 | 3.7.6 | 3.8.1 |
|
|
|
|
|
|
CentOS 7.7.1908 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
Debian 9.11 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
Fedora 29 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
OpenSUSE Leap 15.0 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
Ubuntu 18.04.3 LTS | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
|
|
|
|
|
|
Apple Mac OS X | 2.7.16 | 3.5.4 | 3.6.8 | 3.7.6 | 3.8.1 |
|
|
|
|
|
|
MacOS High Sierra 10.13.6 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
MacOS Mojave 10.14.4 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
MacOS Catalina 10.15.2 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
|
|
|
|
|
|
Microsoft Windows | 2.7.16 | 3.5.4 | 3.6.8 | 3.7.6 | 3.8.1 |
|
|
|
|
|
|
Windows 10 (1909) | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
|
|
|
Under all Linux distributions, Python releases are compiled from sources.
Installation
The
Python package is available from the Python Package Index.
Version history
- 0.2.1 (January 5, 2020) : add orthotope meshes and order. Not yet documented.
- 0.1.1 (May 14, 2019) : bug fix in README.rst
- 0.1.0 (May 10, 2019) : first online version.
Old development release
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
0.1.1 | May 14, 2019 | (655 Ko)
| (456 Ko)
|
|
|
|
|
|