Go to the documentation of this file.
13 #include "ElemElemConstraint.h"
14 #include "MooseMesh.h"
XFEMSingleVariableConstraint(const InputParameters ¶meters)
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
InputParameters validParams< XFEMSingleVariableConstraint >()
std::shared_ptr< XFEM > _xfem
Pointer to the XFEM controller object.
virtual ~XFEMSingleVariableConstraint()
virtual Real computeQpResidual(Moose::DGResidualType type) override
Real _alpha
Stabilization parameter in Nitsche's formulation and penalty factor in the Penalty Method.
const Function & _jump
Change in variable value at the interface.
const Function & _jump_flux
Change in flux of variable value at the interface.
Point _interface_normal
Vector normal to the internal interface.
virtual void reinitConstraintQuadrature(const ElementPairInfo &element_pair_info) override
bool _use_penalty
Use penalty formulation.