20#ifndef OPM_UTIL_COMPRESS_PARTITION_HPP_INCLUDED
21#define OPM_UTIL_COMPRESS_PARTITION_HPP_INCLUDED
26namespace Opm {
namespace util {
27 std::pair<std::vector<int>,
int>
28 compressAndCountPartitionIDs(std::vector<int>&& parts0);
30 std::vector<int> compressPartitionIDs(std::vector<int>&& parts0);
31 void compressPartitionIDs(std::vector<int>& parts0);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37