OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "function.h"
Go to the source code of this file.
Classes | |
class | oofem::LocalGaussianRandomFunction |
This class implements a local (no spatial correlation) random function using Gaussian distribution. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for LocalGaussianRandomFunction | |
#define | _IFT_LocalGaussianRandomFunction_Name "localgaussrandomfunction" |
#define | _IFT_LocalGaussianRandomFunction_mean "mean" |
#define | _IFT_LocalGaussianRandomFunction_variance "variance" |
#define | _IFT_LocalGaussianRandomFunction_seed "seed" |
#define _IFT_LocalGaussianRandomFunction_mean "mean" |
Definition at line 43 of file localgaussianrandomfunction.h.
Referenced by oofem::LocalGaussianRandomFunction::initializeFrom().
#define _IFT_LocalGaussianRandomFunction_Name "localgaussrandomfunction" |
Definition at line 42 of file localgaussianrandomfunction.h.
Referenced by oofem::LocalGaussianRandomFunction::giveInputRecordName().
#define _IFT_LocalGaussianRandomFunction_seed "seed" |
Definition at line 45 of file localgaussianrandomfunction.h.
Referenced by oofem::LocalGaussianRandomFunction::initializeFrom().
#define _IFT_LocalGaussianRandomFunction_variance "variance" |
Definition at line 44 of file localgaussianrandomfunction.h.
Referenced by oofem::LocalGaussianRandomFunction::initializeFrom().