20 params.
addParam<FunctionName>(
"coefficient", 1.0,
"Coefficient function.");
27 _du_dot_dot_du(dotDotDu()),
28 _coeff(getFunction(
"coefficient"))
const VariableValue & _du_dot_dot_du
du dot dot du Jacobian contribution of the second time derivative of the solution vector variable ...
virtual Real computeQpResidual() override
The second time derivative operator for vector variables.
const VectorVariableTestValue & _test
virtual Real computeQpJacobian() override
const Function & _coeff
Function coefficient.
static InputParameters validParams()
registerMooseObject("ElectromagneticsApp", VectorSecondTimeDerivative)
VectorSecondTimeDerivative(const InputParameters ¶meters)
const VectorVariablePhiValue & _phi
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real value(Real t, const Point &p) const
const MooseArray< Point > & _q_point
static InputParameters validParams()
const VectorVariableValue & _u_dot_dot
Second time derivative of the solution vector variable.