Metadata-Version: 2.1
Name: fedoo
Version: 0.1.0
Summary: Finite elements library
Author-email: 3MAH <set3mah@gmail.com>
License: GPLv3
Project-URL: Documentation, https://fedoo.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/3MAH/fedoo/issues
Project-URL: Source Code, https://github.com/3MAH/fedoo
Keywords: FEM,Structural mechanics
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: all
Requires-Dist: pardiso4py ; extra == 'all'
Requires-Dist: pyvista ; extra == 'all'
Requires-Dist: simcoon ; extra == 'all'
Requires-Dist: panda ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# fedoo
Finite element library
[![FEDOO Logo](https://github.com/3MAH/fedoo/blob/master/fedOOLogos.png)](https://github.com/3MAH/fedoo)

About
-----

FEDOO is an open source Finite Element library developed in Python. It has originally been developed to allow easy creation and resolution of problems with the Proper Orthogonal Decomposition algorithm (based on a separated decomposition) and is now also actively developed for standard finite element features.

Here are the main features:

- FEDOO is entirely written in Python 3
- Resolution of problems based on a separated decomposition (PGD, POD, Reduced bases)
- Static and Dynamics poblems
- Mesh import/export from msh (GMSH) and vtk format
- Export results in vtk file for easy visualisation with Paraview (https://www.paraview.org/)
- Constitutive equation library including elasto-plastic law, composites law, ...
- Include many type of elements like cohesive elements, 2D, 3D, beam, ...
- Geometrical non linearities
- And many other....

Documentation
--------------
Provider      | Status
--------      | ------
Read the Docs | [![Documentation Status](https://readthedocs.org/projects/fedoo/badge/?version=latest)](https://fedoo.readthedocs.io/en/latest/?badge=latest)

To install Fedoo with conda : 
```
conda install -c conda-forge -c set3mah fedoo
```
