v0.15.0
Loading...
Searching...
No Matches
BoneRemodeling::Remodeling::FePrePostProcessLhs Struct Reference

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"

Inheritance diagram for BoneRemodeling::Remodeling::FePrePostProcessLhs:
[legend]
Collaboration diagram for BoneRemodeling::Remodeling::FePrePostProcessLhs:
[legend]

Public Member Functions

MoFEMErrorCode preProcess ()
 
MoFEMErrorCode postProcess ()
 

Detailed Description

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.

Member Function Documentation

◆ 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 //
84 switch (ts_ctx) {
85 case CTX_TSSETIJACOBIAN: {
86 snes_ctx = CTX_SNESSETJACOBIAN;
87 snes_B = ts_B;
88 break;
89 }
90 default:
91 break;
92 }
94 }
MoFEM::TsCtx * ts_ctx

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