AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

DAGHDefaults.h

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


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04