Base class for comparing quantities and producing a boolean value.
Compares two post-processors and produces a boolean value.
virtual void execute() override
Execute method.
const PostprocessorValue & _value_a
First post-processor to compare.
PostprocessorValue _comparison_value
The comparison value; 1 for true and 0 for false.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const PostprocessorValue & _value_b
Second post-processor to compare.