Annular disk. More...
Public Member Functions | |
RingWithTRibProblem () | |
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: Wipe the mesh of traction elements. More... | |
void | actions_after_adapt () |
Actions after adapt: Rebuild the mesh of traction elements. More... | |
void | doc_solution () |
Doc the solution. More... | |
Private Member Functions | |
void | create_traction_elements () |
Create traction elements. More... | |
void | delete_traction_elements () |
Delete traction elements. More... | |
void | complete_problem_setup () |
Helper function to complete problem setup. More... | |
Private Attributes | |
RefineableTriangleMesh< ELASTICITY_ELEMENT > * | Solid_mesh_pt |
Pointer to refineable solid mesh. More... | |
TriangleMesh< ELASTICITY_ELEMENT > * | Solid_mesh_pt |
Pointer to solid mesh. More... | |
Mesh * | Traction_mesh_pt |
Pointer to mesh of traction elements. More... | |
DocInfo | Doc_info |
DocInfo object for output. More... | |
unsigned | Upper_symmetry_boundary_id |
Boundary ID of upper symmetry boundary. More... | |
unsigned | Lower_symmetry_boundary_id |
Boundary ID of lower symmetry boundary. More... | |
unsigned | Outer_boundary_id |
Boundary ID of outer boundary. More... | |
Annular disk.
Definition at line 159 of file unstructured_time_harmonic_elastic_annulus.cc.
RingWithTRibProblem< ELASTICITY_ELEMENT >::RingWithTRibProblem | ( | ) |
Constructor:
Definition at line 227 of file unstructured_time_harmonic_elastic_annulus.cc.
References Global_Parameters::Directory, Global_Parameters::E_pt, Global_Parameters::H_annulus, and Global_Parameters::Nu.
void RingWithTRibProblem< ELASTICITY_ELEMENT >::actions_after_adapt | ( | ) |
Actions after adapt: Rebuild the mesh of traction elements.
Definition at line 668 of file unstructured_time_harmonic_elastic_annulus.cc.
|
inline |
Update function (empty)
Definition at line 168 of file unstructured_time_harmonic_elastic_annulus.cc.
void RingWithTRibProblem< ELASTICITY_ELEMENT >::actions_before_adapt | ( | ) |
Actions before adapt: Wipe the mesh of traction elements.
Definition at line 652 of file unstructured_time_harmonic_elastic_annulus.cc.
|
inline |
Update function (empty)
Definition at line 171 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Helper function to complete problem setup.
Complete problem setup.
Definition at line 570 of file unstructured_time_harmonic_elastic_annulus.cc.
References Global_Parameters::E_pt, and Global_Parameters::Omega_sq_region().
|
private |
Create traction elements.
Definition at line 687 of file unstructured_time_harmonic_elastic_annulus.cc.
References Global_Parameters::pressure_load().
|
private |
Delete traction elements.
Delete traction elements and wipe the traction meshes.
Definition at line 732 of file unstructured_time_harmonic_elastic_annulus.cc.
void RingWithTRibProblem< ELASTICITY_ELEMENT >::doc_solution | ( | ) |
Doc the solution.
Definition at line 757 of file unstructured_time_harmonic_elastic_annulus.cc.
Referenced by main().
|
private |
DocInfo object for output.
Definition at line 209 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Boundary ID of lower symmetry boundary.
Definition at line 215 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Boundary ID of outer boundary.
Definition at line 218 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Pointer to refineable solid mesh.
Definition at line 196 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Pointer to solid mesh.
Definition at line 201 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Pointer to mesh of traction elements.
Definition at line 206 of file unstructured_time_harmonic_elastic_annulus.cc.
|
private |
Boundary ID of upper symmetry boundary.
Definition at line 212 of file unstructured_time_harmonic_elastic_annulus.cc.