v0.14.0
Classes | Public Member Functions | Public Attributes | List of all members
FractureMechanics::ConstantArea Struct Reference

Constant area constrains. More...

#include <users_modules/fracture_mechanics/src/ConstantArea.hpp>

Collaboration diagram for FractureMechanics::ConstantArea:
[legend]

Classes

struct  AuxOp
 
struct  CommonData
 
struct  MyTriangleFE
 
struct  OpAreaC
 
struct  OpAreaJacobian
 
struct  OpTangentC
 
struct  OpTangentJacobian
 

Public Member Functions

 ConstantArea (MoFEM::Interface &m_field)
 

Public Attributes

MoFEM::InterfacemField
 
CommonData commonData
 
boost::shared_ptr< MyTriangleFEfeRhsPtr
 
boost::shared_ptr< MyTriangleFEfeLhsPtr
 

Detailed Description

Constant area constrains.

Definition at line 26 of file ConstantArea.hpp.

Constructor & Destructor Documentation

◆ ConstantArea()

FractureMechanics::ConstantArea::ConstantArea ( MoFEM::Interface m_field)
inline

Definition at line 29 of file ConstantArea.hpp.

30  : mField(m_field), commonData(m_field) {}

Member Data Documentation

◆ commonData

CommonData FractureMechanics::ConstantArea::commonData

Definition at line 50 of file ConstantArea.hpp.

◆ feLhsPtr

boost::shared_ptr<MyTriangleFE> FractureMechanics::ConstantArea::feLhsPtr

Definition at line 238 of file ConstantArea.hpp.

◆ feRhsPtr

boost::shared_ptr<MyTriangleFE> FractureMechanics::ConstantArea::feRhsPtr

Definition at line 237 of file ConstantArea.hpp.

◆ mField

MoFEM::Interface& FractureMechanics::ConstantArea::mField

Definition at line 28 of file ConstantArea.hpp.


The documentation for this struct was generated from the following file:
FractureMechanics::ConstantArea::mField
MoFEM::Interface & mField
Definition: ConstantArea.hpp:28
FractureMechanics::ConstantArea::commonData
CommonData commonData
Definition: ConstantArea.hpp:50