https://mooseframework.inl.gov
XFEMEqualValueAtInterface.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 "ElemElemConstraint.h"
13 
14 // Forward Declarations
15 class XFEM;
16 
18 {
19 public:
21 
24 
25 protected:
26  virtual void reinitConstraintQuadrature(const ElementPairInfo & element_pair_info) override;
27 
29 
31 
32  // Penalty parameter in penalty formulation
34 
37 
39  std::shared_ptr<XFEM> _xfem;
40 };
virtual Real computeQpResidual(Moose::DGResidualType type) override
Real _value
Value at the interface.
DGResidualType
This is the XFEM class.
Definition: XFEM.h:107
XFEMEqualValueAtInterface(const InputParameters &parameters)
const std::string & type() const
DGJacobianType
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
std::shared_ptr< XFEM > _xfem
Pointer to the XFEM controller object.
static InputParameters validParams()
const InputParameters & parameters() const
virtual void reinitConstraintQuadrature(const ElementPairInfo &element_pair_info) override