![]() |
v0.15.0 |
Generic attribute data structure. More...
#include "src/multi_indices/MaterialBlocks.hpp"
Public Member Functions | |
| virtual MoFEMErrorCode | fill_data (const std::vector< double > &attributes) |
| get data from structure | |
| virtual MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const |
| set data on structure | |
| virtual const CubitBCType & | getType () const |
| get data type | |
| virtual unsigned int | getMinMumberOfAtributes () const |
| get minimal number of attributes which blockset has to have | |
| virtual std::size_t | getSizeOfData () const =0 |
| get data structure size | |
| virtual const void * | getDataPtr () const =0 |
| get pointer to data structure | |
| GenericAttributeData (const CubitBCType type, const unsigned int min_number_of_atributes) | |
Public Attributes | |
| const CubitBCType | tYpe |
| Type of data (f.e. MAT_ELATIC) | |
| unsigned int | minNumberOfAtributes |
| minimal number of attributes | |
Generic attribute data structure.
Definition at line 17 of file MaterialBlocks.hpp.
|
inline |
Definition at line 74 of file MaterialBlocks.hpp.
|
inlinevirtual |
get data from structure
| attributes | vector of doubles |
Reimplemented in MoFEM::BlockSetAttributes, MoFEM::Mat_Elastic, MoFEM::Mat_Thermal, MoFEM::Mat_Moisture, MoFEM::Block_BodyForces, MoFEM::Mat_Elastic_TransIso, MoFEM::Mat_Interf, and MoFEM::Mat_Elastic_EberleinHolzapfel1.
Definition at line 24 of file MaterialBlocks.hpp.
|
pure virtual |
get pointer to data structure
Implemented in MoFEM::BlockSetAttributes, MoFEM::Mat_Elastic, MoFEM::Mat_Thermal, MoFEM::Mat_Moisture, MoFEM::Block_BodyForces, MoFEM::Mat_Elastic_TransIso, MoFEM::Mat_Interf, and MoFEM::Mat_Elastic_EberleinHolzapfel1.
|
inlinevirtual |
get minimal number of attributes which blockset has to have
Definition at line 58 of file MaterialBlocks.hpp.
|
pure virtual |
get data structure size
Implemented in MoFEM::BlockSetAttributes, MoFEM::Mat_Elastic, MoFEM::Mat_Thermal, MoFEM::Mat_Moisture, MoFEM::Block_BodyForces, MoFEM::Mat_Elastic_TransIso, MoFEM::Mat_Interf, and MoFEM::Mat_Elastic_EberleinHolzapfel1.
|
inlinevirtual |
|
inlinevirtual |
set data on structure
| tag_ptr | pointer to tag on meshset |
| size | size of data in bytes |
Reimplemented in MoFEM::BlockSetAttributes, MoFEM::Mat_Elastic, MoFEM::Mat_Thermal, MoFEM::Block_BodyForces, MoFEM::Mat_Elastic_TransIso, and MoFEM::Mat_Interf.
Definition at line 37 of file MaterialBlocks.hpp.
| unsigned int MoFEM::GenericAttributeData::minNumberOfAtributes |
minimal number of attributes
Definition at line 52 of file MaterialBlocks.hpp.
| const CubitBCType MoFEM::GenericAttributeData::tYpe |
Type of data (f.e. MAT_ELATIC)
Definition at line 44 of file MaterialBlocks.hpp.