void computeValue(NumericVector< Number > ¤t_solution)
Method to preset the nodal value if applicable.
virtual Real computeQpResidual() override
Base boundary condition of a Dirichlet type.
Base class for deriving any boundary condition that works at nodes.
DirichletBCBase(const InputParameters ¶meters)
static InputParameters validParams()
const bool _preset
Whether or not the value is to be preset.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
virtual Real computeQpValue()=0
Compute the value of the DirichletBC at the current quadrature point.