OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
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 | MIN(a, b) ( ( a ) > ( b ) ? ( b ) : ( a ) ) |
#define | MAX(a, b) ( ( a ) > ( b ) ? ( a ) : ( b ) ) |
Variables | |
int | oofem::iOffsets_full [] |
int | oofem::jOffsets_full [] |
bool | oofem::is_diag [] |
int | oofem::iOffsets [] |
int | oofem::jOffsets [] |
int | oofem::icalcOffsets [] |
int | oofem::jcalcOffsets [] |
#define MAX | ( | a, | |
b | |||
) | ( ( a ) > ( b ) ? ( a ) : ( b ) ) |
Definition at line 9 of file grid.C.
Referenced by oofem::Grid::calcTime().
#define MIN | ( | a, | |
b | |||
) | ( ( a ) > ( b ) ? ( b ) : ( a ) ) |
Definition at line 8 of file grid.C.
Referenced by oofem::Grid::calcTime(), and oofem::Grid::setZeroValues().