BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_TR_mat_to_ten.hpp File Reference
#include "cl_Matrix.hpp"
Include dependency graph for fn_TR_mat_to_ten.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)