https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MassMatrixHDG.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 "HDGKernel.h"
13
20{
21public:
23
25
26 virtual void computeResidual() override {}
27 virtual void computeJacobian() override {}
28 virtual void computeOffDiagJacobian(unsigned int) override {}
29 virtual void computeResidualOnSide() override {}
30 virtual void computeJacobianOnSide() override;
31
32protected:
34 const Real _density;
35 DenseMatrix<Number> _mass;
36};
This class computes a mass for facet unkowns on interior faces just like MassMatrixDGKernel.
static InputParameters validParams()
DenseMatrix< Number > _mass
virtual void computeResidual() override
const VariablePhiValue & _face_phi
const Real _density
virtual void computeJacobian() override
virtual void computeJacobianOnSide() override
virtual void computeResidualOnSide() override
virtual void computeOffDiagJacobian(unsigned int) override
const InputParameters & parameters() const
VariableShapeValue< false > VariablePhiValue