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 VariableTestValue & _test
virtual Real computeQpJacobian() override
static InputParameters validParams()
static InputParameters validParams()
const VariablePhiValue & _phi
bool isParamValid(const std::string &name) const
This class adds the exterior boundary mass for facet unknowns.
virtual Real computeQpResidual() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void mooseError(Args &&... args) const
registerMooseObject("NavierStokesApp", MassMatrixIntegratedBC)
MassMatrixIntegratedBC(const InputParameters ¶meters)