Struct 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¶
variable n0y¶
position of bottom left corrner in local grid
variable neighbours¶
all neighbouring cells
variable part¶
particle of each specie in cell