14                            LagrangeVecDirichletBC,
    23                                            "The values the components must take on the boundary");
    26       "Imposes the essential boundary condition $\\vec{u}=\\vec{g}$, where $\\vec{g}$ "    27       "are constant, controllable values.");
 const RealVectorValue & _u
Value of the unknown variable this BC is acting on. 
static InputParameters validParams()
VectorDirichletBC(const InputParameters ¶meters)
const RealVectorValue & _values
The value for this BC. 
Base class for deriving any boundary condition that works at nodes on vector variables. 
registerMooseObjectRenamed("MooseApp", LagrangeVecDirichletBC, "05/01/2019 00:01", VectorDirichletBC)
virtual RealVectorValue computeQpResidual() override
Boundary condition of a Dirichlet type. 
static InputParameters validParams()
registerMooseObject("MooseApp", VectorDirichletBC)