37 const std::vector<unsigned int>
_v_var;
38 const std::vector<const VariableValue *>
_v;
Represents a right hand side force term of the form Sum_j c_j * m_j * v_j, where c is a vector of rea...
const std::vector< unsigned int > _v_var
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
For coupling standard variables.
const std::vector< const VariableValue * > _v
std::vector< const MaterialProperty< Real > * > _mat_props
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
std::map< unsigned int, unsigned int > _v_var_to_index
const std::vector< Real > _coef
static InputParameters validParams()
const bool _coupled_props
const unsigned int _n_coupled
const InputParameters & parameters() const
Get the parameters of the object.