#include "cl_Matrix.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::tensor |
Functions | |
| template<typename T> | |
| void | belfem::tensor::mat_to_ten (const T *C, T *A) |
| elasticity matrix conversion elasticity matrix C => tensor A | |
| template<typename T> | |
| void | belfem::tensor::mat_to_ten (const Matrix< T > &C, T *A) |