![]() |
v0.14.0 |
Definition of the temperature bc data structure. More...
#include <src/multi_indices/BCData.hpp>
Public Member Functions | |
struct | __attribute__ ((packed)) _data_ |
std::size_t | getSizeOfData () const |
get data structure size More... | |
const void * | getDataPtr () const |
get pointer to data structure More... | |
TemperatureCubitBcData () | |
MoFEMErrorCode | fill_data (const std::vector< char > &bc_data) |
get data from structure More... | |
MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const |
set data on structure More... | |
![]() | |
virtual MoFEMErrorCode | fill_data (const std::vector< char > &bc_data) |
get data from structure More... | |
virtual MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const |
set data on structure More... | |
virtual std::size_t | getSizeOfData () const =0 |
get data structure size More... | |
virtual const void * | getDataPtr () const =0 |
get pointer to data structure More... | |
virtual const CubitBCType & | getType () const |
get data type More... | |
GenericCubitBcData (const CubitBCType type) | |
virtual | ~GenericCubitBcData () |
Public Attributes | |
_data_ | data |
![]() | |
const CubitBCType | tYpe |
Type of boundary condition. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TemperatureCubitBcData &e) |
Print temperature bc data. More... | |
Definition of the temperature bc data structure.
Definition at line 302 of file BCData.hpp.
|
inline |
Definition at line 328 of file BCData.hpp.
|
inline |
Definition at line 294 of file BCData.hpp.
|
inlinevirtual |
get data from structure
attributes | vector of doubles |
Reimplemented from MoFEM::GenericCubitBcData.
Definition at line 332 of file BCData.hpp.
|
inlinevirtual |
get pointer to data structure
Implements MoFEM::GenericCubitBcData.
Definition at line 326 of file BCData.hpp.
|
inlinevirtual |
get data structure size
Implements MoFEM::GenericCubitBcData.
Definition at line 325 of file BCData.hpp.
|
inlinevirtual |
set data on structure
tag_ptr | pointer to tag on meshset |
size | size of data in bytes |
Reimplemented from MoFEM::GenericCubitBcData.
Definition at line 356 of file BCData.hpp.
|
friend |
Print temperature bc data.
Definition at line 139 of file BCData.cpp.
_data_ MoFEM::TemperatureCubitBcData::data |
Definition at line 323 of file BCData.hpp.