Class to specify information related to constraints.
#include <dumux/common/constraintinfo.hh>
|
| | ConstraintInfo () |
| void | reset () |
| | Reset for all equations.
|
| void | resetEq (int eqIdx) |
| | Reset for one equation.
|
| void | setAll () |
| | Set all as constraints.
|
| void | set (int eqIdx) |
| | Set a constraint condition for a single equation.
|
| bool | isConstraintEquation (int eqIdx) const |
| | Returns true if an equation is used to specify a constraint condition.
|
|
| static constexpr int | size () |
| | we might have a constraint for each equation
|
◆ ConstraintInfo()
◆ isConstraintEquation()
- Parameters
-
| eqIdx | The index of the equation |
◆ reset()
◆ resetEq()
◆ set()
- Parameters
-
| eqIdx | The index of the equation for which constraint is set |
◆ setAll()
◆ size()
◆ isConstraint_
The documentation for this class was generated from the following file: