#include <users_modules/fracture_mechanics/src/ConstantArea.hpp>
Definition at line 635 of file ConstantArea.hpp.
◆ OpTangentJacobian()
FractureMechanics::ConstantArea::OpTangentJacobian::OpTangentJacobian |
( |
int |
tag, |
|
|
CommonData & |
common_data |
|
) |
| |
|
inline |
◆ doWork()
Definition at line 642 of file ConstantArea.hpp.
649 if (
type != MBVERTEX) {
653 int nb_dofs = data.getFieldData().size();
654 int nb_gauss_pts = data.getN().size1();
661 for (
int dd = 0;
dd != nb_dofs;
dd++) {
664 for (
int dd = 0;
dd != nb_dofs;
dd++) {
675 for (
int gg = 0; gg != nb_gauss_pts; gg++) {
677 double val = getGaussPts()(2, gg) * 0.5;
688 for (
int dd = 0;
dd != nb_dofs;
dd++) {
The documentation for this struct was generated from the following file:
const Tensor2_symmetric_Expr< const ddTensor0< T, Dim, i, j >, typename promote< T, double >::V, Dim, i, j > dd(const Tensor0< T * > &a, const Index< i, Dim > index1, const Index< j, Dim > index2, const Tensor1< int, Dim > &d_ijk, const Tensor1< double, Dim > &d_xyz)