operators/boundaryconditions.hh

Go to the documentation of this file.
00001 #ifndef DUNE_BOUNDARYCONDITIONS_HH
00002 #define DUNE_BOUNDARYCONDITIONS_HH
00003 
00009 namespace Dune
00010 {
00020 
00021   struct BoundaryConditions 
00022   {
00024       enum Flags {neumann=1,     
00025                   process=2,      
00026                   dirichlet=3     
00027       };   
00028   };
00029 
00031 }
00032 #endif

Generated on 23 Nov 2008 with Doxygen (ver 1.5.1) [logfile].