v0.14.0 |
Constant area constrains. More...
#include <users_modules/fracture_mechanics/src/ConstantArea.hpp>
Classes | |
struct | AuxOp |
struct | CommonData |
struct | MyTriangleFE |
struct | OpAreaC |
struct | OpAreaJacobian |
struct | OpTangentC |
struct | OpTangentJacobian |
Public Member Functions | |
ConstantArea (MoFEM::Interface &m_field) | |
Public Attributes | |
MoFEM::Interface & | mField |
CommonData | commonData |
boost::shared_ptr< MyTriangleFE > | feRhsPtr |
boost::shared_ptr< MyTriangleFE > | feLhsPtr |
Constant area constrains.
Definition at line 26 of file ConstantArea.hpp.
|
inline |
Definition at line 29 of file ConstantArea.hpp.
CommonData FractureMechanics::ConstantArea::commonData |
Definition at line 50 of file ConstantArea.hpp.
boost::shared_ptr<MyTriangleFE> FractureMechanics::ConstantArea::feLhsPtr |
Definition at line 238 of file ConstantArea.hpp.
boost::shared_ptr<MyTriangleFE> FractureMechanics::ConstantArea::feRhsPtr |
Definition at line 237 of file ConstantArea.hpp.
MoFEM::Interface& FractureMechanics::ConstantArea::mField |
Definition at line 28 of file ConstantArea.hpp.