Go to the source code of this file.
Classes | |
| class | MyStraightLine |
| Straight 1D line in 2D space. More... | |
| class | RingWithTRibProblem< ELASTICITY_ELEMENT > |
| Annular disk. More... | |
Namespaces | |
| namespace | Global_Parameters |
| Global variables. | |
Functions | |
| Vector< double > | Global_Parameters::Omega_sq_region (2, Omega_sq) |
| Square of non-dim frequency for the two regions. | |
| void | Global_Parameters::pressure_load (const Vector< double > &x, const Vector< double > &n, Vector< std::complex< double > > &traction) |
| Constant pressure load (real and imag part) | |
| int | main (int argc, char **argv) |
| Driver for annular disk loaded by pressure. | |
Variables | |
| Vector< TimeHarmonicIsotropicElasticityTensor * > | Global_Parameters::E_pt |
| The elasticity tensors for the two regions. | |
| double | Global_Parameters::Alpha =200.0 |
| Peakiness parameter for pressure load. | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Driver for annular disk loaded by pressure.
Definition at line 820 of file unstructured_time_harmonic_elastic_annulus.cc.
References Global_Parameters::Alpha, RingWithTRibProblem< ELASTICITY_ELEMENT >::doc_solution(), Global_Parameters::E_pt, Global_Parameters::Nu, Global_Parameters::Omega_sq_region(), and Global_Parameters::P.