General-purpose finite element analysis solver - fea
====================================================
Github Actions status:
[![Actions Status](https://github.com/saullocastro/fea/workflows/pytest/badge.svg)](https://github.com/saullocastro/fea/actions)
Coverage status:
[![Codecov Status](https://codecov.io/gh/saullocastro/fea/branch/main/graph/badge.svg?token=KVZCRIACL7)](https://codecov.io/gh/saullocastro/fea)
About fea
------------
The ``fea`` module is a general-purpose finite element solver for structural
analysis and optimization based on Python and Cython. The main principles
guiding the development of ``fea`` are: simplicity, efficiency and
compatibility. The aimed level of compatibility allows one to run this solver
in any platform, including the Google Colab environment.
The ``fea`` module was formerly called ``pyfe3d``.
Citing this library
-------------------
Saullo G. P. Castro. (2024). General-purpose finite element solver based on Python and Cython (Version 0.4.28). Zenodo. DOI: https://doi.org/10.5281/zenodo.6573489.
Documentation
-------------
The documentation is available on: https://saullocastro.github.io/fea.
Important features of this library
----------------------------------
- efficient and simple for linear and nonlinear analyses
- importable and cimportable code
- 6 degrees-of-freedom per node
Available finite elements
-------------------------
- 'Quad4R' - 4-node plate with linear interpolation, equivalent to Abaqus' S4R
or Nastran's CQUAD4.
- 'Tria3R' - 3-node plate with linear interpolation, equivalent to Abaqus' S3R
or Nastran's CTRIA3.
- 'BeamLR' - 2-node Timoshenko beam element with linear interpolation and
reduced integration.
- 'BeamC' - 2-node Timoshenko beam element with consistent shape functions and
analytical integration.
- 'Spring' - 2-node spring element with 6 stiffenesses defined in the element
coordinate system.
- 'Truss' - 2-node truss element with only axial and torsion stiffness. I
recommend using the BeamLR instead, which is physically more consistent.
License
-------
Distrubuted under the 3-Clause BSD license
(https://raw.github.com/saullocastro/fea/main/LICENSE):
Copyright (c) 2021-2024, Saullo G. P. Castro (S.G.P.Castro@tudelft.nl)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Contacts:
- Saullo G. P. Castro, S.G.P.Castro@tudelft.nl
Raw data
{
"_id": null,
"home_page": "https://github.com/saullocastro/fea",
"name": "fea",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "finite elements, structural analysis, structural optimization, static analysis, buckling, vibration, panel flutter, structural dynamics, implicit time integration, explicit time integration",
"author": "Saullo G. P. Castro",
"author_email": "S.G.P.Castro@tudelft.nl",
"download_url": "https://files.pythonhosted.org/packages/9e/8b/32d5442953106cee19f7cedbfbc73f80cd1bfff2309dc9587d7ff148141e/fea-0.0.1.tar.gz",
"platform": null,
"description": "General-purpose finite element analysis solver - fea\n====================================================\n\nGithub Actions status:\n\n[![Actions Status](https://github.com/saullocastro/fea/workflows/pytest/badge.svg)](https://github.com/saullocastro/fea/actions)\n\nCoverage status:\n\n[![Codecov Status](https://codecov.io/gh/saullocastro/fea/branch/main/graph/badge.svg?token=KVZCRIACL7)](https://codecov.io/gh/saullocastro/fea)\n\nAbout fea\n------------\n\nThe ``fea`` module is a general-purpose finite element solver for structural\nanalysis and optimization based on Python and Cython. The main principles\nguiding the development of ``fea`` are: simplicity, efficiency and\ncompatibility. The aimed level of compatibility allows one to run this solver\nin any platform, including the Google Colab environment.\n\nThe ``fea`` module was formerly called ``pyfe3d``.\n\n\nCiting this library\n-------------------\n\nSaullo G. P. Castro. (2024). General-purpose finite element solver based on Python and Cython (Version 0.4.28). Zenodo. DOI: https://doi.org/10.5281/zenodo.6573489.\n\n\nDocumentation\n-------------\n\nThe documentation is available on: https://saullocastro.github.io/fea.\n\n\nImportant features of this library\n----------------------------------\n- efficient and simple for linear and nonlinear analyses\n- importable and cimportable code\n- 6 degrees-of-freedom per node\n\n\nAvailable finite elements\n-------------------------\n- 'Quad4R' - 4-node plate with linear interpolation, equivalent to Abaqus' S4R\nor Nastran's CQUAD4.\n\n- 'Tria3R' - 3-node plate with linear interpolation, equivalent to Abaqus' S3R\nor Nastran's CTRIA3.\n\n- 'BeamLR' - 2-node Timoshenko beam element with linear interpolation and\nreduced integration.\n\n- 'BeamC' - 2-node Timoshenko beam element with consistent shape functions and\nanalytical integration.\n\n- 'Spring' - 2-node spring element with 6 stiffenesses defined in the element\n coordinate system.\n\n- 'Truss' - 2-node truss element with only axial and torsion stiffness. I\nrecommend using the BeamLR instead, which is physically more consistent.\n\n\nLicense\n-------\nDistrubuted under the 3-Clause BSD license\n(https://raw.github.com/saullocastro/fea/main/LICENSE):\n\n Copyright (c) 2021-2024, Saullo G. P. Castro (S.G.P.Castro@tudelft.nl)\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nContacts:\n- Saullo G. P. Castro, S.G.P.Castro@tudelft.nl\n\n",
"bugtrack_url": null,
"license": "3-Clause BSD",
"summary": "General-purpose finite element solver for structural analysis and optimization based on Python and Cython",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/saullocastro/fea"
},
"split_keywords": [
"finite elements",
" structural analysis",
" structural optimization",
" static analysis",
" buckling",
" vibration",
" panel flutter",
" structural dynamics",
" implicit time integration",
" explicit time integration"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "00ad89a3b518869d134a00e351ec462f4af5e0014f0a28e4b91d44622cd83f9f",
"md5": "63159b198a5b8b48cd8bd358246c6021",
"sha256": "bd9291fd821f1eba423fd2f208093e2bd0d1b1e98f157f118f39f382df2dbd5f"
},
"downloads": -1,
"filename": "fea-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "63159b198a5b8b48cd8bd358246c6021",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7561,
"upload_time": "2024-07-24T11:29:30",
"upload_time_iso_8601": "2024-07-24T11:29:30.038916Z",
"url": "https://files.pythonhosted.org/packages/00/ad/89a3b518869d134a00e351ec462f4af5e0014f0a28e4b91d44622cd83f9f/fea-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e8b32d5442953106cee19f7cedbfbc73f80cd1bfff2309dc9587d7ff148141e",
"md5": "7f977a0b3156aabaef977889594c5490",
"sha256": "2558eaecc123ee5f94491ab0fdea283fbcce778ca10c6776fc8297d996cb89aa"
},
"downloads": -1,
"filename": "fea-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7f977a0b3156aabaef977889594c5490",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4986,
"upload_time": "2024-07-24T11:29:12",
"upload_time_iso_8601": "2024-07-24T11:29:12.828150Z",
"url": "https://files.pythonhosted.org/packages/9e/8b/32d5442953106cee19f7cedbfbc73f80cd1bfff2309dc9587d7ff148141e/fea-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-24 11:29:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "saullocastro",
"github_project": "fea",
"github_not_found": true,
"lcname": "fea"
}