v0.14.0 |
Linear interface data structure. More...
#include <src/multi_indices/MaterialBlocks.hpp>
Public Member Functions | |
struct | __attribute__ ((packed)) _data_ |
inteface More... | |
std::size_t | getSizeOfData () const |
get data structure size More... | |
const void * | getDataPtr () const |
get pointer to data structure More... | |
Mat_Interf () | |
virtual MoFEMErrorCode | fill_data (const std::vector< double > &attributes) |
get data from structure More... | |
virtual MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const |
set data on structure More... | |
Public Member Functions inherited from MoFEM::GenericAttributeData | |
virtual const CubitBCType & | getType () const |
get data type More... | |
virtual unsigned int | getMinMumberOfAtributes () const |
get minimal number of attributes which blockset has to have More... | |
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) More... | |
unsigned int | minNumberOfAtributes |
minimal number of attributes More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Mat_Interf &e) |
Print Mat_Interf data. More... | |
Linear interface data structure.
Definition at line 430 of file MaterialBlocks.hpp.
|
inline |
Definition at line 447 of file MaterialBlocks.hpp.
|
inline |
inteface
< Elastic modulus multiplier
< Damage Coupling multiplier between normal and shear (g=sqrt(gn^2 + beta(gt1^2 + gt2^2)))
< Maximum stress of crack
< Fracture Energy
Definition at line 435 of file MaterialBlocks.hpp.
|
inlinevirtual |
get data from structure
attributes | vector of doubles |
Reimplemented from MoFEM::GenericAttributeData.
Definition at line 451 of file MaterialBlocks.hpp.
|
inlinevirtual |
get pointer to data structure
Implements MoFEM::GenericAttributeData.
Definition at line 445 of file MaterialBlocks.hpp.
|
inlinevirtual |
get data structure size
Implements MoFEM::GenericAttributeData.
Definition at line 444 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 462 of file MaterialBlocks.hpp.
|
friend |
_data_ MoFEM::Mat_Interf::data |
Definition at line 441 of file MaterialBlocks.hpp.