![]() |
v0.14.0 |
#include <users_modules/fracture_mechanics/src/GriffithForceElement.hpp>
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... | |
Definition at line 64 of file GriffithForceElement.hpp.
| VectorDouble FractureMechanics::GriffithForceElement::CommonData::densityRho |
gc * rho^beta
Definition at line 69 of file GriffithForceElement.hpp.
| MatrixDouble FractureMechanics::GriffithForceElement::CommonData::diffRho |
for lhs with heterogeneous gc
Definition at line 70 of file GriffithForceElement.hpp.
| VectorDouble FractureMechanics::GriffithForceElement::CommonData::griffithForce |
Griffith force at nodes.
Definition at line 65 of file GriffithForceElement.hpp.
| MatrixDouble FractureMechanics::GriffithForceElement::CommonData::tangentGriffithForce |
Tangent matrix.
Definition at line 66 of file GriffithForceElement.hpp.
| vector<double *> FractureMechanics::GriffithForceElement::CommonData::tangentGriffithForceRowPtr |
Pointers to rows of tangent matrix.
Definition at line 68 of file GriffithForceElement.hpp.