.gitignore
.gitmodules
CMakeLists.txt
LICENSE
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.py
test.py
.github/workflows/build_wheels.yml
.vscode/Eigen.natvis
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
cmake/FindSphinx.cmake
docs/CMakeLists.txt
docs/Makefile
docs/make.bat
docs/source/Doxyfile.in
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
docs/source/_static/style.css
src/CMakeLists.txt
src/abstract/CMakeLists.txt
src/abstract/Elastic/CMakeLists.txt
src/abstract/Elastic/src/Elastic.cpp
src/abstract/Elastic/src/Elastic.hpp
src/abstract/Elastoplastic/CMakeLists.txt
src/abstract/Elastoplastic/src/Elastoplastic.cpp
src/abstract/Elastoplastic/src/Elastoplastic.hpp
src/abstract/Model/CMakeLists.txt
src/abstract/Model/src/Model.cpp
src/abstract/Model/src/Model.hpp
src/external/CMakeLists.txt
src/geomat/__init__.py
src/geomat.egg-info/PKG-INFO
src/geomat.egg-info/SOURCES.txt
src/geomat.egg-info/dependency_links.txt
src/geomat.egg-info/requires.txt
src/geomat.egg-info/top_level.txt
src/models/CMakeLists.txt
src/models/LinearElastic/CMakeLists.txt
src/models/LinearElastic/src/LinearElastic.cpp
src/models/LinearElastic/src/LinearElastic.hpp
src/models/MCC/CMakeLists.txt
src/models/MCC/src/MCC.cpp
src/models/MCC/src/MCC.hpp
src/models/SMCC/CMakeLists.txt
src/models/SMCC/src/SMCC.cpp
src/models/SMCC/src/SMCC.hpp
src/umat/CMakeLists.txt
src/umat/src/abaqus_fortran_cpp_interface.f90
src/umat/src/umat.cpp
src/umat/src/umat.f90
src/umat/src/umat_cpp_interface.cpp
src/umat/src/umat_cpp_interface.hpp
src/utilities/CMakeLists.txt
src/utilities/Intersection/CMakeLists.txt
src/utilities/Intersection/src/Intersection.cpp
src/utilities/Intersection/src/Intersection.hpp
src/utilities/Types/CMakeLists.txt
src/utilities/Types/src/Types.hpp