|
OOFEM 3.0
|
#include <tensor4.h>
Public Member Functions | |
| Tensor4_3d () | |
| Tensor4_3d (const oofem::FloatMatrixF< 9, 9 > &mat) | |
| FloatMatrixF< 9, 9 > | to_voigt_form () |
|
inline |
|
inline |
Creates fourth-order tensor in 3d from floatmatrixf<9,9>
Definition at line 159 of file tensor4.h.
References oofem::FloatMatrixF< N, M >::at().
|
inline |
Transforms a fourth-order tensor into a floatmatrixf<9,9>, using the Voigt notation
Definition at line 256 of file tensor4.h.
Referenced by oofem::BlatzKoMaterial::give3dMaterialStiffnessMatrix_dPdF(), oofem::MooneyRivlinCompressibleMaterial::give3dMaterialStiffnessMatrix_dPdF(), oofem::OgdenCompressibleMaterial::give3dMaterialStiffnessMatrix_dPdF(), and oofem::SimoPisterMaterial::give3dMaterialStiffnessMatrix_dPdF().