Peano
Loading...
Searching...
No Matches
swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate Class Reference

Counterpart of ParticleVertexIteratorTemplate for cells. More...

Inheritance diagram for swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate:
Collaboration diagram for swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate:

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
 

Detailed Description

Counterpart of ParticleVertexIteratorTemplate for cells.

Definition at line 38 of file AlgorithmStepLibrary.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ insert()

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.

Field Documentation

◆ template

swift2.particle.AlgorithmStepLibrary.ParticleCellIteratorTemplate.template

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