- Home
- About DUNE
- Download
- Documentation
- Community
- Development
00001 // $Id$ 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
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].