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