| Home | Trees | Index | Help |
|---|
| Package esys :: Package modellib :: Module tsunami :: Class GridData |
|
this object is used to store data on grid. it will be replaced by Bruce at a later stage.
data[i,j] are data are x=j*s[0]+o[0] and y=i*s[1]+o[1]
for 0<=j<n[0] and 0<=i<n[1]| Method Summary | |
|---|---|
__init__(self,
s,
o,
n,
data)
| |
getData(self)
| |
getOrigin(self)
| |
getSpacing(self)
| |
getVTK(self)
| |
interpolate(self,
x)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:24 2006 | http://epydoc.sf.net |