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/EulerBernoulliBeam.py
FEM/Heat1D.py
FEM/PlaneStrain.py
FEM/PlaneStress.py
FEM/PlaneStressNonLocal.py
FEM/Torsion2D.py
FEM/Transitory.py
FEM/__init__.py
FEM/__version__.py
FEM/Elements/Element.py
FEM/Elements/__init__.py
FEM/Elements/E1D/Element1D.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/Mesh/Delaunay.py
FEM/Mesh/Geometry.py
FEM/Mesh/Geometry1D.py
FEM/Mesh/Lineal.py
FEM/Mesh/__init__.py
FEM/Utils/__init__.py
FEM/Utils/polygonal.py