|
OOFEM 3.0
|
#include "localgaussianrandomfunction.h"#include "mathfem.h"#include "classfactory.h"#include <ctime>Go to the source code of this file.
Namespaces | |
| namespace | oofem |
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 89 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define EPS 1.2e-7 |
Definition at line 94 of file localgaussianrandomfunction.C.
Referenced by oofem::Quasicontinuum::intersectionTestSegmentSegment2D(), and oofem::Quasicontinuum::intersectionTestSegmentTrianglePlucker3D().
| #define IA 16807 |
Definition at line 87 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define IM 2147483647 |
Definition at line 88 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define IQ 127773 |
Definition at line 90 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define IR 2836 |
Definition at line 91 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
Definition at line 93 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define NTAB 32 |
Definition at line 92 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().
| #define RNMX ( 1.0 - EPS ) |
Definition at line 95 of file localgaussianrandomfunction.C.
Referenced by oofem::LocalGaussianRandomFunction::ran1().