esys :: lsm :: sim :: WavePropagation :: ParticleDataVisitor :: Class ParticleDataVisitor
[hide private]
[frames] | no frames]

Class ParticleDataVisitor

Helper class whose objects are used to collect seismograph data, from multiple locations, at a particular instant in time. Used in conjunction with the esys.lsm.sim.WavePropagation.WavePropagation.visitParticlesWithId method.

Instance Methods [hide private]
 
__init__(self)
 
visitAParticle(self, p)
Converts the Particle data object p into a SeismographData object.
 
visitNRotSphere(self, p)
 
visitRotSphere(self, p)
Method Details [hide private]

visitAParticle(self, p)

 

Converts the Particle data object p into a SeismographData object.

Parameters:
  • p (esys.lsm.LsmPy.NRotSphere or esys.lsm.LsmPy.RotSphere) - Particle being visited.