solvercategory.hh

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 9 Apr 2008 with Doxygen (ver 1.5.2) [logfile].