hemocell
|
#include <cellInfo.h>
Public Attributes | |
hemo::Array< T, 3 > | position = {} |
hemo::Array< T, 3 > | velocity = {} |
T | volume = 0 |
T | area = 0 |
T | stretch = 0 |
hemo::Array< T, 6 > | bbox = {} |
pluint | blockId = UINTMAX_MAX |
pluint | cellType = UINTMAX_MAX |
bool | centerLocal = false |
int | base_cell_id = 0 |
T hemo::CellInformation::area = 0 |
int hemo::CellInformation::base_cell_id = 0 |
hemo::Array<T,6> hemo::CellInformation::bbox = {} |
pluint hemo::CellInformation::blockId = UINTMAX_MAX |
pluint hemo::CellInformation::cellType = UINTMAX_MAX |
bool hemo::CellInformation::centerLocal = false |
hemo::Array<T,3> hemo::CellInformation::position = {} |
T hemo::CellInformation::stretch = 0 |
hemo::Array<T,3> hemo::CellInformation::velocity = {} |
T hemo::CellInformation::volume = 0 |