static InputParameters validParams()
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
bool comparisonIsTrue(const Real &a, const Real &b) const
Performs the selected comparison on the two values.
ComparisonPostprocessor(const InputParameters ¶meters)
Base class for comparing quantities and producing a boolean value.
const ComparisonType _comparison_type
Type of comparison to perform.
const Real _absolute_tolerance
Absolute tolerance for "fuzzy" comparisons.