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 53 of file Remodeling.hpp.
◆ postProcess()
MoFEMErrorCode BoneRemodeling::Remodeling::FePrePostProcessRhs::postProcess |
( |
| ) |
|
|
inline |
- Examples
- Remodeling.hpp.
Definition at line 69 of file Remodeling.hpp.
69 {
72 }
#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::FePrePostProcessRhs::preProcess |
( |
| ) |
|
|
inline |
- Examples
- Remodeling.hpp.
Definition at line 55 of file Remodeling.hpp.
55 {
58 case CTX_TSSETIFUNCTION: {
59 snes_ctx = CTX_SNESSETFUNCTION;
60 snes_f = ts_F;
61 break;
62 }
63 default:
64 break;
65 }
67 }
The documentation for this struct was generated from the following file: