23#ifndef OPM_GRID_ENUMS_HPP
24#define OPM_GRID_ENUMS_HPP
The namespace Dune is the main namespace for all Dune code.
Definition CartesianIndexMapper.hpp:10
PartitionMethod
enum for choosing methods for partitioning a graph.
Definition GridEnums.hpp:44
@ simple
Use simple approach based on rectangular partitioning the underlying cartesian grid.
Definition GridEnums.hpp:46
@ zoltanGoG
use Zoltan on GraphOfGrid for partitioning
Definition GridEnums.hpp:52
@ zoltan
Use Zoltan for partitioning.
Definition GridEnums.hpp:48
@ metis
Use METIS for partitioning.
Definition GridEnums.hpp:50
EdgeWeightMethod
enum for choosing Methods for weighting graph-edges correspoding to cell interfaces in Zoltan's or Me...
Definition GridEnums.hpp:34
@ defaultTransEdgeWgt
Use the transmissibilities as edge weights.
Definition GridEnums.hpp:38
@ logTransEdgeWgt
Use the log of the transmissibilities as edge weights.
Definition GridEnums.hpp:40
@ uniformEdgeWgt
All edge have a uniform weight of 1.
Definition GridEnums.hpp:36