registerMooseObject("MooseApp", EigenDirichletBC)
Base class for deriving any boundary condition that works at nodes.
static InputParameters validParams()
EigenDirichletBC(const InputParameters ¶meters)
Set Dirichlet boundary condition for eigenvalue problems.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual() override
virtual Real computeQpJacobian() override
The user can override this function to compute the "on-diagonal" Jacobian contribution for this Nodal...
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type...
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...