Problem class for the 3D cantilever "beam" structure. More...
Public Member Functions | |
| CantileverProblem () | |
| Constructor: More... | |
| void | actions_after_newton_solve () |
| Update function (empty) More... | |
| void | actions_before_newton_solve () |
| Update function (empty) More... | |
| void | actions_before_adapt () |
| Actions before adapt. Empty. More... | |
| void | actions_after_adapt () |
| Actions after adapt. More... | |
| void | doc_solution () |
| Doc the solution. More... | |
| RefineableElasticQuarterTubeMesh< ELEMENT > * | mesh_pt () |
| Access function for the mesh. More... | |
| ElasticQuarterTubeMesh< ELEMENT > * | mesh_pt () |
| Access function for the mesh. More... | |
| void | run_tests (const unsigned &i_case, const bool &incompress, const bool &use_fd) |
| Run extended tests – doc in RESLTi_case. More... | |
Private Attributes | |
| DocInfo | Doc_info |
| DocInfo object for output. More... | |
Problem class for the 3D cantilever "beam" structure.
Definition at line 182 of file three_d_cantilever.cc.
| CantileverProblem< ELEMENT >::CantileverProblem |
Constructor:
Definition at line 247 of file three_d_cantilever.cc.
References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::gravity(), and Global_Physical_Variables::L.
|
inline |
Actions after adapt.
Definition at line 200 of file three_d_cantilever.cc.
|
inline |
Update function (empty)
Definition at line 191 of file three_d_cantilever.cc.
|
inline |
Actions before adapt. Empty.
Definition at line 197 of file three_d_cantilever.cc.
|
inline |
Update function (empty)
Definition at line 194 of file three_d_cantilever.cc.
| void CantileverProblem< ELEMENT >::doc_solution |
|
inline |
Access function for the mesh.
Definition at line 213 of file three_d_cantilever.cc.
|
inline |
Access function for the mesh.
Definition at line 222 of file three_d_cantilever.cc.
| void CantileverProblem< ELEMENT >::run_tests | ( | const unsigned & | i_case, |
| const bool & | incompress, | ||
| const bool & | use_fd | ||
| ) |
Run extended tests – doc in RESLTi_case.
Run tests.
Definition at line 384 of file three_d_cantilever.cc.
References Global_Physical_Variables::Gravity.
Referenced by main().
|
private |
DocInfo object for output.
Definition at line 238 of file three_d_cantilever.cc.