19 "Compute the gradient for reaction material inversion by taking the inner product of the "
20 "forward and adjoint variables multiplied by the derivative of the optimization function "
21 "with respect to the controllable parameters.");
30 _forward_var(coupledValue(
"forward_variable"))
registerMooseObject("OptimizationApp", ElementOptimizationReactionFunctionInnerProduct)
const VariableValue & _var
Quadrature point values of coupled MOOSE variables.
unsigned int _qp
Quadrature point index.
static InputParameters validParams()
Compute the gradient for reaction material inversion by taking the inner product of the forward and a...
const VariableValue & _forward_var
Holds forward solution variable at the current quadrature points.
virtual Real computeQpInnerProduct() override
Used to compute the inner product at a certain quadrature point.
static InputParameters validParams()
ElementOptimizationReactionFunctionInnerProduct(const InputParameters ¶meters)