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 :
DGKernel(parameters), _density(getParam<
Real>(
"density"))
34 mooseError(
"One of 'matrix_tags' or 'extra_matrix_tags' must be provided");
40 mooseAssert(
false,
"should never be called");
This class can be used to compute a mass matrix for facet unknowns, e.g.
MassMatrixDGKernel(const InputParameters ¶meters)
static InputParameters validParams()
bool isParamValid(const std::string &name) const
static InputParameters validParams()
const std::string & type() const
const VariableTestValue & _test
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("NavierStokesApp", MassMatrixDGKernel)
void mooseError(Args &&... args) const
const VariablePhiValue & _phi
virtual Real computeQpJacobian(const Moose::DGJacobianType type) override
virtual Real computeQpResidual(Moose::DGResidualType) override