dune-istl  2.2.0
solvercategory.hh
Go to the documentation of this file.
00001 // $Id: solvercategory.hh 1445 2011-01-24 11:42:55Z mblatt $
00002 #ifndef DUNE_SOLVERCATEGORY_HH
00003 #define DUNE_SOLVERCATEGORY_HH
00004 
00005 
00006 namespace Dune {
00007    
00016   struct SolverCategory
00017   { 
00018     enum  Category { 
00020       sequential,
00022       nonoverlapping,
00024       overlapping
00025     };
00026   };
00027  
00030 } // end namespace
00031 
00032 #endif