v0.14.0
Public Attributes | List of all members
FractureMechanics::GriffithForceElement::CommonData Struct Reference

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

Collaboration diagram for FractureMechanics::GriffithForceElement::CommonData:
[legend]

Public Attributes

VectorDouble griffithForce
 Griffith force at nodes. More...
 
MatrixDouble tangentGriffithForce
 Tangent matrix. More...
 
vector< double * > tangentGriffithForceRowPtr
 Pointers to rows of tangent matrix. More...
 
VectorDouble densityRho
 gc * rho^beta More...
 
MatrixDouble diffRho
 for lhs with heterogeneous gc More...
 

Detailed Description

Definition at line 64 of file GriffithForceElement.hpp.

Member Data Documentation

◆ densityRho

VectorDouble FractureMechanics::GriffithForceElement::CommonData::densityRho

gc * rho^beta

Definition at line 69 of file GriffithForceElement.hpp.

◆ diffRho

MatrixDouble FractureMechanics::GriffithForceElement::CommonData::diffRho

for lhs with heterogeneous gc

Definition at line 70 of file GriffithForceElement.hpp.

◆ griffithForce

VectorDouble FractureMechanics::GriffithForceElement::CommonData::griffithForce

Griffith force at nodes.

Definition at line 65 of file GriffithForceElement.hpp.

◆ tangentGriffithForce

MatrixDouble FractureMechanics::GriffithForceElement::CommonData::tangentGriffithForce

Tangent matrix.

Definition at line 66 of file GriffithForceElement.hpp.

◆ tangentGriffithForceRowPtr

vector<double *> FractureMechanics::GriffithForceElement::CommonData::tangentGriffithForceRowPtr

Pointers to rows of tangent matrix.

Definition at line 68 of file GriffithForceElement.hpp.


The documentation for this struct was generated from the following file: