20#ifndef OPM_SETUP_PARTITIONING_PARAMS_HPP
21#define OPM_SETUP_PARTITIONING_PARAMS_HPP
51std::map<std::string, std::string>
53 const std::optional<double>& edgeSizeThreshold = {});
63std::map<std::string, std::string>
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
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:128
std::map< std::string, std::string > setupMetisParams(const std::string &conf)
Form collection of METIS partitioning parameters from named configuration.
Definition SetupPartitioningParams.cpp:158