meshwell


Namemeshwell JSON
Version 1.3.8 PyPI version JSON
download
home_pageNone
SummaryGMSH wrapper, with integrated photonics focus
upload_time2024-12-08 08:03:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Meshwell
<p align="center">
  <img src=https://raw.githubusercontent.com/simbilod/meshwell/main/meshwell.png
 width="300" height="300">
</p>

---

[![Docs](https://github.com/simbilod/meshwell/actions/workflows/pages.yml/badge.svg)](https://github.com/simbilod/meshwell/actions/workflows/pages.yml)
[![Tests](https://github.com/simbilod/meshwell/actions/workflows/test_code.yml/badge.svg)](https://github.com/simbilod/meshwell/actions/workflows/test_code.yml)
[![PiPy](https://img.shields.io/pypi/v/meshwell)](https://pypi.org/project/meshwell/)

**Project is under active development, stay tuned for improved features, documentation, and releases!**

Meshwell is a Python wrapper around [GMSH](https://gmsh.info/) that provides:

(1) a Prism class that simplifies, to the point of automating, the definition of solids from arbitrary (multi)polygons with "buffered" extrusions;

(2) a simple API where such Prisms and regular GMSH OCC objects are specified in an ordered dictionary of mesh priority, and whose keys are then used to label the mesh entities and their interfaces unambiguously;

See the documentation (under construction) for more information and examples. If you encounter a bug, you can make an issue so we can improve the software over time. Contributions are also welcome, see open issues for current bugs and requested features.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "meshwell",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "python",
    "author": null,
    "author_email": "Simon Bilodeau <sb30@princeton.edu>",
    "download_url": "https://files.pythonhosted.org/packages/ff/a1/78050b92231f70972ec051b5914072c9697914509f719e4077f2f3a957ba/meshwell-1.3.8.tar.gz",
    "platform": null,
    "description": "# Meshwell\n<p align=\"center\">\n  <img src=https://raw.githubusercontent.com/simbilod/meshwell/main/meshwell.png\n width=\"300\" height=\"300\">\n</p>\n\n---\n\n[![Docs](https://github.com/simbilod/meshwell/actions/workflows/pages.yml/badge.svg)](https://github.com/simbilod/meshwell/actions/workflows/pages.yml)\n[![Tests](https://github.com/simbilod/meshwell/actions/workflows/test_code.yml/badge.svg)](https://github.com/simbilod/meshwell/actions/workflows/test_code.yml)\n[![PiPy](https://img.shields.io/pypi/v/meshwell)](https://pypi.org/project/meshwell/)\n\n**Project is under active development, stay tuned for improved features, documentation, and releases!**\n\nMeshwell is a Python wrapper around [GMSH](https://gmsh.info/) that provides:\n\n(1) a Prism class that simplifies, to the point of automating, the definition of solids from arbitrary (multi)polygons with \"buffered\" extrusions;\n\n(2) a simple API where such Prisms and regular GMSH OCC objects are specified in an ordered dictionary of mesh priority, and whose keys are then used to label the mesh entities and their interfaces unambiguously;\n\nSee the documentation (under construction) for more information and examples. If you encounter a bug, you can make an issue so we can improve the software over time. Contributions are also welcome, see open issues for current bugs and requested features.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "GMSH wrapper, with integrated photonics focus",
    "version": "1.3.8",
    "project_urls": null,
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "676ffade59d0f784faf2fd1c62a56433bacb6a3ed3a6f273ea786cf094cecc32",
                "md5": "ebebf6828acd98a680112c71e1caf122",
                "sha256": "8e85f2af4e8312b8fe58d64b5febf940dd4cd34a4f4647c886fede7ce5467a3f"
            },
            "downloads": -1,
            "filename": "meshwell-1.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebebf6828acd98a680112c71e1caf122",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 37541,
            "upload_time": "2024-12-08T08:03:53",
            "upload_time_iso_8601": "2024-12-08T08:03:53.985039Z",
            "url": "https://files.pythonhosted.org/packages/67/6f/fade59d0f784faf2fd1c62a56433bacb6a3ed3a6f273ea786cf094cecc32/meshwell-1.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffa178050b92231f70972ec051b5914072c9697914509f719e4077f2f3a957ba",
                "md5": "c3ff8b2e8a53eb518b79918c802381c0",
                "sha256": "ca4c601b40b4d40cb76024f8d8f9f125a0ad862bbe8433b66432bdb1a754681b"
            },
            "downloads": -1,
            "filename": "meshwell-1.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c3ff8b2e8a53eb518b79918c802381c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 33933,
            "upload_time": "2024-12-08T08:03:55",
            "upload_time_iso_8601": "2024-12-08T08:03:55.006111Z",
            "url": "https://files.pythonhosted.org/packages/ff/a1/78050b92231f70972ec051b5914072c9697914509f719e4077f2f3a957ba/meshwell-1.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 08:03:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "meshwell"
}
        
Elapsed time: 0.41031s