20 "Implements a ADVectorNodalBC which equates two different Variables' values " 21 "on a specified boundary.");
Base class for deriving any automatic differentiation boundary condition of a integrated type...
registerMooseObject("MooseApp", ADVectorMatchedValueBC)
const Moose::ADType< T >::type & _u
Value of the unknown variable this BC is acting on.
ADVectorMatchedValueBC(const InputParameters ¶meters)
Implements a simple coupled boundary condition where u=v on the boundary.
static InputParameters validParams()
static InputParameters validParams()
ADRealVectorValue computeQpResidual() override
Compute this NodalBC's contribution to the residual at the current quadrature point.
const ADRealVectorValue & _v