Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

src/expde/access.h

Go to the documentation of this file.
00001 //    expde: expression templates for partial differential equations.
00002 //    Copyright (C) 2001  Christoph Pflaum
00003 //    This program is free software; you can redistribute it and/or modify
00004 //    it under the terms of the GNU General Public License as published by
00005 //    the Free Software Foundation; either version 2 of the License, or
00006 //    (at your option) any later version.
00007 //
00008 //    This program is distributed in the hope that it will be useful,
00009 //    but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011 //    GNU General Public License for more details.
00012 //
00013 //                 SEE  Notice1.doc made by 
00014 //                 LAWRENCE LIVERMORE NATIONAL LABORATORY
00015 //
00016 
00017 // ------------------------------------------------------------
00018 //
00019 //  Second parameter file: access.h
00020 //
00021 // ------------------------------------------------------------
00022 
00023 
00024 #ifndef ACCESS_H_
00025 #define ACCESS_H_
00026            
00027 // Choose one:  (for interior points)
00028 // #include "grid/listint/listint1.h"
00029 // #include "grid/listint/listint2.h"
00030 // #include "grid/listint/listint3.h"
00031 #include "grid/listint/listint4.h"
00032 
00033 // Choose one:  (for near boundary points)
00034 // #include "grid/listnb/listnb1.h"
00035 // #include "grid/listnb/listnb2.h"
00036 // #include "grid/listnb/listnb3.h"
00037 #include "grid/listnb/listnb4.h"
00038 
00039 // Choose one: (for boundary points)
00040 #include "grid/listbo/listbo1.h"
00041 
00042 // Choose one: (for points in a boundary cell)
00043 // #include "grid/listcf/listcf1.h"
00044 #include "grid/listcf/listcf2.h"
00045 
00046 // Choose one: (parallel)
00047 #include "grid/listpa/listpa1.h"
00048 
00049 
00050 // Choose one: (cell)
00051 #include "grid/listce/listce1.h"
00052 
00053 
00054 
00055 #endif
00056     
00057 
00058 
00059 

Generated on Fri Nov 2 01:25:55 2007 for IPPL by doxygen 1.3.5