![]() |
v0.14.0 |
#include <users_modules/fracture_mechanics/src/GriffithForceElement.hpp>
Public Member Functions | |
AuxOp (int tag, BlockData &block_data, CommonData &common_data) | |
MoFEMErrorCode | setIndices (DataForcesAndSourcesCore::EntData &data) |
MoFEMErrorCode | setVariables (FaceElementForcesAndSourcesCore::UserDataOperator *fe_ptr, DataForcesAndSourcesCore::EntData &data) |
MoFEMErrorCode | setLambdaNodes (FaceElementForcesAndSourcesCore::UserDataOperator *fe_ptr, const std::string &lambda_field_name) |
MoFEMErrorCode | setLambdaIndices (FaceElementForcesAndSourcesCore::UserDataOperator *fe_ptr, const std::string &lambda_field_name) |
Public Attributes | |
int | tAg |
BlockData & | blockData |
CommonData & | commonData |
ublas::vector< int > | rowIndices |
ublas::vector< int > | rowIndicesLocal |
VectorInt3 | rowLambdaIndices |
VectorInt3 | rowLambdaIndicesLocal |
VectorDouble3 | lambdaAtNodes |
VectorDouble | activeVariables |
Definition at line 215 of file GriffithForceElement.hpp.
|
inline |
Definition at line 221 of file GriffithForceElement.hpp.
|
inline |
Definition at line 232 of file GriffithForceElement.hpp.
|
inline |
Definition at line 301 of file GriffithForceElement.hpp.
|
inline |
Definition at line 276 of file GriffithForceElement.hpp.
|
inline |
Definition at line 261 of file GriffithForceElement.hpp.
VectorDouble FractureMechanics::GriffithForceElement::AuxOp::activeVariables |
Definition at line 230 of file GriffithForceElement.hpp.
BlockData& FractureMechanics::GriffithForceElement::AuxOp::blockData |
Definition at line 218 of file GriffithForceElement.hpp.
CommonData& FractureMechanics::GriffithForceElement::AuxOp::commonData |
Definition at line 219 of file GriffithForceElement.hpp.
VectorDouble3 FractureMechanics::GriffithForceElement::AuxOp::lambdaAtNodes |
Definition at line 229 of file GriffithForceElement.hpp.
ublas::vector<int> FractureMechanics::GriffithForceElement::AuxOp::rowIndices |
Definition at line 224 of file GriffithForceElement.hpp.
ublas::vector<int> FractureMechanics::GriffithForceElement::AuxOp::rowIndicesLocal |
Definition at line 225 of file GriffithForceElement.hpp.
VectorInt3 FractureMechanics::GriffithForceElement::AuxOp::rowLambdaIndices |
Definition at line 227 of file GriffithForceElement.hpp.
VectorInt3 FractureMechanics::GriffithForceElement::AuxOp::rowLambdaIndicesLocal |
Definition at line 228 of file GriffithForceElement.hpp.
int FractureMechanics::GriffithForceElement::AuxOp::tAg |
Definition at line 217 of file GriffithForceElement.hpp.