|
OOFEM 3.0
|
#include "linearelasticmaterial.h"#include "dictionary.h"#include "floatarray.h"#include "floatmatrix.h"#include "matconst.h"#include "element.h"Go to the source code of this file.
Classes | |
| class | oofem::AnisotropicLinearElasticMaterial |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for AnisotropicLinearElasticMaterial | |
| #define | _IFT_AnisotropicLinearElasticMaterial_Name "anisole" |
| #define | _IFT_AnisotropicLinearElasticMaterial_stiff "stiff" |
| Stiffness coefficients arranged by rows from the diagonal to the right (21 values). | |
| #define | _IFT_AnisotropicLinearElasticMaterial_talpha "talpha" |
| Thermal expansion, 6 components in strain-Voigt order,. | |
| #define _IFT_AnisotropicLinearElasticMaterial_Name "anisole" |
Definition at line 47 of file anisolinearelasticmaterial.h.
Referenced by oofem::AnisotropicLinearElasticMaterial::giveInputRecordName().
| #define _IFT_AnisotropicLinearElasticMaterial_stiff "stiff" |
Stiffness coefficients arranged by rows from the diagonal to the right (21 values).
Definition at line 49 of file anisolinearelasticmaterial.h.
Referenced by oofem::Quasicontinuum::applyApproach2(), oofem::Quasicontinuum::applyApproach3(), oofem::AnisotropicLinearElasticMaterial::giveInputRecord(), and oofem::AnisotropicLinearElasticMaterial::initializeFrom().
| #define _IFT_AnisotropicLinearElasticMaterial_talpha "talpha" |
Thermal expansion, 6 components in strain-Voigt order,.
Definition at line 51 of file anisolinearelasticmaterial.h.
Referenced by oofem::AnisotropicLinearElasticMaterial::giveInputRecord(), and oofem::AnisotropicLinearElasticMaterial::initializeFrom().