Skip to content

Struct Cell

ClassList > Cell

Public Attributes

Type Name
PetscInt n0x
PetscInt n0y
position of bottom left corrner in local grid
std::vector< int > neighbours
all neighbouring cells
std::vector< std::vector< Particle > > part
particle of each specie in cell

Public Attributes Documentation

variable n0x

PetscInt Cell::n0x;

variable n0y

position of bottom left corrner in local grid

PetscInt Cell::n0y;


variable neighbours

all neighbouring cells

std::vector<int> Cell::neighbours;


variable part

particle of each specie in cell

std::vector<std::vector<Particle> > Cell::part;