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

LGintegrator.H

Go to the documentation of this file.
00001 /* _______              __
00002   / ___/ /  ___  __ _  / /  ___
00003  / /__/ _ \/ _ \/  ' \/ _ \/ _ \
00004  \___/_//_/\___/_/_/_/_.__/\___/
00005 */
00006 //
00007 // This software is copyright (C) by the Lawrence Berkeley
00008 // National Laboratory.  Permission is granted to reproduce
00009 // this software for non-commercial purposes provided that
00010 // this notice is left intact.
00011 //
00012 // It is acknowledged that the U.S. Government has rights to
00013 // this software under Contract DE-AC03-765F00098 between
00014 // the U.S.  Department of Energy and the University of
00015 // California.
00016 //
00017 // This software is provided as a professional and academic
00018 // contribution for joint exchange. Thus it is experimental,
00019 // is provided ``as is'', with no warranties of any kind
00020 // whatsoever, no support, no promise of updates, or printed
00021 // documentation. By using this software, you acknowledge
00022 // that the Lawrence Berkeley National Laboratory and
00023 // Regents of the University of California shall have no
00024 // liability with respect to the infringement of other
00025 // copyrights by any part of this software.
00026 //
00027 
00028 // Constants used between C++ and Fortran to index the conserved and
00029 // primitive variables and to know the number of each.  Also, the number
00030 // of slopes and fluxes are defined here.
00031 
00032 #if (CH_SPACEDIM == 2)
00033 
00034 #define WRHO   0
00035 #define WVELX  1
00036 #define WVELY  2
00037 #define WVELZ  3
00038 #define WBX  4
00039 #define WBY  5
00040 #define WBZ  6
00041 #define WPRES  7
00042 #define WC     8
00043 
00044 #define WNUM   8
00045 #define WSLOPE 8
00046 
00047 #define URHO  0
00048 #define UMOMX 1
00049 #define UMOMY 2
00050 #define UMOMZ 3
00051 #define UBX  4
00052 #define UBY  5
00053 #define UBZ  6
00054 #define UENG  7
00055 #define DIVB  8
00056 #define UFACE  9
00057 #define VFACE  10
00058 #define WFACE  11
00059 #define BXFACE  12
00060 #define BYFACE  13
00061 #define BZFACE  14
00062 
00063 #define UNUM  8
00064 #define UFLUX 15
00065 
00066 #endif
00067 
00068 #if (CH_SPACEDIM == 3)
00069 
00070 #define WRHO   0
00071 #define WVELX  1
00072 #define WVELY  2
00073 #define WVELZ  3
00074 #define WBX  4
00075 #define WBY  5
00076 #define WBZ  6
00077 #define WPRES  7
00078 #define WC     8
00079 
00080 #define WNUM   8
00081 #define WSLOPE 8
00082 
00083 #define URHO  0
00084 #define UMOMX 1
00085 #define UMOMY 2
00086 #define UMOMZ 3
00087 #define UBX  4
00088 #define UBY  5
00089 #define UBZ  6
00090 #define UENG  7
00091 
00092 #define UNUM  8
00093 #define UFLUX 8
00094 
00095 #endif

Generated on Tue Jul 2 10:42:20 2002 for Chombo by doxygen1.2.16