19 "preconditioning schemes which require one");
20 params.
addParam<Real>(
"density", 1,
"Optional density for scaling the computed mass.");
26 params.
set<
bool>(
"matrix_only") =
true;
31 :
VectorKernel(parameters), _density(getParam<Real>(
"density"))
34 mooseError(
"One of 'matrix_tags' or 'extra_matrix_tags' must be provided");
registerMooseObject("NavierStokesApp", VectorMassMatrix)
void mooseError(Args &&... args) const
bool isParamValid(const std::string &name) const
const VectorVariableTestValue & _test
static InputParameters validParams()
const VectorVariablePhiValue & _phi
Computes a finite element mass matrix meant for use in preconditioning schemes which require one.
virtual Real computeQpResidual() override
virtual Real computeQpJacobian() override
VectorMassMatrix(const InputParameters ¶meters)
static InputParameters validParams()