muMECH  1.0
Namespaces | Functions
transformTensors.h File Reference

Namespace TransformTensors. More...

#include "types.h"

Go to the source code of this file.

Namespaces

 mumech
 
 mumech::TransformTensors
 Namespace of the functions transforming vectors and strain/stress tensors saved in vectors with TNTV_THEORETICAL_FEEP notation, see types.h.
 

Functions

void mumech::TransformTensors::give_T (double *T, const double *eullerAngles, EullerRotations flag, InclusionGeometry inclGeometry)
 Function calculates the transformation matrix from given Euller angles. More...
 
void mumech::TransformTensors::give_Te (double *Te, const double *T, InclusionGeometry inclGeometry)
 Function calculates the transformation matrix for strain/stress tensors saved in vectors with TNTV_THEORETICAL_FEEP notation, see types.h. More...
 
void mumech::TransformTensors::give_TInv (double *TInv, const double *T, InclusionGeometry inclGeometry)
 Function calculates the inverse of transformation matrix for vectors. More...
 
void mumech::TransformTensors::give_TeInv (double *TeInv, const double *Te, InclusionGeometry inclGeometry)
 Function calculates the inverse of transformation matrix for strain/stress tensors saved in vectors with TNTV_THEORETICAL_FEEP notation, see types.h. More...
 
void mumech::TransformTensors::give_T_3d (double T[9], const double eullerAngles[3], EullerRotations flag)
 
void mumech::TransformTensors::give_Te_3d (double Te[36], const double T[9])
 

Detailed Description

Namespace TransformTensors.

Definition in file transformTensors.h.