composite-ufjc-scission-fenics-ufl


Namecomposite-ufjc-scission-fenics-ufl JSON
Version 1.3.7 PyPI version JSON
download
home_pagehttps://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL
SummaryThe Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) for FEniCS.
upload_time2023-03-10 22:51:56
maintainerJason Mulderrig
docs_urlNone
authorJason Mulderrig, Brandon Talamini, Nikolaos Bouklas
requires_python<4,>=3.5
licenseGNU General Public License v3 or later (GPLv3+)
keywords ufjc diffuse chain scission asymptotic matching thermodynamics statistical mechanics chain extensibility polymer chain scission distorted bond potential dissipated energy fracture toughness
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ##################################
composite uFJC scission FEniCS UFL
##################################

|build| |pyversions| |pypi| |license| |zenodo|

The Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) for FEniCS.

************
Installation
************

This package can be installed using ``pip`` via the `Python Package Index <https://pypi.org/project/composite-ufjc-scission-fenics-ufl/>`_ (PyPI),

::

    pip install composite-ufjc-scission-fenics-ufl

Alternatively, a branch can be directly installed using

::

    pip install git+https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL.git@<branch-name>

or after cloning a branch, moving to the main project directory (where the setup and configuration files are located), and executing ``pip install -e .`` for an editable installation or ``pip install .`` for a standard installation.

***********
Information
***********

- `License <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/LICENSE>`__
- `Releases <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/releases>`__
- `Repository <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL>`__

********
Citation
********

\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, ``composite-ufjc-scission-fenics-ufl``: the Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) in FEniCS, `Zenodo (2023) <https://doi.org/10.5281/zenodo.7719238>`_.

\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, ``composite-ufjc-scission``: the Python package for the composite uFJC model with scission, `Zenodo (2022) <https://doi.org/10.5281/zenodo.7335564>`_.

\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, A statistical mechanics framework for polymer chain scission, based on the concepts of distorted bond potential and asymptotic matching, `Journal of the Mechanics and Physics of Solids 174, 105244 (2023) <https://www.sciencedirect.com/science/article/pii/S0022509623000480>`_.

..
    Badges ========================================================================

.. |build| image:: https://img.shields.io/github/checks-status/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/main?label=GitHub&logo=github
    :target: https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/composite-ufjc-scission-fenics-ufl.svg?logo=python&logoColor=FBE072&color=4B8BBE&label=Python
    :target: https://pypi.org/project/composite-ufjc-scission-fenics-ufl/

.. |pypi| image:: https://img.shields.io/pypi/v/composite-ufjc-scission-fenics-ufl?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE
    :target: https://pypi.org/project/composite-ufjc-scission-fenics-ufl/

.. |license| image:: https://img.shields.io/github/license/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL?label=License
    :target: https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/LICENSE

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7719238.svg
   :target: https://doi.org/10.5281/zenodo.7719238

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL",
    "name": "composite-ufjc-scission-fenics-ufl",
    "maintainer": "Jason Mulderrig",
    "docs_url": null,
    "requires_python": "<4,>=3.5",
    "maintainer_email": "jpm445@cornell.edu, mulderrig.jason@gmail.com",
    "keywords": "ufjc,diffuse chain scission,asymptotic matching,thermodynamics,statistical mechanics,chain extensibility,polymer chain scission,distorted bond potential,dissipated energy,fracture toughness",
    "author": "Jason Mulderrig, Brandon Talamini, Nikolaos Bouklas",
    "author_email": "jpm445@cornell.edu, talamini1@llnl.gov, nb589@cornell.edu",
    "download_url": "https://files.pythonhosted.org/packages/a3/d0/cf3b25cbacb177cddb32fc481e54e5feca29973dde127589a7ad3e2f8dc0/composite_ufjc_scission_fenics_ufl-1.3.7.tar.gz",
    "platform": null,
    "description": "##################################\ncomposite uFJC scission FEniCS UFL\n##################################\n\n|build| |pyversions| |pypi| |license| |zenodo|\n\nThe Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) for FEniCS.\n\n************\nInstallation\n************\n\nThis package can be installed using ``pip`` via the `Python Package Index <https://pypi.org/project/composite-ufjc-scission-fenics-ufl/>`_ (PyPI),\n\n::\n\n    pip install composite-ufjc-scission-fenics-ufl\n\nAlternatively, a branch can be directly installed using\n\n::\n\n    pip install git+https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL.git@<branch-name>\n\nor after cloning a branch, moving to the main project directory (where the setup and configuration files are located), and executing ``pip install -e .`` for an editable installation or ``pip install .`` for a standard installation.\n\n***********\nInformation\n***********\n\n- `License <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/LICENSE>`__\n- `Releases <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/releases>`__\n- `Repository <https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL>`__\n\n********\nCitation\n********\n\n\\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, ``composite-ufjc-scission-fenics-ufl``: the Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) in FEniCS, `Zenodo (2023) <https://doi.org/10.5281/zenodo.7719238>`_.\n\n\\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, ``composite-ufjc-scission``: the Python package for the composite uFJC model with scission, `Zenodo (2022) <https://doi.org/10.5281/zenodo.7335564>`_.\n\n\\Jason Mulderrig, Brandon Talamini, and Nikolaos Bouklas, A statistical mechanics framework for polymer chain scission, based on the concepts of distorted bond potential and asymptotic matching, `Journal of the Mechanics and Physics of Solids 174, 105244 (2023) <https://www.sciencedirect.com/science/article/pii/S0022509623000480>`_.\n\n..\n    Badges ========================================================================\n\n.. |build| image:: https://img.shields.io/github/checks-status/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/main?label=GitHub&logo=github\n    :target: https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/composite-ufjc-scission-fenics-ufl.svg?logo=python&logoColor=FBE072&color=4B8BBE&label=Python\n    :target: https://pypi.org/project/composite-ufjc-scission-fenics-ufl/\n\n.. |pypi| image:: https://img.shields.io/pypi/v/composite-ufjc-scission-fenics-ufl?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE\n    :target: https://pypi.org/project/composite-ufjc-scission-fenics-ufl/\n\n.. |license| image:: https://img.shields.io/github/license/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL?label=License\n    :target: https://github.com/jasonmulderrig/composite-uFJC-scission-FEniCS-UFL/LICENSE\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7719238.svg\n   :target: https://doi.org/10.5281/zenodo.7719238\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "The Python package for the composite uFJC model with scission implemented in the Unified Form Language (UFL) for FEniCS.",
    "version": "1.3.7",
    "split_keywords": [
        "ufjc",
        "diffuse chain scission",
        "asymptotic matching",
        "thermodynamics",
        "statistical mechanics",
        "chain extensibility",
        "polymer chain scission",
        "distorted bond potential",
        "dissipated energy",
        "fracture toughness"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89974e323610e97b3faea41f7abf6cf1e67ef47748bf0dafc83a85589540da29",
                "md5": "8d4da496d4f2ad0da10b30215851c4b8",
                "sha256": "dcbdbc305911dad368e10c02cb42e1e23f5e7b11f876cd7c1355b77172befafd"
            },
            "downloads": -1,
            "filename": "composite_ufjc_scission_fenics_ufl-1.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d4da496d4f2ad0da10b30215851c4b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.5",
            "size": 17627,
            "upload_time": "2023-03-10T22:51:54",
            "upload_time_iso_8601": "2023-03-10T22:51:54.723344Z",
            "url": "https://files.pythonhosted.org/packages/89/97/4e323610e97b3faea41f7abf6cf1e67ef47748bf0dafc83a85589540da29/composite_ufjc_scission_fenics_ufl-1.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3d0cf3b25cbacb177cddb32fc481e54e5feca29973dde127589a7ad3e2f8dc0",
                "md5": "3a6708bdcccf0b17a0c93c4fe9169219",
                "sha256": "d4b1f94765668d87833b77c60ef2180fe94f7021f1f0ba9a9ca8217265caa90b"
            },
            "downloads": -1,
            "filename": "composite_ufjc_scission_fenics_ufl-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3a6708bdcccf0b17a0c93c4fe9169219",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.5",
            "size": 15954,
            "upload_time": "2023-03-10T22:51:56",
            "upload_time_iso_8601": "2023-03-10T22:51:56.496876Z",
            "url": "https://files.pythonhosted.org/packages/a3/d0/cf3b25cbacb177cddb32fc481e54e5feca29973dde127589a7ad3e2f8dc0/composite_ufjc_scission_fenics_ufl-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-10 22:51:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jasonmulderrig",
    "github_project": "composite-uFJC-scission-FEniCS-UFL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "composite-ufjc-scission-fenics-ufl"
}
        
Elapsed time: 0.04444s