19 "variable",
"The variable whose value will be fitted over the patch of elements.");
registerMooseObject("MooseApp", NodalPatchRecoveryVariable)
static InputParameters validParams()
Patch recovery from a coupled variable.
Real computeValue() override
Returns the recovered value at the quadrature point (_qp)
const VariableValue & _v
Variable value.
const VariableName _name
Variable name.
static InputParameters validParams()
const VariableName & variableName() const
Returns the variable name.
NodalPatchRecoveryVariable(const InputParameters ¶ms)