20#ifndef CONVERGENCE_OUTPUT_CONFIGURATION_HPP
21#define CONVERGENCE_OUTPUT_CONFIGURATION_HPP
75 return this->flag_ != std::byte{0};
83 return std::to_integer<int>(this->flag_ &
static_cast<std::byte
>(
opt)) != 0;
Parse comma separated option strings into a runtime configuration object for whether to output additi...
Definition ConvergenceOutputConfiguration.hpp:46
Option
Option values.
Definition ConvergenceOutputConfiguration.hpp:53
bool any() const
Whether or not user wants any additional convergence output at all.
Definition ConvergenceOutputConfiguration.hpp:73
bool want(const Option opt) const
Whether or not user wants specific convergence output.
Definition ConvergenceOutputConfiguration.hpp:81
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242