|  | v0.15.0 | 
Elastic material data structure. More...
#include "src/multi_indices/MaterialBlocks.hpp"
| Public Member Functions | |
| struct | __attribute__ ((packed)) _data_ | 
| block tag data structute | |
| std::size_t | getSizeOfData () const | 
| get data structure size | |
| const void * | getDataPtr () const | 
| get pointer to data structure | |
| Mat_Elastic () | |
| MoFEMErrorCode | fill_data (const std::vector< double > &attributes) | 
| get data from structure | |
| MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const | 
| set data on structure | |
|  Public Member Functions inherited from MoFEM::GenericAttributeData | |
| virtual const CubitBCType & | getType () const | 
| get data type | |
| virtual unsigned int | getMinMumberOfAtributes () const | 
| get minimal number of attributes which blockset has to have | |
| GenericAttributeData (const CubitBCType type, const unsigned int min_number_of_atributes) | |
| Public Attributes | |
| _data_ | data | 
|  Public Attributes inherited from MoFEM::GenericAttributeData | |
| const CubitBCType | tYpe | 
| Type of data (f.e. MAT_ELATIC) | |
| unsigned int | minNumberOfAtributes | 
| minimal number of attributes | |
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const Mat_Elastic &e) | 
| Print Mat_Elastic data. | |
Elastic material data structure.
Definition at line 139 of file MaterialBlocks.hpp.
| 
 | inline | 
Definition at line 161 of file MaterialBlocks.hpp.
| 
 | inline | 
block tag data structute
< Young's modulus
< Poisson's ratio
< Thermal expansion
Definition at line 132 of file MaterialBlocks.hpp.
| 
 | inlinevirtual | 
get data from structure
| attributes | vector of doubles | 
Reimplemented from MoFEM::GenericAttributeData.
Definition at line 165 of file MaterialBlocks.hpp.
| 
 | inlinevirtual | 
get pointer to data structure
Implements MoFEM::GenericAttributeData.
Definition at line 159 of file MaterialBlocks.hpp.
| 
 | inlinevirtual | 
get data structure size
Implements MoFEM::GenericAttributeData.
Definition at line 158 of file MaterialBlocks.hpp.
| 
 | inlinevirtual | 
set data on structure
| tag_ptr | pointer to tag on meshset | 
| size | size of data in bytes | 
Reimplemented from MoFEM::GenericAttributeData.
Definition at line 182 of file MaterialBlocks.hpp.
| 
 | friend | 
Print Mat_Elastic data.
Definition at line 24 of file MaterialBlocks.cpp.
| _data_ MoFEM::Mat_Elastic::data | 
Definition at line 157 of file MaterialBlocks.hpp.
