OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
localgaussianrandomfunction.C File Reference
#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)
 

Macro Definition Documentation

#define AM   ( 1.0 / IM )
#define IA   16807
#define IM   2147483647
#define IQ   127773
#define IR   2836
#define NDIV   ( 1 + ( IM - 1 ) / NTAB )
#define NTAB   32
#define RNMX   ( 1.0 - EPS )

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:32 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011