RegionAttributeHelpers.hpp
Go to the documentation of this file.
Definition: RegionAttributeHelpers.hpp:131 bool has(const RegionID reg) const Definition: RegionAttributeHelpers.hpp:210 int cell(const RegionID reg) const Definition: RegionAttributeHelpers.hpp:205 const AttributeMap & attributes() const Definition: RegionAttributeHelpers.hpp:229 typename Select::RegionIDParameter< RegionId, std::is_integral< RegionId >::value >::type RegionID Definition: RegionAttributeHelpers.hpp:139 const Attributes & attributes(const RegionID reg) const Definition: RegionAttributeHelpers.hpp:243 RegionAttributes(const RMap &rmap, const Attributes &attr) Definition: RegionAttributeHelpers.hpp:176 typename std::remove_reference< RegionId >::type ID Definition: RegionAttributeHelpers.hpp:142 std::unordered_map< ID, std::unique_ptr< Value > > AttributeMap Definition: RegionAttributeHelpers.hpp:159 void insert(const RegionID r, const Attributes &attr) Definition: RegionAttributeHelpers.hpp:215 Attributes & attributes(const RegionID reg) Definition: RegionAttributeHelpers.hpp:256 Definition: blackoilboundaryratevector.hh:39 std::tuple< Scalar, Scalar, Scalar, Scalar, int > operator()(const std::vector< Scalar > &pressure, const std::vector< Scalar > &temperature, const std::vector< Scalar > &rs, const std::vector< Scalar > &rv, const std::vector< Scalar > &, std::size_t cell) Definition: RegionAttributeHelpers.hpp:104 Computes the temperature, pressure, and counter increment. Definition: RegionAttributeHelpers.hpp:67 std::tuple< Scalar, Scalar, Scalar, Scalar, int > operator()(const std::vector< Scalar > &pressure, const std::vector< Scalar > &temperature, const std::vector< Scalar > &rs, const std::vector< Scalar > &rv, const std::vector< Scalar > &ownership, std::size_t cell) Computes the temperature, pressure, and counter increment. Definition: RegionAttributeHelpers.hpp:80 Definition: RegionAttributeHelpers.hpp:148 Attributes attr_ Definition: RegionAttributeHelpers.hpp:154 Value(const Attributes &attr) Definition: RegionAttributeHelpers.hpp:149 int cell_ Definition: RegionAttributeHelpers.hpp:155 RegionID type Definition: RegionAttributeHelpers.hpp:55 Definition: RegionAttributeHelpers.hpp:47 typename std::remove_reference< RegionID >::type & type Definition: RegionAttributeHelpers.hpp:49 |