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"))
const VariableValue & _var
Quadrature point values of coupled MOOSE variables.
virtual Real computeQpInnerProduct() override
Used to compute the inner product at a certain quadrature point.
registerMooseObject("OptimizationApp", ElementOptimizationReactionFunctionInnerProduct)
unsigned int _qp
Quadrature point index.
Compute the gradient for reaction material inversion by taking the inner product of the forward and a...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
static InputParameters validParams()
const VariableValue & _forward_var
Holds forward solution variable at the current quadrature points.
ElementOptimizationReactionFunctionInnerProduct(const InputParameters ¶meters)