20#ifndef OPM_SETUP_PARTITIONING_PARAMS_HPP
21#define OPM_SETUP_PARTITIONING_PARAMS_HPP
51std::map<std::string, std::string>
63std::map<std::string, std::string>
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
std::map< std::string, std::string > setupZoltanParams(const std::string &conf, const std::optional< double > &edgeSizeThreshold={})
Form collection of Zoltan partitioning parameters from named configuration.
Definition SetupPartitioningParams.cpp:149
std::map< std::string, std::string > setupMetisParams(const std::string &conf)
Form collection of METIS partitioning parameters from named configuration.
Definition SetupPartitioningParams.cpp:179