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