![]() |
Peano
|
Enumeration of different Peano events during a grid traversal into which Swift 2 plugs in. More...
Static Public Attributes | |
int | TOUCH_VERTEX_FIRST_TIME = 0 |
int | CELL_KERNEL = 1 |
int | TOUCH_VERTEX_LAST_TIME = 2 |
int | EVENT_COUNT = 3 |
Enumeration of different Peano events during a grid traversal into which Swift 2 plugs in.
We don't use all events. Therefore, this is a subset of the operations in peano4.solversteps.ActionSet. The enumeration is based upon integers, as we need to know the order of the enumerations.
Should we ever pick up more events, make sure to also update the dict containing the names of the stages in
Definition at line 86 of file AlgorithmStep.py.
|
static |
Definition at line 100 of file AlgorithmStep.py.
|
static |
Definition at line 102 of file AlgorithmStep.py.
|
static |
Definition at line 99 of file AlgorithmStep.py.
|
static |
Definition at line 101 of file AlgorithmStep.py.