vtf-logo

DAGHDefaults.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 #ifndef _included_DAGHDefaults_h
00004 #define _included_DAGHDefaults_h
00005 
00015 /*
00016 *************************************************************************
00017 * DAGHDefaults.h                                                        *
00018 *                                                                       *
00019 *************************************************************************
00020 */
00021 
00022 /*************************************************************************/
00023 /* File: BitVec.h */
00024 /*************************************************************************/
00025 #define ByteWidth                       (8)
00026 #define MaxBitVecSlots                  (4)
00027 
00028 /*************************************************************************/
00029 /* File: sfcIndex.h */
00030 /*************************************************************************/
00031 #define sfcBase                         (2)
00032 
00033 /*************************************************************************/
00034 /* File: PackedGridDataBucket.h */
00035 /*************************************************************************/
00036 #define DAGHBktGFNameWidth              (32)
00037 
00038 /*************************************************************************/
00039 /* File: CommServer.C */
00040 /*************************************************************************/
00041 #define CommIncrement                   (128)
00042 
00043 /*************************************************************************/
00044 /* File: Coords.h */
00045 /*************************************************************************/
00046 #define CoordsMaxDim                    (3)
00047 
00048 /*************************************************************************/
00049 /* File: DCoords.h */
00050 /*************************************************************************/
00051 #define DCoordsMaxDim                   (3)
00052 
00053 /*************************************************************************/
00054 /* File: BBoxList.h */
00055 /*************************************************************************/
00056 #define DefBBoxListSize                 (128)
00057 
00058 /*************************************************************************/
00059 /* File: GridBox.h */
00060 /*************************************************************************/
00061 #define DefGridBoxListSize              (32)
00062 
00063 /*************************************************************************/
00064 /* File: GridUnit.h */
00065 /*************************************************************************/
00066 
00067 /*************************************************************************/
00068 /* File: GridUnitList.h */
00069 /*************************************************************************/
00070 #define DefMinimumGUExtent              (1)
00071 #define DefGridUnitListSize             (256)
00072 
00073 /*************************************************************************/
00074 /* File: DAGHGhostInteraction.h */
00075 /*************************************************************************/
00076 #ifndef DAGHDefaultInteraction
00077 #define DAGHDefaultInteraction          (DAGHGhostInteraction)
00078 #endif
00079 
00080 /*************************************************************************/
00081 /* File: GridHierarchy.h */
00082 /*************************************************************************/
00083 #define DAGHDefaultDistribution         (DAGHCompositeDistribution)
00084 #define DAGHDefaultPartMinGUWidth       (1)
00085 #define DAGHDefaultRefineMinGUWidth     (1)
00086 #define DAGHDefaultBoundary             (DAGHBoundaryRegular)
00087 #define DAGHDefaultAdaptBoundary        (DAGHAdaptBoundaryInterp)
00088 #define DAGHDefaultRefineFactor         (2)
00089 #define DAGHDefaultRefineLevel          (1)
00090 #define DAGHMaxLevels                   (100)
00091 #define DAGHMaxGridSize                 (10000) 
00092 #define DAGHMaxIOTypes                  (5)
00093 
00094 /*************************************************************************/
00095 /* GridHierarchy.C */
00096 /*************************************************************************/
00097 #define DAGHMerge                       DAGHTrue
00098 #define DAGHMergeWithClusterer          DAGHTrue
00099 #define GFListIncrement                 (64)
00100 
00101 /*************************************************************************/
00102 /* GridFunctionVoid.h */
00103 /*************************************************************************/
00104 #define DAGHGFVFlagType                 short
00105 #define DAGHGFVFlagNum                  (10)
00106 
00107 #endif

Generated on Fri Aug 24 13:00:29 2007 for AMROC's Hierachical Data Structures - by  doxygen 1.4.7