https://mooseframework.inl.gov
EqualGradientLagrangeInterface.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
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 "InterfaceKernel.h"
13 
19 {
20 public:
22 
24 
25 protected:
28  virtual Real computeQpOffDiagJacobian(Moose::DGJacobianType type, unsigned int jvar) override;
29 
30  const unsigned int _component;
31 
34 
35  const unsigned int _lambda_jvar;
36 };
DGResidualType
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
virtual Real computeQpOffDiagJacobian(Moose::DGJacobianType type, unsigned int jvar) override
InterfaceKernel to enforce a Lagrange-Multiplier based componentwise continuity of a variable gradien...
virtual Real computeQpResidual(Moose::DGResidualType type) override
const std::string & type() const
const VariableValue & _lambda
Lagrange multiplier.
OutputTools< Real >::VariableValue VariableValue
DGJacobianType
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
EqualGradientLagrangeInterface(const InputParameters &parameters)