v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EshelbianPlasticity::EpElement< FeTractionBc > Struct Reference

#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>

Inheritance diagram for EshelbianPlasticity::EpElement< FeTractionBc >:
[legend]
Collaboration diagram for EshelbianPlasticity::EpElement< FeTractionBc >:
[legend]

Public Member Functions

 EpElement (MoFEM::Interface &m_field, const std::string field_name, boost::shared_ptr< TractionBcVec > &bc)
 
MoFEMErrorCode postProcess ()
 
- Public Member Functions inherited from EshelbianPlasticity::FeTractionBc
 FeTractionBc (MoFEM::Interface &m_field, const std::string field_name, boost::shared_ptr< TractionBcVec > &bc)
 
MoFEMErrorCode preProcess ()
 
MoFEMErrorCode postProcess ()
 
- Public Member Functions inherited from EshelbianPlasticity::EpElementBase
 EpElementBase ()=default
 
virtual ~EpElementBase ()=default
 
MoFEMErrorCode addStreachSchurMatrix (SmartPetscObj< Mat > &Suu, SmartPetscObj< AO > &aoSuu)
 
MoFEMErrorCode addBubbleSchurMatrix (SmartPetscObj< Mat > &SBubble, SmartPetscObj< AO > &aoSBubble)
 
MoFEMErrorCode addSpatialDispStressSchurMatrix (SmartPetscObj< Mat > &Sw, SmartPetscObj< AO > &aoSw)
 
MoFEMErrorCode addOmegaSchurMatrix (SmartPetscObj< Mat > &SOmega, SmartPetscObj< AO > &aoSOmega)
 

Additional Inherited Members

- Public Attributes inherited from EshelbianPlasticity::FeTractionBc
int nbConstrainsDofs
 
- Public Attributes inherited from EshelbianPlasticity::EpElementBase
SmartPetscObj< Mat > Suu
 
SmartPetscObj< AO > aoSuu
 
SmartPetscObj< Mat > SBubble
 
SmartPetscObj< AO > aoSBubble
 
SmartPetscObj< Mat > SOmega
 
SmartPetscObj< AO > aoSOmega
 
SmartPetscObj< Mat > Sw
 
SmartPetscObj< AO > aoSw
 
- Protected Attributes inherited from EshelbianPlasticity::FeTractionBc
MoFEM::InterfacemField
 
boost::shared_ptr< TractionBcVecbcData
 
std::string fieldName
 

Detailed Description

Definition at line 885 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ EpElement()

EshelbianPlasticity::EpElement< FeTractionBc >::EpElement ( MoFEM::Interface m_field,
const std::string  field_name,
boost::shared_ptr< TractionBcVec > &  bc 
)
inline

Definition at line 886 of file EshelbianPlasticity.hpp.

888 : FeTractionBc(m_field, field_name, bc), EpElementBase() {}
constexpr auto field_name
FeTractionBc(MoFEM::Interface &m_field, const std::string field_name, boost::shared_ptr< TractionBcVec > &bc)

Member Function Documentation

◆ postProcess()

MoFEMErrorCode EshelbianPlasticity::EpElement< FeTractionBc >::postProcess ( )
inline

Definition at line 889 of file EshelbianPlasticity.hpp.

889 {
893 }
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416
#define CHKERR
Inline error check.
Definition: definitions.h:535

The documentation for this struct was generated from the following file: