This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
virtual const std::string & name() const
Get the name of the class.
static InputParameters validParams()
const ReporterData & getReporterData() const
Provides const access the ReporterData object.
Real PostprocessorValue
various MOOSE typedefs
ConstantPostprocessor(const InputParameters ¶meters)
registerMooseObject("MooseApp", ConstantPostprocessor)
void setReporterValue(const ReporterName &reporter_name, const T &value, const std::size_t time_index=0)
Method for setting Reporter values that already exist.
A ReporterName that represents a Postprocessor.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
FEProblemBase & _fe_problem
Reference to the FEProblemBase for this user object.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
const Real & _value
value held by postprocessor
static InputParameters validParams()
A class for storing a constant value.