v0.14.0 |
Definition of the cfd_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... | |
CfgCubitBcData () | |
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... | |
Public Member Functions inherited from MoFEM::GenericCubitBcData | |
virtual const CubitBCType & | getType () const |
get data type More... | |
GenericCubitBcData (const CubitBCType type) | |
virtual | ~GenericCubitBcData () |
Public Attributes | |
_data_ | data |
Public Attributes inherited from MoFEM::GenericCubitBcData | |
const CubitBCType | tYpe |
Type of boundary condition. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CfgCubitBcData &e) |
Print cfd_bc data. More... | |
Definition of the cfd_bc data structure.
Definition at line 480 of file BCData.hpp.
|
inline |
Definition at line 492 of file BCData.hpp.
|
inline |
Definition at line 481 of file BCData.hpp.
|
inlinevirtual |
get data from structure
attributes | vector of doubles |
Reimplemented from MoFEM::GenericCubitBcData.
Definition at line 496 of file BCData.hpp.
|
inlinevirtual |
get pointer to data structure
Implements MoFEM::GenericCubitBcData.
Definition at line 490 of file BCData.hpp.
|
inlinevirtual |
get data structure size
Implements MoFEM::GenericCubitBcData.
Definition at line 489 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 505 of file BCData.hpp.
|
friend |
Print cfd_bc data.
Definition at line 199 of file BCData.cpp.
_data_ MoFEM::CfgCubitBcData::data |
Definition at line 485 of file BCData.hpp.