Ferrite-FEM / Ferrite-FEM/Tensors.jl
Cofactor function
Open
- Dominant language
- Julia
- Stars
- 182
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Reminder for me to factor out the cofactor matrix computation https://github.com/Ferrite-FEM/Tensors.jl/blob/258540f0879d8e4af67700b135ffe8806eaa516e/src/math_ops.jl#L80-L132 into a separate function together with its analytical gradient. We need this one frequently for integration over the reference domain to connect with the normal in the deformed domain (see Nansons formula). Needs to check for performance regressions.
Users will for now probably use the identity $cof(F) = det(F) F^{-T}$, which is arguably less efficient.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.