Unstructured solid problem. More...
Public Member Functions | |
UnstructuredSolidProblem () | |
Constructor: More... | |
~UnstructuredSolidProblem () | |
Destructor (empty) More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
Private Member Functions | |
void | create_traction_elements () |
Create traction elements. More... | |
Private Attributes | |
MySolidTetgenMesh< ELEMENT > * | Solid_mesh_pt |
Bulk solid mesh. More... | |
Vector< SolidMesh * > | Solid_traction_mesh_pt |
Meshes of traction elements. More... | |
Vector< unsigned > | Pinned_solid_boundary_id |
IDs of solid mesh boundaries where displacements are pinned. More... | |
Vector< unsigned > | Solid_traction_boundary_id |
IDs of solid mesh boundaries which make up the traction interface. More... | |
Unstructured solid problem.
Definition at line 140 of file unstructured_three_d_solid.cc.
UnstructuredSolidProblem< ELEMENT >::UnstructuredSolidProblem | ( | ) |
Constructor:
Constructor for unstructured solid problem.
IDs of solid mesh boundaries where displacements are pinned
Definition at line 179 of file unstructured_three_d_solid.cc.
References Global_Parameters::Constitutive_law_pt, and Global_Parameters::gravity().
|
inline |
Destructor (empty)
Definition at line 149 of file unstructured_three_d_solid.cc.
|
private |
Create traction elements.
Definition at line 301 of file unstructured_three_d_solid.cc.
References Global_Parameters::constant_pressure().
void UnstructuredSolidProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 344 of file unstructured_three_d_solid.cc.
Referenced by main().
|
private |
IDs of solid mesh boundaries where displacements are pinned.
Definition at line 166 of file unstructured_three_d_solid.cc.
|
private |
Bulk solid mesh.
Definition at line 160 of file unstructured_three_d_solid.cc.
|
private |
IDs of solid mesh boundaries which make up the traction interface.
Definition at line 169 of file unstructured_three_d_solid.cc.
|
private |
Meshes of traction elements.
Definition at line 163 of file unstructured_three_d_solid.cc.