![]() |
v0.15.0 |
Definition of the pressure 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 | |
| PressureCubitBcData () | |
| 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 PressureCubitBcData &e) |
| Print pressure bc data. | |
Definition of the pressure bc data structure.
Definition at line 375 of file BCData.hpp.
|
inline |
Definition at line 390 of file BCData.hpp.
|
inline |
Definition at line 367 of file BCData.hpp.
|
inlinevirtual |
get data from structure
| attributes | vector of doubles |
Reimplemented from MoFEM::GenericCubitBcData.
Definition at line 394 of file BCData.hpp.
|
inlinevirtual |
get pointer to data structure
Implements MoFEM::GenericCubitBcData.
Definition at line 388 of file BCData.hpp.
|
inlinevirtual |
get data structure size
Implements MoFEM::GenericCubitBcData.
Definition at line 387 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 404 of file BCData.hpp.
|
friend |
Print pressure bc data.
Definition at line 170 of file BCData.cpp.
| _data_ MoFEM::PressureCubitBcData::data |
Definition at line 385 of file BCData.hpp.