Refineable fish mesh upgraded to become a solid mesh. More...
Public Member Functions | |
ElasticFishMesh (GeomObject *back_pt, GeomObject *undeformed_back_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Build underlying adaptive fish mesh and then set current Eulerian coordinates to be the Lagrangian ones. Pass pointer to geometric objects that specify the fish's back in the "current" and "undeformed" configurations, and pointer to timestepper (defaults to Static) More... | |
virtual | ~ElasticFishMesh () |
Destructor: Kill "undeformed" Domain. More... | |
ElasticFishMesh (GeomObject *back_pt, GeomObject *undeformed_back_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Build underlying adaptive fish mesh and then set current Eulerian coordinates to be the Lagrangian ones. Pass pointer to geometric objects that specify the fish's back in the "current" and "undeformed" configurations, and pointer to timestepper (defaults to Static) More... | |
virtual | ~ElasticFishMesh () |
Destructor: Kill "undeformed" Domain. More... | |
Private Attributes | |
Domain * | Undeformed_domain_pt |
Refineable fish mesh upgraded to become a solid mesh.
Definition at line 79 of file elastic_mesh_update.cc.
|
inline |
Constructor: Build underlying adaptive fish mesh and then set current Eulerian coordinates to be the Lagrangian ones. Pass pointer to geometric objects that specify the fish's back in the "current" and "undeformed" configurations, and pointer to timestepper (defaults to Static)
Definition at line 94 of file elastic_mesh_update.cc.
|
inlinevirtual |
Destructor: Kill "undeformed" Domain.
Definition at line 132 of file elastic_mesh_update.cc.
|
inline |
Constructor: Build underlying adaptive fish mesh and then set current Eulerian coordinates to be the Lagrangian ones. Pass pointer to geometric objects that specify the fish's back in the "current" and "undeformed" configurations, and pointer to timestepper (defaults to Static)
Definition at line 97 of file elastic_poisson.cc.
|
inlinevirtual |
Destructor: Kill "undeformed" Domain.
Definition at line 135 of file elastic_poisson.cc.
References Global_Physical_Variables::Constitutive_law_pt, and Global_Physical_Variables::Nu.
|
private |
Pointer to "undeformed" Domain – used to determine the Lagrangian coordinates of any newly created SolidNodes during Mesh refinement
Definition at line 142 of file elastic_mesh_update.cc.