This repository contains a Python package called mechinterfabric
which contains a collection of algorithms and scripts on
the interpolation of fabric and fiber-orientation tensors.
This package has been used in the paper
@article{
title={Evaluation of a decomposition-based interpolation method for fourth-order fiber-orientation tensors: An eigensystem approach},
author={Bauer, Julian Karl and Krau{\ss}, Constantin and Blarr, Juliane and Kinon, Philipp L. and K{\"a}rger, Luise and B{\"o}hlke, Thomas},
journal={Mathematics and Mechanics of Solids},
publisher={SAGE Publications Sage UK: London, England},
year={2024},
}
If you reuse or get inspired by this repository, please consider citing the paper.
Your options:
- Directly install form this repo
pip install git+https://github.com/JulianKarlBauer/mechinterfabric
- Clone this repo and then install form local files into development/editable mode
python -m pip install -e .