28#ifndef EWOMS_FV_BASE_CONSTRAINTS_HH
29#define EWOMS_FV_BASE_CONSTRAINTS_HH
32#include <opm/material/common/Valgrind.hpp>
44template <
class TypeTag>
72 { isActive_ =
yesno; }
Class to specify constraints for a finite volume spatial discretization.
Definition fvbaseconstraints.hh:46
bool isActive() const
Returns true if the constraints are enforced.
Definition fvbaseconstraints.hh:65
void setActive(bool yesno)
Specify whether the constraints should be enforced or not.
Definition fvbaseconstraints.hh:71
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
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:235
The Opm property system, traits with inheritance.