hemocell
Loading...
Searching...
No Matches
Public Attributes | List of all members
hemo::CellInformation Struct Reference

#include <cellInfo.h>

Collaboration diagram for hemo::CellInformation:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ area

T hemo::CellInformation::area = 0

◆ base_cell_id

int hemo::CellInformation::base_cell_id = 0

◆ bbox

hemo::Array<T,6> hemo::CellInformation::bbox = {}

◆ blockId

pluint hemo::CellInformation::blockId = UINTMAX_MAX

◆ cellType

pluint hemo::CellInformation::cellType = UINTMAX_MAX

◆ centerLocal

bool hemo::CellInformation::centerLocal = false

◆ position

hemo::Array<T,3> hemo::CellInformation::position = {}

◆ stretch

T hemo::CellInformation::stretch = 0

◆ velocity

hemo::Array<T,3> hemo::CellInformation::velocity = {}

◆ volume

T hemo::CellInformation::volume = 0