#include <CorrelModel.h>
Inheritance diagram for NoCorrelModel::

Public Methods | |
| NoCorrelModel (int nsd_) | |
| virtual real | spatialCorrelation (const Ptv(real) &x) |
NAME: NoCorrelModel - generates uncorrelated random fields
DESCRIPTION:
This class is a subclass of "CorrelModel" for random fields without spatial correlations.
|
|
|
|
|
this is the central virtual function in the hierarchy; it computes the value of the correlation function at a specified point. Reimplemented from CorrelModel. |