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