Operator update history variables.
More...
#include "tutorials/cor-12_cohesive_interface/src/CohesiveInterfaceElement.hpp"
Operator update history variables.
Definition at line 569 of file CohesiveInterfaceElement.hpp.
◆ OpHistory()
| CohesiveElement::CohesiveInterfaceElement::OpHistory::OpHistory |
( |
const std::string |
field_name, |
|
|
CommonData & |
common_data, |
|
|
PhysicalEquation & |
physical_eqations |
|
) |
| |
|
inline |
Definition at line 574 of file CohesiveInterfaceElement.hpp.
576 : FlatPrismElementForcesAndSourcesCore::UserDataOperator(
577 field_name, ForcesAndSourcesCore::UserDataOperator::OPROW),
constexpr auto field_name
PhysicalEquation & physicalEqations
◆ doWork()
| MoFEMErrorCode CohesiveElement::CohesiveInterfaceElement::OpHistory::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
EntitiesFieldData::EntData & |
data |
|
) |
| |
|
inline |
Definition at line 580 of file CohesiveInterfaceElement.hpp.
581 {
583
584 if (
type != MBVERTEX)
587 getNumeredEntFiniteElementPtr()->getEnt()) ==
590 }
593 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
#define MoFEMFunctionBeginHot
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
virtual MoFEMErrorCode updateHistory(CommonData &common_data, const FEMethod *fe_method)
Update history variables when converged.
◆ commonData
| CommonData& CohesiveElement::CohesiveInterfaceElement::OpHistory::commonData |
◆ physicalEqations
| PhysicalEquation& CohesiveElement::CohesiveInterfaceElement::OpHistory::physicalEqations |
The documentation for this struct was generated from the following file: