v0.14.0
Public Member Functions | List of all members
BoneRemodeling::Remodeling::FePrePostProcessRhs 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::FePrePostProcessRhs:
[legend]
Collaboration diagram for BoneRemodeling::Remodeling::FePrePostProcessRhs:
[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 53 of file Remodeling.hpp.

Member Function Documentation

◆ postProcess()

MoFEMErrorCode BoneRemodeling::Remodeling::FePrePostProcessRhs::postProcess ( )
inline
Examples
Remodeling.hpp.

Definition at line 69 of file Remodeling.hpp.

69  {
72  }

◆ preProcess()

MoFEMErrorCode BoneRemodeling::Remodeling::FePrePostProcessRhs::preProcess ( )
inline
Examples
Remodeling.hpp.

Definition at line 55 of file Remodeling.hpp.

55  {
57  switch (ts_ctx) {
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:
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