const SubdomainID _subdomain_id
An optional subdomain over which to query degrees of freedom.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
unsigned int _count
Represents the number of values in contact.
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()
const Real _value
The tolerance used to decide whether the variable indicates contact.
const bool _subdomain_restricted
Whether we are subdomain restricting the active set search.
const MooseVariableFEBase & _var
MOOSE variable we compute the contact set from.
virtual void execute() override
Execute method.
GreaterThanLessThanPostprocessor(const InputParameters ¶meters)
const MooseEnum _comparator
The comparison to perform.
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.