#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
Definition at line 90 of file EshelbianPlasticity.hpp.
◆ EpFEMethod()
EshelbianPlasticity::EpFEMethod::EpFEMethod |
( |
| ) |
|
|
inline |
◆ postProcess()
MoFEMErrorCode EshelbianPlasticity::EpFEMethod::postProcess |
( |
| ) |
|
|
inline |
Definition at line 105 of file EshelbianPlasticity.hpp.
105 {
107 auto assemble = [](Mat
a) {
110 CHKERR MatAssemblyBegin(
a, MAT_FINAL_ASSEMBLY);
111 CHKERR MatAssemblyEnd(
a, MAT_FINAL_ASSEMBLY);
112 }
114 };
119
120
121
122
123
124
125
126
127
128
129
131 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(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 ...
SmartPetscObj< Mat > SOmega
SmartPetscObj< Mat > SBubble
◆ preProcess()
MoFEMErrorCode EshelbianPlasticity::EpFEMethod::preProcess |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: