Unstructured solid problem. More...
Public Member Functions | |
| UnstructuredSolidProblem () | |
| Constructor: More... | |
| ~UnstructuredSolidProblem () | |
| Destructor (empty) More... | |
| void | actions_before_newton_solve () |
| Update the problem specs before solve: empty. More... | |
| void | actions_after_newton_solve () |
| Update the problem specs before solve: empty. More... | |
| void | doc_solution (DocInfo &doc_info) |
| Doc the solution. More... | |
| UnstructuredSolidProblem () | |
| Constructor: More... | |
| ~UnstructuredSolidProblem () | |
| Destructor (empty) More... | |
| void | doc_solution (DocInfo &doc_info) |
| Doc the solution. More... | |
Private Attributes | |
| ElasticTetMesh< ELEMENT > * | Solid_mesh_pt |
| Bulk mesh. More... | |
| SolidMesh * | Traction_mesh_pt |
| Pointer to mesh of traction elements. More... | |
| ElasticTriangleMesh< ELEMENT > * | Solid_mesh_pt |
| Bulk mesh. More... | |
Unstructured solid problem.
Definition at line 164 of file unstructured_three_d_solid.cc.
| UnstructuredSolidProblem< ELEMENT >::UnstructuredSolidProblem |
Constructor:
Constructor for unstructured solid problem.
Definition at line 200 of file unstructured_three_d_solid.cc.
References Global_Physical_Variables::constant_pressure(), Global_Physical_Variables::Constitutive_law_pt, and Global_Physical_Variables::gravity().
|
inline |
Destructor (empty)
Definition at line 173 of file unstructured_three_d_solid.cc.
| UnstructuredSolidProblem< ELEMENT >::UnstructuredSolidProblem | ( | ) |
Constructor:
|
inline |
Destructor (empty)
Definition at line 166 of file unstructured_two_d_solid.cc.
|
inline |
Update the problem specs before solve: empty.
Definition at line 179 of file unstructured_three_d_solid.cc.
|
inline |
Update the problem specs before solve: empty.
Definition at line 176 of file unstructured_three_d_solid.cc.
| void UnstructuredSolidProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 302 of file unstructured_three_d_solid.cc.
Referenced by main().
| void UnstructuredSolidProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
|
private |
Bulk mesh.
Definition at line 187 of file unstructured_three_d_solid.cc.
|
private |
Bulk mesh.
Definition at line 174 of file unstructured_two_d_solid.cc.
|
private |
Pointer to mesh of traction elements.
Definition at line 190 of file unstructured_three_d_solid.cc.