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 
ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point...
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
unsigned int _qp
quadrature point index 
ADVectorRobinBC(const InputParameters ¶meters)
registerMooseObject("MooseApp", ADVectorRobinBC)
Base class for deriving any boundary condition of a integrated type. 
const Real _coef
Coefficient to be applied to the Robin boundary condition. 
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADTemplateVariableTestValue< T > & _test
test function values (in QPs)