19 "An eigenkernel with weak form $\\lambda(\\psi_i, -u_h \\times coeff)$ where "
20 "$\\lambda$ is the eigenvalue.");
21 params.
addParam<Real>(
"coefficient", 1.0,
"Coefficient multiplying the term");
26 :
EigenKernel(parameters), _coef(this->template getParam<Real>(
"coefficient"))
registerMooseObject("MooseApp", MassEigenKernel)
The behavior of this kernel is controlled by one problem-wise global parameter eigen_on_current - boo...
static InputParameters validParams()
unsigned int _qp
The current quadrature point index.
unsigned int _j
current index for the shape function
unsigned int _i
current index for the test function
const VariablePhiValue & _phi
the current shape functions
const VariableTestValue & _test
the current test function
const VariableValue & _u
Holds the solution at current quadrature points.
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
static InputParameters validParams()
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
MassEigenKernel(const InputParameters ¶meters)