|
| template<typename T > |
| T | Chaos::Softs::PsiNeohookeanMM (const Chaos::PMatrix< T, 3, 3 > &F, const T mu, const T lambda) |
| |
| template<typename T > |
| void | Chaos::Softs::PNeohookeanMM (const Chaos::PMatrix< T, 3, 3 > &Fe, const T mu, const T lambda, Chaos::PMatrix< T, 3, 3 > &P) |
| |
| template CHAOS_API void | Chaos::Softs::PNeohookeanMM< Chaos::FReal > (const Chaos::PMatrix< Chaos::FReal, 3, 3 > &Fe, const Chaos::FReal mu, const Chaos::FReal lambda, Chaos::PMatrix< Chaos::FReal, 3, 3 > &P) |
| |
| template CHAOS_API void | Chaos::Softs::PNeohookeanMM< Chaos::FRealSingle > (const Chaos::PMatrix< Chaos::FRealSingle, 3, 3 > &Fe, const Chaos::FRealSingle mu, const Chaos::FRealSingle lambda, Chaos::PMatrix< Chaos::FRealSingle, 3, 3 > &P) |
| |
| template CHAOS_API Chaos::FReal | Chaos::Softs::PsiNeohookeanMM< Chaos::FReal > (const Chaos::PMatrix< Chaos::FReal, 3, 3 > &F, const Chaos::FReal mu, const Chaos::FReal lambda) |
| |
| template CHAOS_API Chaos::FRealSingle | Chaos::Softs::PsiNeohookeanMM< Chaos::FRealSingle > (const Chaos::PMatrix< Chaos::FRealSingle, 3, 3 > &F, const Chaos::FRealSingle mu, const Chaos::FRealSingle lambda) |
| |