LICENSE
README.md
setup.py
AFEM.egg-info/PKG-INFO
AFEM.egg-info/SOURCES.txt
AFEM.egg-info/dependency_links.txt
AFEM.egg-info/requires.txt
AFEM.egg-info/top_level.txt
FEM/Core.py
FEM/EDO1D.py
FEM/Elasticity2D.py
FEM/Elasticity3D.py
FEM/EulerBernoulliBeam.py
FEM/FEMLogger.py
FEM/Heat1D.py
FEM/Heat2D.py
FEM/NonLinealExample.py
FEM/ODE2D.py
FEM/Poisson2D.py
FEM/Torsion2D.py
FEM/__init__.py
FEM/__version__.py
FEM/Elements/Element.py
FEM/Elements/__init__.py
FEM/Elements/E1D/CubicElement.py
FEM/Elements/E1D/Element1D.py
FEM/Elements/E1D/EulerBernoulliElement.py
FEM/Elements/E1D/LinealElement.py
FEM/Elements/E1D/LinearScheme.py
FEM/Elements/E1D/QuadraticElement.py
FEM/Elements/E1D/__init__.py
FEM/Elements/E2D/Element2D.py
FEM/Elements/E2D/LTriangular.py
FEM/Elements/E2D/QTriangular.py
FEM/Elements/E2D/Quadrilateral.py
FEM/Elements/E2D/RectangularScheme.py
FEM/Elements/E2D/Serendipity.py
FEM/Elements/E2D/TriangularScheme.py
FEM/Elements/E2D/__init__.py
FEM/Elements/E3D/Brick.py
FEM/Elements/E3D/BrickScheme.py
FEM/Elements/E3D/Element3D.py
FEM/Elements/E3D/__init__.py
FEM/Geometry/Delaunay.py
FEM/Geometry/Geometry.py
FEM/Geometry/Geometry1D.py
FEM/Geometry/Lineal.py
FEM/Geometry/__init__.py
FEM/Solvers/Lineal.py
FEM/Solvers/NoLineal.py
FEM/Solvers/__init__.py
FEM/Utils/__init__.py
FEM/Utils/polygonal.py
Test/__init__.py
Test/test_Geometry.py
Test/test_ODE2D.py
Test/test_PlaneStress.py
Test/test_Torsion2D.py