Peano
Loading...
Searching...
No Matches
swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift Class Reference

Enumeration of different Peano events during a grid traversal into which Swift 2 plugs in. More...

Inheritance diagram for swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift:
Collaboration diagram for swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift:

Static Public Attributes

int TOUCH_VERTEX_FIRST_TIME = 0
 
int CELL_KERNEL = 1
 
int TOUCH_VERTEX_LAST_TIME = 2
 
int EVENT_COUNT = 3
 

Detailed Description

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.

Field Documentation

◆ CELL_KERNEL

int swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift.CELL_KERNEL = 1
static

Definition at line 100 of file AlgorithmStep.py.

◆ EVENT_COUNT

int swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift.EVENT_COUNT = 3
static

Definition at line 102 of file AlgorithmStep.py.

◆ TOUCH_VERTEX_FIRST_TIME

int swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift.TOUCH_VERTEX_FIRST_TIME = 0
static

Definition at line 99 of file AlgorithmStep.py.

◆ TOUCH_VERTEX_LAST_TIME

int swift2.particle.AlgorithmStep.AlgorithmStep.PeanoEventUsedBySwift.TOUCH_VERTEX_LAST_TIME = 2
static

Definition at line 101 of file AlgorithmStep.py.


The documentation for this class was generated from the following file: