18 InputParameters params = validParams<IntegratedBC>();
19 params.addClassDescription(
"This class implements a form of the Neumann boundary condition in "
20 "which the boundary term is treated 'implicitly'.");
31 return _grad_u[_qp] * _normals[_qp] * _test[_i][_qp];
37 return (_grad_phi[_j][_qp] * _normals[_qp]) * _test[_i][_qp];