README.md
setup.cfg
setup.py
src/nlfepy/__init__.py
src/nlfepy.egg-info/PKG-INFO
src/nlfepy.egg-info/SOURCES.txt
src/nlfepy.egg-info/dependency_links.txt
src/nlfepy.egg-info/requires.txt
src/nlfepy.egg-info/top_level.txt
src/nlfepy/constitutive/__init__.py
src/nlfepy/constitutive/constitutive.py
src/nlfepy/constitutive/constitutive_base.py
src/nlfepy/constitutive/crystal_plasticity.py
src/nlfepy/constitutive/get_constitutive_list.py
src/nlfepy/constitutive/isotropic.py
src/nlfepy/constitutive/j2flow.py
src/nlfepy/constitutive/variable.py
src/nlfepy/interface/__init__.py
src/nlfepy/interface/integral_equation.py
src/nlfepy/interface/pvw.py
src/nlfepy/interface/pvw_ul.py
src/nlfepy/io/__init__.py
src/nlfepy/io/vtu_reader.py
src/nlfepy/io/vtu_writer.py
src/nlfepy/material/__init__.py
src/nlfepy/material/aluminium.py
src/nlfepy/material/bcc.py
src/nlfepy/material/fcc.py
src/nlfepy/material/get_material_list.py
src/nlfepy/material/hcp.py
src/nlfepy/material/material.py
src/nlfepy/material/material_base.py
src/nlfepy/material/metal.py
src/nlfepy/mesh/__init__.py
src/nlfepy/mesh/mesh.py
src/nlfepy/shape/__init__.py
src/nlfepy/shape/hexa8.py
src/nlfepy/shape/nd2.py
src/nlfepy/shape/nd3.py
src/nlfepy/shape/nd4.py
src/nlfepy/shape/quad12.py
src/nlfepy/shape/quad16.py
src/nlfepy/shape/quad4.py
src/nlfepy/shape/quad8.py
src/nlfepy/shape/quad9.py
src/nlfepy/shape/shape_function.py
src/nlfepy/shape/shapef_util.py
src/nlfepy/shape/tet4.py
src/nlfepy/shape/tri10.py
src/nlfepy/shape/tri3.py
src/nlfepy/shape/tri6.py
src/nlfepy/util/__init__.py
src/nlfepy/util/calc_element_value.py
src/nlfepy/viewer/__init__.py
src/nlfepy/viewer/viewer.py
src/nlfepy/viewer/viewer2d.py
src/nlfepy/viewer/viewer3d.py
src/nlfepy/viewer/viewer_base.py