36 using Entry = std::pair<std::string,KeywordLocation>;
38 void insert(
const std::string& well_name,
41 std::vector<Entry> difference(
const std::set<std::string>& compsegs,
42 const std::vector<Well>& wells)
const;
47 bool operator()(
const Entry& pair,
const std::string& str)
const;
48 bool operator()(
const Entry& pair1,
const Entry& pair2)
const;
49 bool operator()(
const std::string& str,
const Entry& pair)
const;
52 std::set<Entry,PairComp> entries_;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30