| Name | scifem JSON |
| Version |
0.2.8
JSON |
| download |
| home_page | None |
| Summary | Scientific tools for finite element methods |
| upload_time | 2024-10-19 20:02:14 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | MIT License Copyright (c) 2024 Scientific Computing at Simula Research Laboratory 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 |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Scientific Computing Tools for Finite Element Methods
This package contains a collection of tools for scientific computing with a focus on finite element methods. The tools are written in Python and are intended to be used in conjunction with the [dolfinx](https://github.com/FEniCS/dolfinx).
Many users that are transitioning from legacy FEniCS to FEniCSx may find the transition difficult due to the lack of some functionalities in FEniCSx.
This package aims to provide some of the functionalities that are missing in FEniCSx.
The package is still in its early stages and many functionalities are still missing.
## Features
- Real-space implementation for usage in DOLFINx (>=v0.8.0)
- Save quadrature functions as point clouds
- Save any function that can tabulate dof coordinates as point clouds.
- Point sources for usage in DOLFINx (>=v0.8.0)
- Point sources in vector spaces are only supported on v0.9.0, post [DOLFINx PR 3429](https://github.com/FEniCS/dolfinx/pull/3429).
For older versions, apply one point source in each sub space.
- Simplified wrapper to create MeshTags based on a list of tags and corresponding locator functions.
- Maps between degrees of freedom and vertices: `vertex_to_dofmap` and `dof_to_vertex`
- Blocked Newton Solver
## Installation
The package is partly written in C++ and relies on `dolfinx`. User are encouraged to install `scifem` in an environment where `dolfinx` is already installed.
The package can be installed using `pip`:
```bash
python3 -m pip install scifem --no-build-isolation
```
or from `git` with
```bash
python3 -m pip install --no-build-isolation git+https://github.com/scientificcomputing/scifem.git
```
## Having issues or want to contribute?
If you are having issues, feature request or would like to contribute, please let us know. You can do so by opening an issue on the [issue tracker](https://github.com/scientificcomputing/scifem/issues).
Raw data
{
"_id": null,
"home_page": null,
"name": "scifem",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "=?utf-8?q?J=C3=B8rgen_S=2E_Dokken?= <dokken@simula.no>, \"Henrik N.T. Finsberg\" <henriknf@simula.no>",
"download_url": "https://files.pythonhosted.org/packages/7d/6c/baaa42a97b8bdaa294a9045e6c24b03dfd74460afe0d7bea3f438abe71bc/scifem-0.2.8.tar.gz",
"platform": null,
"description": "# Scientific Computing Tools for Finite Element Methods\n\nThis package contains a collection of tools for scientific computing with a focus on finite element methods. The tools are written in Python and are intended to be used in conjunction with the [dolfinx](https://github.com/FEniCS/dolfinx).\n\nMany users that are transitioning from legacy FEniCS to FEniCSx may find the transition difficult due to the lack of some functionalities in FEniCSx.\nThis package aims to provide some of the functionalities that are missing in FEniCSx.\nThe package is still in its early stages and many functionalities are still missing.\n\n## Features\n\n- Real-space implementation for usage in DOLFINx (>=v0.8.0)\n- Save quadrature functions as point clouds\n- Save any function that can tabulate dof coordinates as point clouds.\n- Point sources for usage in DOLFINx (>=v0.8.0)\n - Point sources in vector spaces are only supported on v0.9.0, post [DOLFINx PR 3429](https://github.com/FEniCS/dolfinx/pull/3429).\n For older versions, apply one point source in each sub space.\n- Simplified wrapper to create MeshTags based on a list of tags and corresponding locator functions.\n- Maps between degrees of freedom and vertices: `vertex_to_dofmap` and `dof_to_vertex`\n- Blocked Newton Solver\n\n## Installation\n\nThe package is partly written in C++ and relies on `dolfinx`. User are encouraged to install `scifem` in an environment where `dolfinx` is already installed.\nThe package can be installed using `pip`:\n\n```bash\npython3 -m pip install scifem --no-build-isolation\n```\n\nor from `git` with\n\n```bash\npython3 -m pip install --no-build-isolation git+https://github.com/scientificcomputing/scifem.git\n```\n\n## Having issues or want to contribute?\n\nIf you are having issues, feature request or would like to contribute, please let us know. You can do so by opening an issue on the [issue tracker](https://github.com/scientificcomputing/scifem/issues).\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Scientific Computing at Simula Research Laboratory 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": "Scientific tools for finite element methods",
"version": "0.2.8",
"project_urls": {
"Repository": "https://github.com/scientificcomputing/scifem.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7d6cbaaa42a97b8bdaa294a9045e6c24b03dfd74460afe0d7bea3f438abe71bc",
"md5": "afb4b37d2e1540c507be676653d427c5",
"sha256": "39b2cac1517a0284dcf38ffc49f5ef1bf86f7ffc67c9bb2d8d52236980fc2776"
},
"downloads": -1,
"filename": "scifem-0.2.8.tar.gz",
"has_sig": false,
"md5_digest": "afb4b37d2e1540c507be676653d427c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 1914059,
"upload_time": "2024-10-19T20:02:14",
"upload_time_iso_8601": "2024-10-19T20:02:14.001569Z",
"url": "https://files.pythonhosted.org/packages/7d/6c/baaa42a97b8bdaa294a9045e6c24b03dfd74460afe0d7bea3f438abe71bc/scifem-0.2.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-19 20:02:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scientificcomputing",
"github_project": "scifem",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "scifem"
}