https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
15class XFEM;
16
18{
19public:
21
24
25protected:
26 virtual void reinitConstraintQuadrature(const ElementPairInfo & element_pair_info) override;
27
28 virtual Real computeQpResidual(Moose::DGResidualType type) override;
29
30 virtual Real computeQpJacobian(Moose::DGJacobianType type) override;
31
32 // Penalty parameter in penalty formulation
33 Real _alpha;
34
36 Real _value;
37
39 std::shared_ptr<XFEM> _xfem;
40};
const InputParameters & parameters() const
const std::string & type() const
std::shared_ptr< XFEM > _xfem
Pointer to the XFEM controller object.
virtual Real computeQpResidual(Moose::DGResidualType type) override
Real _value
Value at the interface.
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
static InputParameters validParams()
virtual void reinitConstraintQuadrature(const ElementPairInfo &element_pair_info) override
This is the XFEM class.
Definition XFEM.h:108
DGResidualType
DGJacobianType