Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::tensor |
Functions | |
| template<typename T> | |
| void | belfem::tensor::kelvin_christoffel (const T *A, const T *B, T *C) |
| C_ik = A_ijkl * B_j * B_l. | |
| template<typename T> | |
| void | belfem::tensor::kelvin_christoffel (const T *A, const Vector< T > &B, Matrix< T > &C) |