Closed jadball closed 2 weeks ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
The IEEE <-> ImageD11 rotation has now been removed from tensor_map.py
- are you happy now to merge? The documentation changes are still good and I think the rest of the stress to strain conversion is still valid.
Sure - go for it.
We now compute the Biot stress tensor in the crystal reference frame (ImageD11 convention), given a Biot strain tensor in the crystal reference frame (ImageD11 convention, the default obtained when calling
ImageD11.grain.eps_crystal_matrix(dzero_cell)
) and a 6x6 stiffness tensor (Voigt-compatible, IEEE 1976 lattice convention, what materialsproject.org gives you).Thanks to @AxelHenningsson and @jonwright for discussions on this. Partially fixes #194 - the dream is to move the
Numba
kernels fromtensor_map.py
intostress.py
eventually