BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_TR_kelvin_christoffel_arma.hpp File Reference
#include "cl_Vector.hpp"
#include "cl_Matrix.hpp"
Include dependency graph for fn_TR_kelvin_christoffel_arma.hpp:

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)