void computeOffDiagElemNeighJacobian(Moose::DGJacobianType type, unsigned int jvar)
Using the passed DGJacobian type, selects the correct test function and trial function spaces and jac...
virtual ADReal computeQpResidual(Moose::DGResidualType type)=0
Compute residuals at quadrature points.
void computeElemNeighJacobian(Moose::DGJacobianType type)
Using the passed DGJacobian type, selects the correct test function and trial function spaces and jac...
ADInterfaceKernelTempl< RealVectorValue > ADVectorInterfaceKernel
const OutputTools< T >::VariablePhiValue & _phi_neighbor
Side neighbor shape function.
const MooseArray< ADPoint > & _ad_q_point
The ad version of q_point.
const MooseArray< ADReal > & _ad_coord
The ad version of coord.
static InputParameters validParams()
typename OutputTools< typename Moose::ADType< T >::type >::VariableValue ADTemplateVariableValue
DenseMatrix< Number > _local_kxx
Holds residual entries as they are accumulated by this InterfaceKernel This variable is temporarily r...
const ADTemplateVariableGradient< T > & _grad_u
Holds the current solution gradient at the current quadrature point on the face.
void computeResidual() override final
Computes the residual for the current side.
const ADTemplateVariableTestGradient< T > & _grad_test
Gradient of side shape function.
virtual void initQpResidual(Moose::DGResidualType)
Put necessary evaluations depending on qp but independent on test functions here. ...
DualNumber< Real, DNDerivativeType, true > ADReal
const ADTemplateVariableValue< T > & _u
Holds the current solution at the current quadrature point on the face.
const MooseVariableFE< T > & _neighbor_var
Coupled neighbor variable.
MooseVariableFE< T > & _var
The primary side MooseVariable.
Enhances MooseVariableInterface interface provide values from neighbor elements.
typename OutputTools< typename Moose::ADType< T >::type >::VariableTestGradient ADTemplateVariableTestGradient
ADInterfaceKernel and ADVectorInterfaceKernel is responsible for interfacing physics across subdomain...
typename OutputTools< typename Moose::ADType< T >::type >::VariableGradient ADTemplateVariableGradient
const std::string & type() const
Get the type of this class.
virtual void computeNeighborOffDiagJacobian(unsigned int jvar) override final
Selects the correct Jacobian type and routine to call for the secondary variable jacobian.
const ADTemplateVariableGradient< T > & _grad_neighbor_value
Coupled neighbor variable gradient.
virtual void computeElementOffDiagJacobian(unsigned int jvar) override final
Selects the correct Jacobian type and routine to call for the primary variable jacobian.
ADInterfaceKernelTempl< Real > ADInterfaceKernel
void computeElemNeighResidual(Moose::DGResidualType type)
Using the passed DGResidual type, selects the correct test function space and residual block...
const OutputTools< T >::VariableTestValue & _test_neighbor
Side neighbor test function.
const OutputTools< T >::VariableTestGradient & _grad_test_neighbor
Gradient of side neighbor shape function.
const ADTemplateVariableValue< T > & _neighbor_value
Coupled neighbor variable value.
const MooseVariableFE< T > & neighborVariable() const override
The neighbor variable number that this interface kernel operates on.
const MooseArray< Point > & _normals
Normal vectors at the quadrature points.
const InputParameters & parameters() const
Get the parameters of the object.
InterfaceKernelBase is the base class for all InterfaceKernel type classes.
const OutputTools< T >::VariablePhiValue & _phi
shape function
Moose::DGResidualType resid_type
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
const MooseArray< ADReal > & _ad_JxW
The ad version of JxW.
void computeJacobian() override final
Computes the jacobian for the current side.
const OutputTools< T >::VariableTestValue & _test
Side shape function.
const MooseVariableFE< T > & variable() const override
The primary variable that this interface kernel operates on.
ADInterfaceKernelTempl(const InputParameters ¶meters)