Go to the source code of this file.
Classes | |
class | MyStraightLine |
//////////////////////////////////////////////////////////////////// More... | |
class | RingWithTRibProblem< ELASTICITY_ELEMENT > |
Annular disk. More... | |
Namespaces | |
Global_Parameters | |
/////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// | |
Functions | |
Vector< double > | Global_Parameters::Omega_sq_region (2, Omega_sq) |
Square of non-dim frequency for the two regions. More... | |
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) More... | |
int | main (int argc, char **argv) |
Driver for annular disk loaded by pressure. More... | |
Variables | |
Vector< TimeHarmonicIsotropicElasticityTensor * > | Global_Parameters::E_pt |
The elasticity tensors for the two regions. More... | |
double | Global_Parameters::Alpha =200.0 |
Peakiness parameter for pressure load. More... | |
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, Global_Parameters::E_pt, Global_Parameters::Nu, Global_Parameters::Omega_sq_region(), and Global_Parameters::P.