23 #include <unordered_set>
31 using storage = std::vector<std::string>;
34 WList(
const storage& wlist, std::string wlname);
35 std::size_t size()
const;
36 void add(
const std::string& well);
37 void del(
const std::string& well);
38 bool has(
const std::string& well)
const;
39 std::string getName()
const;
41 std::vector<std::string> wells()
const;
42 bool operator==(
const WList& data)
const;
44 template<
class Serializer>
47 serializer(well_list);
Class for (de-)serializing.
Definition: Serializer.hpp:75
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29