fenics-pulse2


Namefenics-pulse2 JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryCardiac Mechanics simulator
upload_time2023-11-16 10:05:22
maintainer
docs_urlNone
author
requires_python>=3.10
licenseCopyright 2023 Henrik Finsberg 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 cardiac mechanics closed loop
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![MIT](https://img.shields.io/github/license/finsberg/pulse2)](https://github.com/finsberg/pulse2/blob/main/LICENSE)
[![PyPI version](https://badge.fury.io/py/pulse2.svg)](https://pypi.org/project/fenicsx_pulse/)
[![Tests](https://github.com/finsberg/pulse2/actions/workflows/test.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/test.yml)
[![Pre-commit](https://github.com/finsberg/pulse2/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/pre-commit.yml)
[![Deploy static content to Pages](https://github.com/finsberg/pulse2/actions/workflows/build_docs.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/build_docs.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Create and publish a Docker image](https://github.com/finsberg/pulse2/actions/workflows/docker-image.yml/badge.svg)](https://github.com/finsberg/pulse2/pkgs/container/fenicsx_pulse)
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pulse2-coverage.json)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pulse2-coverage.json)

# Pulse2

`pulse2` is a FEniCS-based cardiac mechanics solver. It is in part inspired by [`fenics-pulse`](https://github.com/finsberg/pulse) and [`pulse`](https://bitbucket.org/peppu/pulse) but it created to make the transition to [`fenicsx-pulse`](https://github.com/finsberg/fenicsx-pulse) easier.

## Install

```
python3 -m pip install fenics-pulse2
```

# Quickstart

TBW


## Contributing
See https://finsberg.github.io/fenicsx-pulse/CONTRIBUTING.html

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fenics-pulse2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "cardiac,mechanics,closed loop",
    "author": "",
    "author_email": "Henrik Finsberg <henriknf@simula.no>",
    "download_url": "https://files.pythonhosted.org/packages/30/47/795c90d40fed4cc82ed060b5c1e41e0acabe3d77ade42d36b27ee028f187/fenics-pulse2-0.1.1.tar.gz",
    "platform": null,
    "description": "[![MIT](https://img.shields.io/github/license/finsberg/pulse2)](https://github.com/finsberg/pulse2/blob/main/LICENSE)\n[![PyPI version](https://badge.fury.io/py/pulse2.svg)](https://pypi.org/project/fenicsx_pulse/)\n[![Tests](https://github.com/finsberg/pulse2/actions/workflows/test.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/test.yml)\n[![Pre-commit](https://github.com/finsberg/pulse2/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/pre-commit.yml)\n[![Deploy static content to Pages](https://github.com/finsberg/pulse2/actions/workflows/build_docs.yml/badge.svg)](https://github.com/finsberg/pulse2/actions/workflows/build_docs.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Create and publish a Docker image](https://github.com/finsberg/pulse2/actions/workflows/docker-image.yml/badge.svg)](https://github.com/finsberg/pulse2/pkgs/container/fenicsx_pulse)\n[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pulse2-coverage.json)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pulse2-coverage.json)\n\n# Pulse2\n\n`pulse2` is a FEniCS-based cardiac mechanics solver. It is in part inspired by [`fenics-pulse`](https://github.com/finsberg/pulse) and [`pulse`](https://bitbucket.org/peppu/pulse) but it created to make the transition to [`fenicsx-pulse`](https://github.com/finsberg/fenicsx-pulse) easier.\n\n## Install\n\n```\npython3 -m pip install fenics-pulse2\n```\n\n# Quickstart\n\nTBW\n\n\n## Contributing\nSee https://finsberg.github.io/fenicsx-pulse/CONTRIBUTING.html\n",
    "bugtrack_url": null,
    "license": "Copyright 2023 Henrik Finsberg  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": "Cardiac Mechanics simulator",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://finsberg.github.io/pulse2",
        "Homepage": "https://finsberg.github.io/pulse2",
        "Source": "https://github.com/finsberg/pulse2",
        "Tracker": "https://github.com/finsberg/pulse2/issues"
    },
    "split_keywords": [
        "cardiac",
        "mechanics",
        "closed loop"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09c5b20b2484aab9f5686319f66416a4945b1b3865bef3432a0242afd93aed15",
                "md5": "82ea39e99d19c94fcd18430c2d246d02",
                "sha256": "3c62237c856430b7a1ab0b78b28b0bcda2c5e5e9873e6cac9ef8733c922abde3"
            },
            "downloads": -1,
            "filename": "fenics_pulse2-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82ea39e99d19c94fcd18430c2d246d02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 27751,
            "upload_time": "2023-11-16T10:05:21",
            "upload_time_iso_8601": "2023-11-16T10:05:21.228202Z",
            "url": "https://files.pythonhosted.org/packages/09/c5/b20b2484aab9f5686319f66416a4945b1b3865bef3432a0242afd93aed15/fenics_pulse2-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3047795c90d40fed4cc82ed060b5c1e41e0acabe3d77ade42d36b27ee028f187",
                "md5": "1475afe6312bfd53fc68c55299cab65a",
                "sha256": "ca9bdf3fad8b39ca02363facff16a3d2016bcfede5d1cb86e5b0c2a3d2fc53f1"
            },
            "downloads": -1,
            "filename": "fenics-pulse2-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1475afe6312bfd53fc68c55299cab65a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27908,
            "upload_time": "2023-11-16T10:05:22",
            "upload_time_iso_8601": "2023-11-16T10:05:22.617786Z",
            "url": "https://files.pythonhosted.org/packages/30/47/795c90d40fed4cc82ed060b5c1e41e0acabe3d77ade42d36b27ee028f187/fenics-pulse2-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 10:05:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "finsberg",
    "github_project": "pulse2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fenics-pulse2"
}
        
Elapsed time: 0.16624s