Operator update history variables.
More...
#include "users_modules/basic_finite_elements/cohesive_interface/src/CohesiveInterfaceElement.hpp"
Operator update history variables.
Definition at line 545 of file CohesiveInterfaceElement.hpp.
◆ OpHistory()
CohesiveElement::CohesiveInterfaceElement::OpHistory::OpHistory |
( |
const std::string | field_name, |
|
|
CommonData & | common_data, |
|
|
PhysicalEquation & | physical_eqations ) |
|
inline |
Definition at line 549 of file CohesiveInterfaceElement.hpp.
549 :
550 FlatPrismElementForcesAndSourcesCore::UserDataOperator(
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 553 of file CohesiveInterfaceElement.hpp.
553 {
555
559 }
562 }
static PetscErrorCode ierr
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERRG(n)
Check error code of MoFEM/MOAB/PETSc function.
#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: