Not used at this stage. Could be used to do some calculations, before assembly of local elements.
More...
#include <users_modules/bone_remodelling/src/Remodeling.hpp>
Not used at this stage. Could be used to do some calculations, before assembly of local elements.
- Examples
- bone_adaptation.cpp.
Definition at line 79 of file Remodeling.hpp.
◆ postProcess()
MoFEMErrorCode BoneRemodeling::Remodeling::FePrePostProcessLhs::postProcess |
( |
| ) |
|
|
inline |
- Examples
- Remodeling.hpp.
Definition at line 96 of file Remodeling.hpp.
96 {
99 }
#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()
◆ preProcess()
MoFEMErrorCode BoneRemodeling::Remodeling::FePrePostProcessLhs::preProcess |
( |
| ) |
|
|
inline |
- Examples
- Remodeling.hpp.
Definition at line 81 of file Remodeling.hpp.
81 {
82
85 case CTX_TSSETIJACOBIAN: {
86 snes_ctx = CTX_SNESSETJACOBIAN;
87 snes_B = ts_B;
88 break;
89 }
90 default:
91 break;
92 }
94 }
The documentation for this struct was generated from the following file: