#include "tutorials/vec-2_nonlinear_elasticity/src/NonlinearElasticExample.hpp"
Definition at line 46 of file NonlinearElasticExample.hpp.
◆ postStepDestroy()
| static MoFEMErrorCode NonlinearElasticExample::TSElasticPostStep::postStepDestroy |
( |
| ) |
|
|
inlinestatic |
◆ postStepFun()
| static MoFEMErrorCode NonlinearElasticExample::TSElasticPostStep::postStepFun |
( |
TS |
ts | ) |
|
|
inlinestatic |
- Examples
- mofem/tutorials/vec-2_nonlinear_elasticity/src/NonlinearElasticExample.hpp.
Definition at line 58 of file NonlinearElasticExample.hpp.
58 {
60 (void)ts;
66 }
68 }
void simple(double P1[], double P2[], double P3[], double c[], const int N)
#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()
#define CHKERR
Inline error check.
PetscErrorCode DMoFEMLoopFiniteElements(DM dm, const char fe_name[], MoFEM::FEMethod *method, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr())
Executes FEMethod for finite elements in DM.
MoFEMErrorCode getInterface(IFACE *&iface) const
Get interface reference to pointer of interface.
MoFEM::Interface & mField
boost::shared_ptr< DomainEle > updateFe
◆ postStepInitialise()
| static MoFEMErrorCode NonlinearElasticExample::TSElasticPostStep::postStepInitialise |
( |
NonlinearElasticExample * |
example_ptr | ) |
|
|
inlinestatic |
◆ preStepFun()
| static MoFEMErrorCode NonlinearElasticExample::TSElasticPostStep::preStepFun |
( |
TS |
ts | ) |
|
|
inlinestatic |
◆ elasticExamplePtr
The documentation for this struct was generated from the following file: