Public Member Functions | |
| ShellProblem (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly) | |
| Constructor. More... | |
| ShellMesh< ELEMENT > * | mesh_pt () |
| Overload Access function for the mesh. More... | |
| void | actions_after_newton_solve () |
| Actions after solve empty. More... | |
| void | actions_before_newton_solve () |
| Actions before solve empty. More... | |
| void | solve () |
| ShellProblem (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly) | |
| Constructor. More... | |
| ~ShellProblem () | |
| Destructor: delete mesh, geometric object. More... | |
| ShellMesh< ELEMENT > * | mesh_pt () |
| Overload Access function for the mesh. More... | |
| void | actions_after_newton_solve () |
| Actions after solve empty. More... | |
| void | actions_before_newton_solve () |
| Actions before solve empty. More... | |
| void | solve () |
Private Attributes | |
| GeomObject * | Undeformed_midplane_pt |
| Pointer to GeomObject that specifies the undeformed midplane. More... | |
| Node * | Trace_node_pt |
| First trace node. More... | |
| Node * | Trace_node2_pt |
| Second trace node. More... | |
Definition at line 214 of file clamped_shell.cc.
| ShellProblem< ELEMENT >::ShellProblem | ( | const unsigned & | nx, |
| const unsigned & | ny, | ||
| const double & | lx, | ||
| const double & | ly | ||
| ) |
Constructor.
Definition at line 255 of file clamped_shell.cc.
References Global_Physical_Variables::Pext_data_pt, Global_Physical_Variables::Prescribed_y, and Global_Physical_Variables::press_load().
| ShellProblem< ELEMENT >::ShellProblem | ( | const unsigned & | nx, |
| const unsigned & | ny, | ||
| const double & | lx, | ||
| const double & | ly | ||
| ) |
Constructor.
|
inline |
Destructor: delete mesh, geometric object.
Definition at line 325 of file clamped_shell_with_arclength_cont.cc.
References ShellProblem< ELEMENT >::Undeformed_midplane_pt.
|
inline |
Actions after solve empty.
Definition at line 228 of file clamped_shell.cc.
|
inline |
Actions after solve empty.
Definition at line 337 of file clamped_shell_with_arclength_cont.cc.
|
inline |
Actions before solve empty.
Definition at line 231 of file clamped_shell.cc.
|
inline |
Actions before solve empty.
Definition at line 340 of file clamped_shell_with_arclength_cont.cc.
|
inline |
Overload Access function for the mesh.
Definition at line 224 of file clamped_shell.cc.
|
inline |
Overload Access function for the mesh.
Definition at line 333 of file clamped_shell_with_arclength_cont.cc.
| void ShellProblem< ELEMENT >::solve |
Definition at line 485 of file clamped_shell.cc.
References Global_Physical_Variables::external_pressure(), Global_Physical_Variables::Pcos, and Global_Physical_Variables::Prescribed_y.
Referenced by main().
| void ShellProblem< ELEMENT >::solve | ( | ) |
|
private |
Second trace node.
Definition at line 245 of file clamped_shell.cc.
|
private |
First trace node.
Definition at line 242 of file clamped_shell.cc.
|
private |
Pointer to GeomObject that specifies the undeformed midplane.
Definition at line 239 of file clamped_shell.cc.
Referenced by ShellProblem< ELEMENT >::~ShellProblem().