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;
34 mooseError(
"One of 'matrix_tags' or 'extra_matrix_tags' must be provided");
const VectorVariableTestValue & _test
VectorMassMatrix(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
Computes a finite element mass matrix meant for use in preconditioning schemes which require one...
static InputParameters validParams()
bool isParamValid(const std::string &name) const
virtual Real computeQpResidual() override
const VectorVariablePhiValue & _phi
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("NavierStokesApp", VectorMassMatrix)
static InputParameters validParams()
void mooseError(Args &&... args) const