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