21 params.
addClassDescription(
"Element reporter to get statistics for a coupled variable. This can "
22 "be transfered to other apps.");
36 for (
unsigned int qp = 0; qp <
_qrule->n_points(); ++qp)
registerMooseObject("MooseApp", ElementVariableStatistics)
static InputParameters validParams()
const QBase *const & _qrule
const MooseArray< Real > & _coord
const MooseArray< Real > & _JxW
const Real & _current_elem_volume
The current element volume (available during execute())
const VariableValue & _v
The coupled variable used.
virtual Real computeValue() override
static InputParameters validParams()
ElementVariableStatistics(const InputParameters ¶meters)