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