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

Class Seismograph

Helper class whose objects represent seismographs.

Instance Methods [hide private]
 
__init__(self, posn, lsm)
 
getLsm(self)
Returns LSM object which is used to obtain displacement, velocity and acceleration data.
 
getParticleId(self)
Returns the id of the particle which is used to obtain seismograph data.
 
getInitialPosn(self)
Returns the initial position of the of this seismograph, this position is just the particle initial position.
Method Details [hide private]

__init__(self, posn, lsm)
(Constructor)

 
Parameters:
  • posn (Three float squence) - the approximate location of the seismograph.
  • lsm - a lattice solid model object.