Public Member Functions | List of all members
ElasticRefineableQuarterCircleSectorMesh< ELEMENT > Class Template Reference

//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...

Inheritance diagram for ElasticRefineableQuarterCircleSectorMesh< ELEMENT >:

Public Member Functions

 ElasticRefineableQuarterCircleSectorMesh (GeomObject *wall_pt, const double &xi_lo, const double &fract_mid, const double &xi_hi, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Build mesh and copy Eulerian coords to Lagrangian ones so that the initial configuration is the stress-free one. More...
 

Detailed Description

template<class ELEMENT>
class ElasticRefineableQuarterCircleSectorMesh< ELEMENT >

//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

Elastic quarter circle sector mesh: We "upgrade" the RefineableQuarterCircleSectorMesh to become an SolidMesh and equate the Eulerian and Lagrangian coordinates, thus making the domain represented by the mesh the stress-free configuration.

Definition at line 359 of file disk_oscillation.cc.

Constructor & Destructor Documentation

◆ ElasticRefineableQuarterCircleSectorMesh()

template<class ELEMENT >
ElasticRefineableQuarterCircleSectorMesh< ELEMENT >::ElasticRefineableQuarterCircleSectorMesh ( GeomObject *  wall_pt,
const double &  xi_lo,
const double &  fract_mid,
const double &  xi_hi,
TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper 
)
inline

Constructor: Build mesh and copy Eulerian coords to Lagrangian ones so that the initial configuration is the stress-free one.

Check that the element type is derived from the SolidFiniteElement

Definition at line 161 of file disk_oscillation.cc.


The documentation for this class was generated from the following file: