Cohesive element implementation.
More...
#include <users_modules/basic_finite_elements/cohesive_interface/src/CohesiveInterfaceElement.hpp>
Cohesive element implementation.
- Bug:
- Interface element not working with HO geometry.
Definition at line 14 of file CohesiveInterfaceElement.hpp.
◆ CohesiveInterfaceElement()
CohesiveElement::CohesiveInterfaceElement::CohesiveInterfaceElement |
( |
MoFEM::Interface & |
m_field | ) |
|
|
inline |
◆ ~CohesiveInterfaceElement()
virtual CohesiveElement::CohesiveInterfaceElement::~CohesiveInterfaceElement |
( |
| ) |
|
|
inlinevirtual |
◆ addOps()
Driver function settting all operators needed for interface element.
Definition at line 568 of file CohesiveInterfaceElement.hpp.
585 boost::ptr_vector<CohesiveInterfaceElement::PhysicalEquation>::iterator pit;
586 for(pit = interfaces.begin();pit!=interfaces.end();pit++) {
◆ getFeHistory()
MyPrism& CohesiveElement::CohesiveInterfaceElement::getFeHistory |
( |
| ) |
|
|
inline |
◆ getFeLhs()
MyPrism& CohesiveElement::CohesiveInterfaceElement::getFeLhs |
( |
| ) |
|
|
inline |
◆ getFeRhs()
MyPrism& CohesiveElement::CohesiveInterfaceElement::getFeRhs |
( |
| ) |
|
|
inline |
◆ commonData
CommonData CohesiveElement::CohesiveInterfaceElement::commonData |
◆ feHistory
MyPrism CohesiveElement::CohesiveInterfaceElement::feHistory |
◆ feLhs
MyPrism CohesiveElement::CohesiveInterfaceElement::feLhs |
◆ feRhs
MyPrism CohesiveElement::CohesiveInterfaceElement::feRhs |
The documentation for this struct was generated from the following file: