GridEnums.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Dune
 The namespace Dune is the main namespace for all Dune code.
 

Enumerations

enum  Dune::EdgeWeightMethod { Dune::uniformEdgeWgt =0 , Dune::defaultTransEdgeWgt =1 , Dune::logTransEdgeWgt =2 }
 enum for choosing Methods for weighting graph-edges correspoding to cell interfaces in Zoltan's or Metis' graph partitioner. More...
 
enum  Dune::PartitionMethod { Dune::simple =0 , Dune::zoltan =1 , Dune::metis =2 , Dune::zoltanGoG =3 }
 enum for choosing methods for partitioning a graph. More...