OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
grid.C File Reference
#include "grid.h"
#include "error.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

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 []
 

Macro Definition Documentation

#define MAX (   a,
 
)    ( ( a ) > ( b ) ? ( a ) : ( b ) )

Definition at line 9 of file grid.C.

Referenced by oofem::Grid::calcTime().

#define MIN (   a,
 
)    ( ( a ) > ( b ) ? ( b ) : ( a ) )

Definition at line 8 of file grid.C.

Referenced by oofem::Grid::calcTime(), and oofem::Grid::setZeroValues().


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