18 params.
addParam<RealEigenVector>(
"value",
"The value of the gradient on the boundary.");
20 "$\\frac{\\partial u}{\\partial n}=h$, "
21 "where $h$ is a constant, controllable value.");
27 _value(isParamValid(
"value") ? getParam<RealEigenVector>(
"value")
28 : RealEigenVector::Zero(_count))
registerMooseObject("MooseApp", ArrayNeumannBC)
Base class for deriving any boundary condition of a integrated type.
static InputParameters validParams()
const ArrayVariableTestValue & _test
test function values (in QPs)
virtual void computeQpResidual(RealEigenVector &residual) override
Method for computing the residual at quadrature points, to be filled in residual.
const RealEigenVector _value
Values of grad(u) on the boundary.
ArrayNeumannBC(const InputParameters ¶meters)
static InputParameters validParams()
unsigned int _qp
quadrature point index
unsigned int _i
i-th, j-th index for enumerating test and shape functions