![]() |
v0.15.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 | |
| const void * | getDataPtr () const |
| get pointer to data structure | |
| CfgCubitBcData () | |
| MoFEMErrorCode | fill_data (const std::vector< char > &bc_data) |
| get data from structure | |
| MoFEMErrorCode | set_data (void *tag_ptr, unsigned int size) const |
| set data on structure | |
Public Member Functions inherited from MoFEM::GenericCubitBcData | |
| virtual const CubitBCType & | getType () const |
| get data type | |
| GenericCubitBcData (const CubitBCType type) | |
| virtual | ~GenericCubitBcData () |
Public Attributes | |
| _data_ | data |
Public Attributes inherited from MoFEM::GenericCubitBcData | |
| const CubitBCType | tYpe |
| Type of boundary condition. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const CfgCubitBcData &e) |
| Print cfd_bc data. | |
Definition of the cfd_bc data structure.
Definition at line 476 of file BCData.hpp.
|
inline |
Definition at line 488 of file BCData.hpp.
|
inline |
Definition at line 468 of file BCData.hpp.
|
inlinevirtual |
get data from structure
| attributes | vector of doubles |
Reimplemented from MoFEM::GenericCubitBcData.
Definition at line 492 of file BCData.hpp.
|
inlinevirtual |
get pointer to data structure
Implements MoFEM::GenericCubitBcData.
Definition at line 486 of file BCData.hpp.
|
inlinevirtual |
get data structure size
Implements MoFEM::GenericCubitBcData.
Definition at line 485 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 501 of file BCData.hpp.
|
friend |
Print cfd_bc data.
Definition at line 199 of file BCData.cpp.
| _data_ MoFEM::CfgCubitBcData::data |
Definition at line 483 of file BCData.hpp.