15#define TemplateVariableValue typename OutputTools<T>::VariableValue
16#define TemplateVariableGradient typename OutputTools<T>::VariableGradient
17#define TemplateVariablePhiValue typename OutputTools<T>::VariablePhiValue
18#define TemplateVariablePhiGradient typename OutputTools<T>::VariablePhiGradient
19#define TemplateVariableTestValue typename OutputTools<T>::VariableTestValue
20#define TemplateVariableTestGradient typename OutputTools<T>::VariableTestGradient
108 const TemplateVariableValue &
_u;
114 const TemplateVariablePhiValue &
_phi;
120 const TemplateVariableTestValue &
_test;
InterfaceKernelTempl< RealVectorValue > VectorInterfaceKernel
InterfaceKernelTempl< Real > InterfaceKernel
InterfaceKernelBase is the base class for all InterfaceKernel type classes.
InterfaceKernel and VectorInterfaceKernel is responsible for interfacing physics across subdomains.
const TemplateVariablePhiGradient & _grad_phi_neighbor
Gradient of side neighbor shape function.
const TemplateVariableGradient & _grad_u
Holds the current solution gradient at the current quadrature point on the face.
const TemplateVariablePhiGradient & _grad_phi
Shape function gradient.
virtual Real computeQpResidual(Moose::DGResidualType type)=0
Compute residuals at quadrature points.
const TemplateVariableValue & _u
Holds the current solution at the current quadrature point on the face.
const bool _same_system
Whether the variable and the neighbor variables are part of the same system (whether from two differe...
virtual void computeElementOffDiagJacobian(unsigned int jvar) override
Selects the correct Jacobian type and routine to call for the primary variable jacobian.
virtual void computeResidualAndJacobian() override
Computes the residual and Jacobian for the current side.
const TemplateVariableTestGradient & _grad_test_neighbor
Gradient of side neighbor shape function.
virtual void computeOffDiagElemNeighJacobian(Moose::DGJacobianType type, unsigned int jvar)
Using the passed DGJacobian type, selects the correct test function and trial function spaces and jac...
const TemplateVariableValue & _neighbor_value
Coupled neighbor variable value.
DenseMatrix< Number > _local_kxx
Holds residual entries as they are accumulated by this InterfaceKernel This variable is temporarily r...
virtual void initQpOffDiagJacobian(Moose::DGJacobianType, unsigned int)
Put necessary evaluations depending on qp but independent on test and shape functions here for off-di...
virtual const MooseVariableFE< T > & neighborVariable() const override
The neighbor variable number that this interface kernel operates on.
virtual void computeElemNeighResidual(Moose::DGResidualType type)
Using the passed DGResidual type, selects the correct test function space and residual block,...
const TemplateVariableTestGradient & _grad_test
Gradient of side shape function.
virtual void computeResidual() override
Computes the residual for the current side.
const TemplateVariableGradient & _grad_neighbor_value
Coupled neighbor variable gradient.
static InputParameters validParams()
const TemplateVariableTestValue & _test_neighbor
Side neighbor test function.
const TemplateVariablePhiValue & _phi
shape function
virtual void initQpResidual(Moose::DGResidualType)
Put necessary evaluations depending on qp but independent on test functions here.
virtual void initQpJacobian(Moose::DGJacobianType)
Put necessary evaluations depending on qp but independent on test and shape functions here.
virtual const MooseVariableFE< T > & variable() const override
The primary variable that this interface kernel operates on.
MooseVariableFE< T > & _var
The primary side MooseVariable.
const MooseArray< Point > & _normals
Normal vectors at the quadrature points.
virtual void computeNeighborOffDiagJacobian(unsigned int jvar) override
Selects the correct Jacobian type and routine to call for the secondary variable jacobian.
const MooseVariableFE< T > & _neighbor_var
Coupled neighbor variable.
const TemplateVariableTestValue & _test
Side shape function.
virtual void computeElemNeighJacobian(Moose::DGJacobianType type)
Using the passed DGJacobian type, selects the correct test function and trial function spaces and jac...
virtual void computeJacobian() override
Computes the jacobian for the current side.
const TemplateVariablePhiValue & _phi_neighbor
Side neighbor shape function.
const InputParameters & parameters() const
Get the parameters of the object.
const std::string & type() const
Get the type of this class.
Class for stuff related to variables.
Enhances MooseVariableInterface interface provide values from neighbor elements.