43 std::vector<Scalar> getPrimaryVarsDomain(
const int domainIdx)
const;
44 void setPrimaryVarsDomain(
const int domainIdx,
const std::vector<Scalar>&
vars);
47 {
return well_local_cells_; }
49 const std::map<std::string, int>& well_domain()
const
50 {
return well_domain_; }
54 : genWellModel_(model)
57 void calcDomains(
const std::vector<const SubDomainIndices*>&
domains);
60 void logDomains()
const;
62 void findWellDomains(
const std::vector<const SubDomainIndices*>&
domains);
64 void calcLocalIndices(
const std::vector<const SubDomainIndices*>&
domains);
69 std::map<std::string, int> well_domain_{};
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:235
Representing a part of a grid, in a way suitable for performing local solves.
Definition SubDomain.hpp:85