Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in randfield.i - D
Dgenrandfield1D
|
pp= is the discretization of the underlying gaussian random field.
u is the corresponding GRF
EXAMPLE
interpreted function, defined at contrib/randfield.i line 496
|
SEE ALSO:
|
|
Dgenrandfield2D
|
pp= is the discretization of the underlying gaussian random field.
u is the corresponding GRF
EXAMPLE
pp=32; xy=Dgenrandfield2D(pp);
tt=histo3d(xy,indgen(pp),indgen(pp));
tt /= double(sum(tt));
pli,tt;
EXAMPLE
interpreted function, defined at contrib/randfield.i line 528
|
SEE ALSO:
|
|
Dgenrandfield3D
|
pp= is the discretization of the underlying gaussian random field.
u is the corresponding GRF
EXAMPLE
pp=32; xyz=Dgenrandfield3D(pp);
tt=histo3d([xx,yy,zz],indgen(pp),indgen(pp),indgen(pp));
tt /= double(sum(tt));
sec3,tt;
interpreted function, defined at contrib/randfield.i line 572
|
SEE ALSO:
|
|
|