Name | mymesh JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | Python code for generating and working with meshes. |
upload_time | 2024-11-25 04:06:22 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2024 Timothy O. Josephson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
mesh
scientific
engineering
mechanics
fem
fvm
finite elements
3d model
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![](resources/mymesh_logo.png)
MyMesh is a general purpose toolbox for generating, manipulating, and analyzing
meshes for finite element, finite difference, or finite volume simulations. It
has particular focuses on implicit function and image-based mesh generation.
MyMesh was originally developed in support of the Ph.D. research of Tim
Josephson in Elise Morgan’s Skeletal Mechanobiology and Biomechanics Lab at
Boston University.
# Getting Started
## Installing from source:
Download/clone the repository, then run
```
pip install -e <path>/mymesh
```
with `<path>` replaced with the file path to the mymesh root directory.
Raw data
{
"_id": null,
"home_page": null,
"name": "mymesh",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "mesh, scientific, engineering, mechanics, fem, fvm, finite elements, 3D model",
"author": null,
"author_email": "\"Timothy O. Josephson\" <toj@bu.edu>",
"download_url": "https://files.pythonhosted.org/packages/8a/94/102b766a09f75654db1f60bf033dbeee484322277592aaa870d0a7b1ac16/mymesh-0.0.1.tar.gz",
"platform": null,
"description": "![](resources/mymesh_logo.png)\r\n\r\nMyMesh is a general purpose toolbox for generating, manipulating, and analyzing \r\nmeshes for finite element, finite difference, or finite volume simulations. It \r\nhas particular focuses on implicit function and image-based mesh generation.\r\n\r\nMyMesh was originally developed in support of the Ph.D. research of Tim \r\nJosephson in Elise Morgan\u2019s Skeletal Mechanobiology and Biomechanics Lab at \r\nBoston University.\r\n\r\n# Getting Started\r\n\r\n## Installing from source:\r\nDownload/clone the repository, then run\r\n```\r\npip install -e <path>/mymesh\r\n```\r\nwith `<path>` replaced with the file path to the mymesh root directory.\r\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Timothy O. Josephson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Python code for generating and working with meshes.",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://bu-smbl.github.io/mymesh/"
},
"split_keywords": [
"mesh",
" scientific",
" engineering",
" mechanics",
" fem",
" fvm",
" finite elements",
" 3d model"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "27402fa974effa0f193ddda64a809ef3df74835a169269892d2cfba9ed15045d",
"md5": "f0a4fcf0ab6647bc74c69cd114326c45",
"sha256": "be19684936ae082ecd82df7f6a63f6ce682360ffc208890bae85a73943665ae2"
},
"downloads": -1,
"filename": "mymesh-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f0a4fcf0ab6647bc74c69cd114326c45",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 206799,
"upload_time": "2024-11-25T04:06:20",
"upload_time_iso_8601": "2024-11-25T04:06:20.409496Z",
"url": "https://files.pythonhosted.org/packages/27/40/2fa974effa0f193ddda64a809ef3df74835a169269892d2cfba9ed15045d/mymesh-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a94102b766a09f75654db1f60bf033dbeee484322277592aaa870d0a7b1ac16",
"md5": "937c89422ec34d1269d6dbbc456df2c6",
"sha256": "5ecb2c50382149719eb6219c287468f18eb9cfe61a26a4a5f3a6c19da9f14c13"
},
"downloads": -1,
"filename": "mymesh-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "937c89422ec34d1269d6dbbc456df2c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 564459,
"upload_time": "2024-11-25T04:06:22",
"upload_time_iso_8601": "2024-11-25T04:06:22.684426Z",
"url": "https://files.pythonhosted.org/packages/8a/94/102b766a09f75654db1f60bf033dbeee484322277592aaa870d0a7b1ac16/mymesh-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 04:06:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mymesh"
}