#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::ten_to_mat (const T *A, T *C) |
| elasticity matrix conversion Elasticity tensor A => elasticity matrix C | |
| template<typename T> | |
| void | belfem::tensor::ten_to_mat (const T *A, Matrix< T > &C) |