https://mooseframework.inl.gov
SingularShapeTensorEliminatorUserObjectPD.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 
13 
24 {
25 public:
27 
29 
30  virtual void initialize() override;
31  virtual void execute() override;
32  virtual void finalize() override;
33 
34 protected:
36  bool checkShapeTensorSingularity(const Elem * elem);
37 };
SingularShapeTensorEliminatorUserObjectPD(const InputParameters &parameters)
UserObject class to eliminate the existance of singular shape tensor due to bond breakage determined ...
bool checkShapeTensorSingularity(const Elem *elem)
function to compute and check the singularity of shape tensor of a bond
const InputParameters & parameters() const