24 :
DGKernel(parameters), _velocity(getParam<RealVectorValue>(
"velocity"))
registerMooseObject("MooseApp", DGConvection)
virtual Real computeQpResidual(Moose::DGResidualType type)
This is the virtual that derived classes should override for computing the residual on neighboring el...
virtual Real computeQpJacobian(Moose::DGJacobianType type)
This is the virtual that derived classes should override for computing the Jacobian on neighboring el...
DGConvection(const InputParameters ¶meters)
static InputParameters validParams()
RealVectorValue _velocity
const MooseArray< Point > & _normals
Normal vectors at the quadrature points.
The DGKernel class is responsible for calculating the residuals for various physics on internal sides...
const VariableTestValue & _test_neighbor
Side test function.
const VariableValue & _u
Holds the current solution at the current quadrature point on the face.
static InputParameters validParams()
Factory constructor initializes all internal references needed for residual computation.
const VariableValue & _u_neighbor
Holds the current solution at the current quadrature point.
const VariablePhiValue & _phi_neighbor
Side shape function.
const VariableTestValue & _test
test functions
const VariablePhiValue & _phi
Shape functions.
const std::string & type() const
Get the type of this class.