|
Peano
|
Counterpart of ParticleVertexIteratorTemplate for cells. More...


Public Member Functions | |
| __init__ (self, template) | |
| template: str the string containing the particle interacion iterator template | |
| insert (self, function) | |
| insert a function into the template string. | |
Data Fields | |
| template | |
Counterpart of ParticleVertexIteratorTemplate for cells.
Definition at line 38 of file AlgorithmStepLibrary.py.
| swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.__init__ | ( | self, | |
| template ) |
template: str the string containing the particle interacion iterator template
Definition at line 45 of file AlgorithmStepLibrary.py.
| swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.insert | ( | self, | |
| function ) |
insert a function into the template string.
Returns the particle iterator template with the function inserted.
Definition at line 53 of file AlgorithmStepLibrary.py.
References swift2.particle.AlgorithmStepLibrary.ParticleVertexIteratorTemplate.template, and swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.template.
| swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.template |
Definition at line 50 of file AlgorithmStepLibrary.py.
Referenced by swift2.particle.AlgorithmStepLibrary.ParticleVertexIteratorTemplate.insert(), and swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.insert().