![]() |
v0.14.0 |
Implementation of Griffith element. More...
#include <users_modules/fracture_mechanics/src/GriffithForceElement.hpp>
Classes | |
struct | AuxFunctions |
struct | AuxOp |
struct | BlockData |
struct | CommonData |
struct | FrontArcLengthControl |
arc-length element More... | |
struct | MyTriangleFE |
struct | MyTriangleFEConstrains |
struct | MyTriangleFEConstrainsDelta |
struct | OpCalculateGriffithForce |
calculate griffith force vector More... | |
struct | OpCalculateRhoAtCrackFrontUsingPrecalulatedCoeffs |
Calculate density at the crack fron nodes and multiplity gc. More... | |
struct | OpConstrainsDelta |
struct | OpConstrainsLhs |
struct | OpConstrainsRhs |
struct | OpHeterogeneousGcLhs |
struct | OpLhs |
struct | OpRhs |
struct | SaveGriffithForceOnTags |
Public Member Functions | |
MyTriangleFE & | getLoopFeRhs () |
MyTriangleFE & | getLoopFeLhs () |
GriffithForceElement (MoFEM::Interface &m_field) | |
Static Public Member Functions | |
static MoFEMErrorCode | getElementOptions (BlockData &block_data) |
Public Attributes | |
MoFEM::Interface & | mField |
boost::shared_ptr< MyTriangleFE > | feRhsPtr |
boost::shared_ptr< MyTriangleFE > | feLhsPtr |
MyTriangleFE & | feRhs |
MyTriangleFE & | feLhs |
CommonData | commonData |
Common data sgared between operators. More... | |
map< int, BlockData > | blockData |
Shared data between finite elements. More... | |
Implementation of Griffith element.
Definition at line 35 of file GriffithForceElement.hpp.
|
inline |
Definition at line 59 of file GriffithForceElement.hpp.
|
inlinestatic |
Definition at line 83 of file GriffithForceElement.hpp.
|
inline |
Definition at line 57 of file GriffithForceElement.hpp.
|
inline |
Definition at line 55 of file GriffithForceElement.hpp.
map<int, BlockData> FractureMechanics::GriffithForceElement::blockData |
Shared data between finite elements.
Definition at line 81 of file GriffithForceElement.hpp.
CommonData FractureMechanics::GriffithForceElement::commonData |
Common data sgared between operators.
Definition at line 72 of file GriffithForceElement.hpp.
MyTriangleFE& FractureMechanics::GriffithForceElement::feLhs |
Definition at line 56 of file GriffithForceElement.hpp.
boost::shared_ptr<MyTriangleFE> FractureMechanics::GriffithForceElement::feLhsPtr |
Definition at line 52 of file GriffithForceElement.hpp.
MyTriangleFE& FractureMechanics::GriffithForceElement::feRhs |
Definition at line 54 of file GriffithForceElement.hpp.
boost::shared_ptr<MyTriangleFE> FractureMechanics::GriffithForceElement::feRhsPtr |
Definition at line 51 of file GriffithForceElement.hpp.
MoFEM::Interface& FractureMechanics::GriffithForceElement::mField |
Definition at line 37 of file GriffithForceElement.hpp.