#include <users_modules/fracture_mechanics/src/GriffithForceElement.hpp>
Definition at line 811 of file GriffithForceElement.hpp.
◆ MyTriangleFEConstrainsDelta()
FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::MyTriangleFEConstrainsDelta |
( |
MoFEM::Interface & |
m_field, |
|
|
const std::string & |
lambda_field_name |
|
) |
| |
|
inline |
◆ postProcess()
MoFEMErrorCode FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::postProcess |
( |
| ) |
|
|
inline |
Definition at line 835 of file GriffithForceElement.hpp.
835 {
840
843 CHKERR VecGhostUpdateBegin(
deltaVec, ADD_VALUES, SCATTER_REVERSE);
845 CHKERR VecGhostUpdateBegin(
deltaVec, INSERT_VALUES, SCATTER_FORWARD);
846 CHKERR VecGhostUpdateEnd(
deltaVec, INSERT_VALUES, SCATTER_FORWARD);
847 double nrm;
849 MOFEM_LOG_C(
"WORLD", Sev::noisy,
"\tdelta vec nrm = %9.8e", nrm);
851 }
#define MOFEM_LOG_C(channel, severity, format,...)
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
#define MOFEM_LOG_TAG(channel, tag)
Tag channel.
#define MOFEM_LOG_CHANNEL(channel)
Set and reset channel.
#define MOFEM_LOG_FUNCTION()
Set scope.
SmartPetscObj< Vec > deltaVec
◆ preProcess()
MoFEMErrorCode FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::preProcess |
( |
| ) |
|
|
inline |
Definition at line 821 of file GriffithForceElement.hpp.
821 {
829 std::fill(&
a[0], &
a[
n], 0);
833 }
FTensor::Index< 'n', SPACE_DIM > n
FTensor::Index< 'l', 3 > l
const FTensor::Tensor2< T, Dim, Dim > Vec
◆ deltaVec
SmartPetscObj<Vec> FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::deltaVec |
◆ lambdaFieldName
const std::string FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::lambdaFieldName |
◆ ownDeltaVec
bool FractureMechanics::GriffithForceElement::MyTriangleFEConstrainsDelta::ownDeltaVec |
The documentation for this struct was generated from the following file: