14 #include "libmesh/vector_value.h" static InputParameters validParams()
Implements a flux boundary condition grad(u).n = V.n, where the vector V is specifed by the user...
const RealVectorValue & _value
Vector to dot with the normal.
Base class for deriving any boundary condition of a integrated type.
virtual Real computeQpResidual() override
Method for computing the residual at quadrature points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
DirectionalNeumannBC(const InputParameters ¶meters)