ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
CellStructureType.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  CellStructureType : int { REGULAR = 1 , NSQUARE = 2 , HYBRID = 3 }
 Cell structure topology. More...
 

Enumeration Type Documentation

◆ CellStructureType

enum class CellStructureType : int
strong

Cell structure topology.

Enumerator
REGULAR 

Regular decomposition.

NSQUARE 

Atom decomposition (N-square).

HYBRID 

Hybrid decomposition.

Definition at line 23 of file CellStructureType.hpp.