Go to the documentation of this file.
31 :
ODEKernel(parameters), _u_dot(_var.uDot()), _du_dot_du(_var.duDotDu())
virtual Real computeQpResidual()=0
DenseVector< Number > _local_re
Holds residual entries as they are accumulated by this Kernel.
static InputParameters validParams()
virtual void computeResidual() override
Base class for ODEKernels that contribute to the time residual vector.
void accumulateTaggedLocalResidual()
Local residual blocks will be appended by adding the current local kernel residual.
Order order() const
Get the order of this variable Note: Order enum can be implicitly converted to unsigned int.
void prepareVectorTag(Assembly &assembly, unsigned int ivar)
Prepare data for computing element residual the according to active tags.
ODETimeKernel(const InputParameters ¶meters)
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
MooseVariableScalar & _var
Scalar variable.
defineLegacyParams(ODETimeKernel)
unsigned int number() const
Get variable number coming from libMesh.