www.mooseframework.org
MassLumpedTimeDerivative.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "TimeKernel.h"
13 
14 // Forward Declaration
16 
17 template <>
19 
21 {
22 public:
24 
26 
27  virtual void computeJacobian() override;
28 
29 protected:
30  virtual Real computeQpResidual() override;
31  virtual Real computeQpJacobian() override;
32 
34 };
35 
MassLumpedTimeDerivative::MassLumpedTimeDerivative
MassLumpedTimeDerivative(const InputParameters &parameters)
Definition: MassLumpedTimeDerivative.C:33
MassLumpedTimeDerivative
Definition: MassLumpedTimeDerivative.h:20
TimeKernel.h
MooseObject::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition: MooseObject.h:76
MassLumpedTimeDerivative::computeJacobian
virtual void computeJacobian() override
Compute this Kernel's contribution to the diagonal Jacobian entries.
Definition: MassLumpedTimeDerivative.C:51
MassLumpedTimeDerivative::computeQpJacobian
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
Definition: MassLumpedTimeDerivative.C:45
MassLumpedTimeDerivative::computeQpResidual
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
Definition: MassLumpedTimeDerivative.C:39
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition: InputParameters.h:53
TimeKernel
All time kernels should inherit from this class.
Definition: TimeKernel.h:24
validParams< MassLumpedTimeDerivative >
InputParameters validParams< MassLumpedTimeDerivative >()
MassLumpedTimeDerivative::_u_dot_nodal
const VariableValue & _u_dot_nodal
Definition: MassLumpedTimeDerivative.h:33
VariableValue
OutputTools< Real >::VariableValue VariableValue
Definition: MooseTypes.h:300
MassLumpedTimeDerivative::validParams
static InputParameters validParams()
Definition: MassLumpedTimeDerivative.C:23