feigen


Namefeigen JSON
Version 0.0.7 PyPI version JSON
download
home_page
Summarypython interactive front-end for iganet.
upload_time2024-03-05 12:27:10
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMPL 2.0
keywords iganet interactive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # feigen - python interactive Front End for IGA ENgines.
feigen is a python library for interactive spline plotting.
It focues on supporting isogeometric analysis tools, such as `iganet`, `splinepy`, and `pygismo`.

## Install guide
you can install feigen using `pip`:
```
pip install feigen
```
For the latest develop version:
```
pip install git+https://github.com/tataratat/feigen.git@main
```

## Quick start
### iganet
Current version supports iganet's BSplineSurface.
Assuming that you have a server running,
```
python3 -c "import feigen; feigen.BSpline2D('ws://localhost:9001').start()"
```

### IGA examples
#### Poisson problem 2D
```
python3 -c "import feigen; feigen.Poisson2D().start()"
```

#### Poisson problem 2D - Configurable and with option to view collocations points
```
python3 -c "import feigen; feigen.CustomPoisson2D().start()"
```

### Spline Examples
#### Jacobian Determinant 2D
```
python3 -c "import feigen; feigen.JacobianDeterminant().start()"
```

### NURBS Weights 2D
```
python3 -c "import feigen; feigen.NURBSWeights().start()"
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "feigen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "iganet,interactive",
    "author": "",
    "author_email": "Jaewook Lee <jaewooklee042@gmail.com>, Matthias M\u00f6ller <mmoelle1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9d/51/f5b87331d3bd56e5bf1bf9af48a186abef8e48570a405c2a19b2918be9ac/feigen-0.0.7.tar.gz",
    "platform": null,
    "description": "# feigen - python interactive Front End for IGA ENgines.\nfeigen is a python library for interactive spline plotting.\nIt focues on supporting isogeometric analysis tools, such as `iganet`, `splinepy`, and `pygismo`.\n\n## Install guide\nyou can install feigen using `pip`:\n```\npip install feigen\n```\nFor the latest develop version:\n```\npip install git+https://github.com/tataratat/feigen.git@main\n```\n\n## Quick start\n### iganet\nCurrent version supports iganet's BSplineSurface.\nAssuming that you have a server running,\n```\npython3 -c \"import feigen; feigen.BSpline2D('ws://localhost:9001').start()\"\n```\n\n### IGA examples\n#### Poisson problem 2D\n```\npython3 -c \"import feigen; feigen.Poisson2D().start()\"\n```\n\n#### Poisson problem 2D - Configurable and with option to view collocations points\n```\npython3 -c \"import feigen; feigen.CustomPoisson2D().start()\"\n```\n\n### Spline Examples\n#### Jacobian Determinant 2D\n```\npython3 -c \"import feigen; feigen.JacobianDeterminant().start()\"\n```\n\n### NURBS Weights 2D\n```\npython3 -c \"import feigen; feigen.NURBSWeights().start()\"\n```\n",
    "bugtrack_url": null,
    "license": "MPL 2.0",
    "summary": "python interactive front-end for iganet.",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "iganet",
        "interactive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be6e057bd94e90526f22b7e7abf23ef8abb2c885247ff9efc803698acdc35a3b",
                "md5": "6b5469ce5c82795bc7dc777d08660e70",
                "sha256": "ba2c3f1bf007e513bdd263682b799da8e22d0a8a9f37b8f0d8f7ffd5daf2caf4"
            },
            "downloads": -1,
            "filename": "feigen-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b5469ce5c82795bc7dc777d08660e70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 37058,
            "upload_time": "2024-03-05T12:27:09",
            "upload_time_iso_8601": "2024-03-05T12:27:09.248878Z",
            "url": "https://files.pythonhosted.org/packages/be/6e/057bd94e90526f22b7e7abf23ef8abb2c885247ff9efc803698acdc35a3b/feigen-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d51f5b87331d3bd56e5bf1bf9af48a186abef8e48570a405c2a19b2918be9ac",
                "md5": "abcc586f7841d52b0efe16cf66031f9c",
                "sha256": "b32680c452514fa305044de6f9476e0304106ef0c52f277e9e2e80b4996226e1"
            },
            "downloads": -1,
            "filename": "feigen-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "abcc586f7841d52b0efe16cf66031f9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26929,
            "upload_time": "2024-03-05T12:27:10",
            "upload_time_iso_8601": "2024-03-05T12:27:10.793461Z",
            "url": "https://files.pythonhosted.org/packages/9d/51/f5b87331d3bd56e5bf1bf9af48a186abef8e48570a405c2a19b2918be9ac/feigen-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 12:27:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "feigen"
}
        
Elapsed time: 0.19824s