![]() |
v0.15.5 |
#include "tutorials/vec-0_elasticity/src/ElasticExample.hpp"
Public Member Functions | |
| ElasticExample (MoFEM::Interface &m_field) | |
| MoFEMErrorCode | runProblem () |
| [Run problem] | |
Protected Member Functions | |
| MoFEMErrorCode | readMesh () |
| [Run problem] | |
| MoFEMErrorCode | setupProblem () |
| [Read mesh] | |
| MoFEMErrorCode | boundaryCondition () |
| [Set up problem] | |
| MoFEMErrorCode | assembleSystem () |
| [Boundary condition] | |
| MoFEMErrorCode | solveSystem () |
| [Solve] | |
| MoFEMErrorCode | outputResults () |
| [Solve] | |
| MoFEMErrorCode | checkResults () |
| [Postprocess results] | |
| virtual MoFEMErrorCode | kspSetUpAndSolve (SmartPetscObj< KSP > solver) |
| [Push operators to pipeline] | |
Protected Attributes | |
| MoFEM::Interface & | mField |
| boost::shared_ptr< MatrixDouble > | vectorFieldPtr = nullptr |
Definition at line 18 of file ElasticExample.hpp.
|
inline |
Definition at line 20 of file ElasticExample.hpp.
|
protected |
[Boundary condition]
[Push operators to pipeline]
[Integration rule]
[Integration rule]
[Push domain stiffness matrix to pipeline]
[Push domain stiffness matrix to pipeline]
[Push Body forces]
[Push Body forces]
[Push natural boundary conditions]
[Push natural boundary conditions]
Definition at line 138 of file ElasticExample.hpp.
|
protected |
[Set up problem]
[Boundary condition]
Definition at line 117 of file ElasticExample.hpp.
|
protected |
[Postprocess results]
[Check]
Definition at line 343 of file ElasticExample.hpp.
|
protectedvirtual |
[Push operators to pipeline]
Reimplemented in ElasticSchurExample.
Definition at line 194 of file ElasticExample.hpp.
|
protected |
[Solve]
[Postprocess results]
Definition at line 332 of file ElasticExample.hpp.
|
protected |
[Run problem]
[Read mesh]
Definition at line 55 of file ElasticExample.hpp.
| MoFEMErrorCode ElasticExample::runProblem | ( | ) |
[Run problem]
Definition at line 41 of file ElasticExample.hpp.
|
protected |
[Read mesh]
[Set up problem]
Definition at line 67 of file ElasticExample.hpp.
|
protected |
[Solve]
Definition at line 223 of file ElasticExample.hpp.
|
protected |
Definition at line 25 of file ElasticExample.hpp.
|
protected |
Definition at line 26 of file ElasticExample.hpp.