34 virtual bool enabled()
const override;
The behavior of this kernel is controlled by one problem-wise global parameter eigen_on_current - boo...
MooseEigenSystem * _eigen_sys
EigenKernel always lives in EigenSystem.
virtual void computeOffDiagJacobianScalar(unsigned int) override
Computes jacobian block with respect to a scalar variable.
static InputParameters validParams()
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-residual / d-jvar... storing the result in Ke.
virtual bool enabled() const override
Return the enabled status of the object.
bool _eigen
flag for as an eigen kernel or a normal kernel
const Real * _eigenvalue
A pointer to the eigenvalue that is stored in a postprocessor This is a pointer so that the method fo...
virtual void computeJacobian() override
Compute this Kernel's contribution to the diagonal Jacobian entries.
virtual void computeResidual() override
Compute this Kernel's contribution to the residual.
const InputParameters & parameters() const
Get the parameters of the object.