19 "$\\frac{\\partial u}{\\partial n}=u$.");
21 "coefficient", 1.0,
"Coefficient multiplier for the Robin boundary condition term.");
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("MooseApp", ADRobinBC)
Base class for deriving any boundary condition of a integrated type.
const ADTemplateVariableValue< T > & _u
the values of the unknown variable this BC is acting on
static InputParameters validParams()
const ADTemplateVariableTestValue< T > & _test
test function values (in QPs)
const Real _coef
Coefficient to be applied to the Robin boundary condition.
static InputParameters validParams()
ADRobinBC(const InputParameters ¶meters)
ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point.
unsigned int _qp
quadrature point index
unsigned int _i
i-th, j-th index for enumerating test and shape functions