LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/AFEM.egg-info/PKG-INFO
src/AFEM.egg-info/SOURCES.txt
src/AFEM.egg-info/dependency_links.txt
src/AFEM.egg-info/requires.txt
src/AFEM.egg-info/top_level.txt
src/FEM/Core.py
src/FEM/EDO1D.py
src/FEM/Elasticity2D.py
src/FEM/Elasticity3D.py
src/FEM/EulerBernoulliBeam.py
src/FEM/FEMLogger.py
src/FEM/Heat1D.py
src/FEM/Heat2D.py
src/FEM/NonLinealExample.py
src/FEM/Poisson2D.py
src/FEM/Torsion2D.py
src/FEM/__init__.py
src/FEM/Elements/Element.py
src/FEM/Elements/__init__.py
src/FEM/Elements/E1D/CubicElement.py
src/FEM/Elements/E1D/Element1D.py
src/FEM/Elements/E1D/EulerBernoulliElement.py
src/FEM/Elements/E1D/LinealElement.py
src/FEM/Elements/E1D/LinearScheme.py
src/FEM/Elements/E1D/QuadraticElement.py
src/FEM/Elements/E1D/__init__.py
src/FEM/Elements/E2D/Element2D.py
src/FEM/Elements/E2D/LTriangular.py
src/FEM/Elements/E2D/QTriangular.py
src/FEM/Elements/E2D/Quadrilateral.py
src/FEM/Elements/E2D/RectangularScheme.py
src/FEM/Elements/E2D/Serendipity.py
src/FEM/Elements/E2D/TriangularScheme.py
src/FEM/Elements/E2D/__init__.py
src/FEM/Elements/E3D/Brick.py
src/FEM/Elements/E3D/BrickScheme.py
src/FEM/Elements/E3D/Element3D.py
src/FEM/Elements/E3D/Tetrahedral.py
src/FEM/Elements/E3D/TetrahedralScheme.py
src/FEM/Elements/E3D/__init__.py
src/FEM/Geometry/Geometree.py
src/FEM/Geometry/Geometry.py
src/FEM/Geometry/Region.py
src/FEM/Geometry/__init__.py
src/FEM/Solvers/Lineal.py
src/FEM/Solvers/NoLineal.py
src/FEM/Solvers/Solver.py
src/FEM/Solvers/__init__.py
src/FEM/Utils/__init__.py
src/FEM/Utils/polygonal.py