const ExecFlagType & getCurrentExecuteOnFlag() const
Return/set the current execution flag.
bool isValueSet(const std::string &value) const
Methods for seeing if a value is set in the MultiMooseEnum.
const bool _always_store
Whether or not this NodalReporter should always store its information; see shouldStore()
NodalReporter(const InputParameters ¶meters)
static InputParameters validParams()
bool shouldStore() const override final
A user object that runs over all the nodes and does an aggregation step to compute a single value.
static InputParameters validParams()
Reporter objects allow for the declaration of arbitrary data types that are aggregate values for a si...
static InputParameters validParams()
const ExecFlagEnum & getExecuteOnEnum() const
Return the execute on MultiMooseEnum for this object.
FEProblemBase & _fe_problem
Reference to the FEProblemBase for this user object.