20 #ifndef OPM_PINCHMODE_HPP 21 #define OPM_PINCHMODE_HPP 28 enum class PinchMode {
36 std::string PinchMode2String(
const PinchMode enumValue);
37 PinchMode PinchModeFromString(
const std::string& stringValue);
39 std::ostream& operator<<(std::ostream&,
const PinchMode);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30