registerMooseObject("MooseApp", EigenDirichletBC)
Set Dirichlet boundary condition for eigenvalue problems.
EigenDirichletBC(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
The user can override this function to compute the "on-diagonal" Jacobian contribution for this Nodal...
virtual Real computeQpResidual() override
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
This is the virtual that derived classes should override for computing an off-diagonal jacobian compo...
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type.
Base class for deriving any boundary condition that works at nodes.
static InputParameters validParams()