Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

SPACE.H File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define CH_SPACEDIM
#define CH_SPACEDIM   3
#define D_EXPR(a, b, c)   ((void)((a),(b),(c),0))
#define D_DECL(a, b, c)   a,b,c
#define D_TERM(a, b, c)   a b c

Variables

const int SpaceDim = CH_SPACEDIM


Define Documentation

#define CH_SPACEDIM   3
 

compile time cpp macro that controls the dimensionality of the Chombo package.


Variable Documentation

const int SpaceDim = CH_SPACEDIM
 

The SpaceDim C++ integer constant specifies the dimension of the Chombo library to be built. It is initialized to the value of the macro CH_SPACEDIM. Hence it will have one of the values 1, 2, or 3.

C++ code that depends on the dimensionality of the problem that you're trying to solve should be cast in terms of this constant, instead of the CH_SPACEDIM macro, if possible, as constants are visible to debuggers while macros are not.


Generated on Fri Jul 2 17:55:26 2004 for Chombo by doxygen 1.3.2