20#ifndef OPM_PINCHMODE_HPP
21#define OPM_PINCHMODE_HPP
36std::string PinchMode2String(
const PinchMode enumValue);
37PinchMode PinchModeFromString(
const std::string& stringValue);
39std::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