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