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