#include <cl_FEM_Tmatrix.hpp>
Public Member Functions | |
| Tmatrix (const Matrix< real > &aMatrix) | |
| ~Tmatrix () | |
| void | project (const Vector< real > &aA, Vector< real > &aB) const |
| performs the operation B_j = T_ij * A_i ( B = T^T A ) | |
| void | project (const Matrix< real > &aA, Matrix< real > &aB) const |
| performs the operation B_il = T_ji * A_jk * T_kl | |
| void | get_matrix (Matrix< real > &aMatrix) const |
| for debugging | |
| void | print () const |
| for debugging | |
| belfem::fem::Tmatrix::~Tmatrix | ( | ) |
| void belfem::fem::Tmatrix::print | ( | ) | const |
for debugging
performs the operation B_il = T_ji * A_jk * T_kl
performs the operation B_j = T_ij * A_i ( B = T^T A )