solvercategory.hh

Go to the documentation of this file.
00001 // $Id: solvercategory.hh 751 2007-04-20 13:59:25Z mblatt $
00002 #ifndef DUNE_SOLVERCATEGORY_HH
00003 #define DUNE_SOLVERCATEGORY_HH
00004 
00005 
00006 namespace Dune {
00007    
00016   struct SolverCategory
00017   { 
00018     enum { 
00020       sequential,
00022       nonoverlapping,
00024       overlapping
00025     };
00026   };
00027  
00030 } // end namespace
00031 
00032 #endif
Generated on Sat Apr 24 11:13:47 2010 for dune-istl by  doxygen 1.6.3