19 #ifndef OPM_ENDPOINTSCALING_HPP 20 #define OPM_ENDPOINTSCALING_HPP 36 operator bool()
const noexcept;
38 bool directional()
const noexcept;
39 bool nondirectional()
const noexcept;
40 bool reversible()
const noexcept;
41 bool irreversible()
const noexcept;
42 bool twopoint()
const noexcept;
43 bool threepoint()
const noexcept;
47 template<
class Serializer>
61 using ue = std::underlying_type< option >::type;
62 std::bitset< 4 > options;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: EndpointScaling.hpp:28
Class for (de-)serializing.
Definition: Serializer.hpp:94