ttb icon indicating copy to clipboard operation
ttb copied to clipboard

Tensor Toolbox for Modern Fortran

Results 9 ttb issues
Sort by recently updated
recently updated
newest added

Here is the LS-Dyna example for the documentation. I implemented a standard Neo-Hookean material last week anyway to check some interfaces, so I chose this for the documentation example. The...

**Test "new subsequent modules"** As "forewarned" in the LS-Dyna example pull request, I tested the approach to add new modules to extend the functionality for specific use cases (not yet...

Hi Andreas @adtzlr , I don't want to hold you up, so the following is absolutely not a priority (just nice to have). However, would you mind giving me a...

According to [the priority of operators](https://software.intel.com/en-us/fortran-compiler-18.0-developer-guide-and-reference-summary-of-operator-precedence) in Fortran it is necessary to use brackets for Tensor operators. For example the power operator `**` which is overridden by the double dot...

bug
wontfix

Perform a polar decomposition of a positive definite 3x3 matrix to obtain the stretch tensor which satisfies C = U^2

experimental

Add isotropic tensor functions like sqrt(T), exp(T), etc. [Source](https://www.google.at/url?sa=t&source=web&rct=j&url=https://classes.soe.ucsc.edu/cmps161/Winter14/papers/t4/RelatedWork/ItskovFourthOrder.pdf.pdf&ved=0ahUKEwjcnPfCjunXAhWEC-wKHfifBaAQFgg1MAM&usg=AOvVaw1Kx0_SJxhmPOpsZ9p_85AG) Or Eigenvalue/Eigenvector Calculation with the help of LAPACK

help wanted

Add an option to print tensor components with a simple function call.

question

ideally within a CI/CD pipeline using Github Actions.

enhancement

Hi @adtzlr, Thanks for this, it is going to be very useful! In order to make your library easier to interface with existing codes, would you consider to do a...