v0.14.0
Public Member Functions | List of all members
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  }

◆ 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  }

The documentation for this struct was generated from the following file:
ts_ctx
MoFEM::TsCtx * ts_ctx
Definition: level_set.cpp:1932
MoFEMFunctionReturn
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416
MoFEMFunctionBegin
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346