OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "localgaussianrandomfunction.h"
#include "mathfem.h"
#include "classfactory.h"
#include <ctime>
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | IA 16807 |
#define | IM 2147483647 |
#define | AM ( 1.0 / IM ) |
#define | IQ 127773 |
#define | IR 2836 |
#define | NTAB 32 |
#define | NDIV ( 1 + ( IM - 1 ) / NTAB ) |
#define | EPS 1.2e-7 |
#define | RNMX ( 1.0 - EPS ) |
Functions | |
oofem::REGISTER_Function (LocalGaussianRandomFunction) | |
#define AM ( 1.0 / IM ) |
Definition at line 95 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define EPS 1.2e-7 |
Definition at line 100 of file localgaussianrandomfunction.C.
Referenced by oofem::Quasicontinuum::intersectionTestSegmentSegment2D(), and oofem::Quasicontinuum::intersectionTestSegmentTrianglePlucker3D().
#define IA 16807 |
Definition at line 93 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define IM 2147483647 |
Definition at line 94 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define IQ 127773 |
Definition at line 96 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define IR 2836 |
Definition at line 97 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
Definition at line 99 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define NTAB 32 |
Definition at line 98 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
#define RNMX ( 1.0 - EPS ) |
Definition at line 101 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().